Releases: macmule/ADPassMon
ADPassMon 2.21.0 (build 163)
A number of changes were made to fix outstanding issues.
This release is not production ready, but is being left for historical purposes.
ADPassMon 2.20.19
ADPassMon 2.20.18
- Full release including merged PR's from @matt-cahill & from @Avatharian that included within branches of 2.20.16 - 2.20.17. Thanks both!
- Lastly, added updating the plist’s expireDateUnix when receiving the password
via LDAP to try & stop issues with - values when offline
ADPassMon 2.20.17
Merged PR's from @matt-cahill & from @Avatharian
- Rework of local account test.. (#47)
- fix for allowPasswordChange = false (#50)
- Fix for clearing Change Password text field (#52)
Also, added fix for #41
ADPassMon 2.20.16 (pre-release)
ADPassMon 2.20.15
This release fixes a bug that caused ADPassMon to ignore custom password change dialog text. Changes made using the following command will now be respected.
defaults write org.pmbuko.ADPassMon changePasswordPromptWindowText "Custom text here."
(Remember to relaunch ADPassMon after making any defaults change.)
ADPassMon 2.20.14
This release fixes a bug that prevents ADPassMon v2.20.13 from correctly identifying domain-based accounts.
ADPassMon 2.20.13
This release fixes a bug that caused ADPassMon to detect non-mobile Active Directory accounts as local accounts. Since the default behavior of ADPassMon when running under a local account is to not display the menu bar item, it prevented such accounts from using ADPassMon.
ADPassMon 2.20.12
This release fixes a bug that caused ADPassMon to run its password check every 5 minutes, on the same timer that checks for domain connectivity. The new behavior will check for domain connectivity every 5 minutes, but will only subsequently run the password check if the domain was previously inaccessible.
ADPassMon 2.20.11
A few issues closed with the below having changes:
- ADPM showed days until expiry as a negative number #27 : ADPM now checks for domain connectivity every 5 minutes & will update expiry. So if a Mac is off the domain & then VPNs in, it will update within 5 minutes of connecting via VPN which will then update expiry. Also, useful in other similar situations.
- The About box links to pmbuko's website #28 : Pointed to the wiki here
- pwPolicyButton #29 : Corrected code so pwPolicyButton works again
- Increment build number, per build #30 : Builds now increment per app build