NoMAD not respecting custom configuration profile

jon_mann
New Contributor III

Hi All,

I have a configuration profile that is no longer applying to the NoMAD application. I added a few keys and it seems to have stopped applying. Issues seem to persist after removing said keys. I uploaded the plist file to the JSS in XML format and confirmed deployment to machines. I'm attaching the code here in case I'm doing something obvious:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>PayloadContent</key>
    <array>
        <dict>
            <key>ADDomain</key>
            <string>corp.company.com</string>
            <key>GetHelpOptions</key>
            <string>https://support.company.com</string>
            <key>GetHelpType</key>
            <string>URL</string>
            <key>HideRenew</key>
            <integer>1</integer>
            <key>KerberosRealm</key>
            <string>CORP.COMPANY.COM</string>
            <key>LoginItem</key>
            <integer>1</integer>
            <key>MessageNotConnected</key>
            <string>Non-CO Network</string>
            <key>MessagePasswordChangePolicy</key>
            <string>Your passphrase must have at least 17 characters</string>
            <key>PasswordPolicy</key>
            <dict>
                <key>minLength</key>
                <string>17</string>
            </dict>
            <key>PayloadDescription</key>
            <string>Nomad Settings</string>
            <key>PayloadDisplayName</key>
            <string>NoMAD</string>
            <key>PayloadEnabled</key>
            <true/>
            <key>PayloadIdentifier</key>
            <string>7D5A6BCB-1CFD-44BC-ADCF-B511A63F69E3</string>
            <key>PayloadOrganization</key>
            <string>NoMAD</string>
            <key>PayloadType</key>
            <string>com.trusourcelabs.NoMAD</string>
            <key>PayloadUUID</key>
            <string>7D5A6BCB-1CFD-44BC-ADCF-B511A63F69E3</string>
            <key>PayloadVersion</key>
            <integer>1</integer>
            <key>SecondsToRenew</key>
            <integer>7200</integer>
            <key>ShowHome</key>
            <true/>
            <key>SignInWindowAlert</key>
            <integer>1</integer>
            <key>SignInWindowOnLaunch</key>
            <integer>1</integer>
            <key>SignedIn</key>
            <true/>
            <key>TitleSignIn</key>
            <string>Technology - Please login with your username and passphrase</string>
            <key>UseKeychain</key>
            <integer>1</integer>
            <key>UserAging</key>
            <false/>
            <key>Verbose</key>
            <false/>
        </dict>
    </array>
    <key>PayloadDescription</key>
    <string></string>
    <key>PayloadDisplayName</key>
    <string>NoMAD</string>
    <key>PayloadEnabled</key>
    <true/>
    <key>PayloadIdentifier</key>
    <string>5312D107-393D-493C-A8D2-14D6E02A0967</string>
    <key>PayloadOrganization</key>
    <string>NoMAD</string>
    <key>PayloadRemovalDisallowed</key>
    <true/>
    <key>PayloadScope</key>
    <string>System</string>
    <key>PayloadType</key>
    <string>Configuration</string>
    <key>PayloadUUID</key>
    <string>5312D107-393D-493C-A8D2-14D6E02A0967</string>
    <key>PayloadVersion</key>
    <integer>1</integer>
</dict>
</plist>

Any thoughts what could be throwing this off?

-Jon

1 REPLY 1

maurits
Contributor

try the macadmin slack, #nomad channel, you will find a helping crowd