getglobalpolicy in MAC OSX 11 is not returning all the values

Joined
Feb 1, 2013
Messages
3
Reaction score
0
Points
1
If i do uname -r it gives:
11.0.0

Now if i try to set a global policy like this:

pwpolicy -n /Local/Default -setglobalpolicy "usingHistory=0 canModifyPasswordforSelf=1 usingExpirationDate=0 usingHardExpirationDate=0 requiresAlpha=0 requiresNumeric=0 maxMinutesUntilChangePassword=0 maxMinutesUntilDisabled=0 maxMinutesOfNonUse=0 maxFailedLoginAttempts=0 minChars=0 maxChars=0 passwordCannotBeName=0 requiresMixedCase=0 requiresSymbol=0 newPasswordRequired=0 minutesUntilFailedLoginReset=0 notGuessablePattern=0"

It shows as if it is successful.

But when i run the following command then only few are listed.:
/usr/bin/pwpolicy -n /Local/Default -getglobalpolicy

maxChars=0 minutesUntilFailedLoginReset=0 maxFailedLoginAttempts=0 minChars=0 requiresNumeric=0 maxMinutesUntilChangePassword=0 requiresAlpha=0 requiresSymbol=0
Now if i try only for "usingHistory=1"

pwpolicy -n /Local/Default -setglobalpolicy "usingHistory=1"

and run the getglobalpolicy then this "usingHistory" is not at all visible.

Now if i run the above commands in OSX 9.4.0 then i can see all the above parameters.

Can you please let me know what is wrong with the above statements.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top