Skip to content
This repository has been archived by the owner on Nov 14, 2017. It is now read-only.

Releases: macmule/ADPassMon

ADPassMon 2.21.0 (build 163)

20 Nov 00:18
Compare
Choose a tag to compare
Pre-release

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

02 Mar 21:46
Compare
Choose a tag to compare

ADPassMon 2.20.18

27 Feb 15:43
Compare
Choose a tag to compare
  • 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

20 Feb 21:40
Compare
Choose a tag to compare
ADPassMon 2.20.17 Pre-release
Pre-release

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)

28 Jan 19:00
Compare
Choose a tag to compare
Pre-release

This version fixes issue #49 by checking if the account has any group names containing backslashes -- with the assumption that this should only occur in cases where the account is domain account with domain group membership.

If issue #49 affected you, please test this release.

ADPassMon 2.20.15

21 Jan 19:58
Compare
Choose a tag to compare

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

14 Jan 18:49
Compare
Choose a tag to compare

This release fixes a bug that prevents ADPassMon v2.20.13 from correctly identifying domain-based accounts.

ADPassMon 2.20.13

04 Jan 13:53
Compare
Choose a tag to compare

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

24 Nov 17:50
Compare
Choose a tag to compare

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

24 Nov 08:09
Compare
Choose a tag to compare

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