github ahaenggli/AzureAD-LDAP-wrapper v1.0.0

latest releases: v2.0.2, v2.0.1, v2.0.0...
3 years ago

Added

  • new environment variable to allow login from cached sambaNTPassword
    LDAP_ALLOWCACHEDLOGINONFAILURE, default: true
    if set to true and the login is failed, the login is retried against the sambaNTPassword, except the error says "wrong credentials".
    (useful for unstable internet connection)
  • this CHANGELOG file

Changed

  • README file (more samples, map-folder)
  • errors are always logged
  • allow multiple bind-user (ex. ldapsearch1|mysecret||searchy2|othersecret)

Fixed

  • load existing db on startup-error (ex. unstable internet connection)

Security

  • sambaNTPassword can only be accessed from defined LDAP_BINDUSER and on accessing your own entries (userA can only access userA-sambaNTPassword, LDAP_BINDUSER-user can access all sambaNTPasswords)

Don't miss a new AzureAD-LDAP-wrapper release

NewReleases is sending notifications on new releases.