@emax: I have not seen any discussions on JN that talk about this issue,
and the only thing I have from Apple is a bug report that we filed back
when this first affected us. Good news is that 10.11 addresses the
issue, but it's doubtful that Yosemite...
@emax: what version of the OS are you running? There is a bug that
causes this issue in Yosemite when the passcode policy has the
'minutesUntilFailedLoginReset' and/or 'maxFailedAttempts' keys
configured. When the configuration profile is applied, th...
We have had luck with dscl to get this info. Our extension attribute
looks like this: #!/bin/bash computerID=$(hostname) computerOU=$(dscl
/Search read /Computers/$computerID dsAttrTypeNative:distinguishedName
2> /dev/null | sed -e 's/dsAttrTypeNativ...
Something quick and dirty I came up with to get you started: #!/bin/bash
#get list of admins admins=$(dscl . -read /Groups/admin GroupMembership
| sed 's/GroupMembership: //') #for each username in admins, check it's
UniqueID, if it's known to be gre...
I have just recently asked for this feature request to allow 3rd party
applications to be whitelisted.
https://jamfnation.jamfsoftware.com/featureRequest.html?id=3521
Currently if you try to alter the OSXRestrictions.xml file for 3rd party
apps, the ...