Posted on 11-15-2016 08:15 AM
Morning everyone,
Does anyone know of a way to create an extension attribute to find local accounts that currently do not have a password set, or know of a script that can find that info?
Thanks!
Posted on 11-15-2016 08:50 AM
Not sure if this is a definitive answer or not, but if you run this dscl
command against the Guest account you get no auth type back
dscl . read /Users/guest AuthenticationAuthority
AuthenticationAuthority: ;basic; ;DisabledUser;
Where as if you run it past an actual user you will get some shadowhash and salt info back.