-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request - Support NoMAD/Custom Data for password expiry #30
Comments
Upvote this feature, including support for Jamf Connect password expiration from com.jamf.connect.state.plist (defaults read com.jamf.connect.state ComputedPasswordExpireDate) |
I would like to see that feature as well. |
This feature would be very helpful working for Jamf Connect. |
This would be a great feature. |
Other sources for password expiration is planned for the next release: Jamf Connect, Kerberos SSO Extension and NoMAD. We'll release a beta soon! |
Thanks for the update! |
@jordywitteman Any word when we'll see this beta? |
Jamf Connect, Kerberos SSO Extension and NoMAD are now available in v2.4 |
A lot of organisations use NoMAD and it would be great to support it for Password Expiry notifications. Currently you pull in either Local Password Expiry or AD, I propose you also support NoMAD which has the following field to pull data from:
defaults read com.trusourcelabs.NoMAD LastPasswordExpireDate
This results in the response
2021-07-24 23:02:04 +0000
. In terms of resetting the password, you can run the following commandnomad://passwordchange
which will open the NoMAD Change Password window as documented here 👉 https://nomad.menu/2017/03/09/apple-events/.You might ask why I would deploy Support App and have it show me the dates till password expiry if I already have NoMAD? Well in this case I would still have NoMAD launched at login, but run it with the preference
LightsOutIKnowWhatImDoing
so that the icon is no longer displayedIf it is too complex to add native support for this. Allow admins to configure a button with the ability to display a number pulled from the local disk.
The text was updated successfully, but these errors were encountered: