root3nl / SupportApp

The Support App is developed by Root3, specialized in managing Apple devices. Root3 offers consultancy and support for organizations to get the most out of their Apple devices and is based in The Netherlands (Halfweg).
https://www.root3.nl
MIT License
585 stars 60 forks source link

PasswordExpiryLimit only shows "Never Expires" #158

Closed XAGSolutions closed 3 months ago

XAGSolutions commented 6 months ago
<key>InfoItemFive</key>
<string>Password</string>
<key>PasswordExpiryLimit</key>
<integer>15</integer>
<key>PasswordType</key>
<string>Apple</string>
<key>PasswordLabel</key>
<string>Mac Password</string>
image

Can someone help me understand why this is not reflecting an expired password?

jordywitteman commented 6 months ago

Hi @XAGSolutions where and how did you configure a password policy? Using a passcode configuration profile?

XAGSolutions commented 5 months ago

There is not an existing Policy. I was under the impression that the: `PasswordExpiryLimit

15` WAS the limit.
jordywitteman commented 3 months ago

Hi @XAGSolutions no the app looks at the local configured password policy and the PasswordExpiryLimit is intended to warn the user x days before the password expires following local macOS policy. Hope it now works for you.