github ahaenggli/AzureAD-LDAP-wrapper v1.8.2

latest releases: v2.0.1, v2.0.0
20 months ago

[1.8.2] - 2022-09-25

Added

  • Env var GRAPH_IGNORE_MFA_ERRORS to allow logins despite required MFA. When set to true, some MFA-related error codes are treated as successful logins. Attention, this is only a first attempt and may not work in all cases. Please open an issue if you encounter any problems with this.
  • Deleted users and groups in Azure are now also removed from the LDAP entries. The number of days these entries should be kept in this wrapper before deletion can be specified with the env var LDAP_DAYSTOKEEPDELETEDUSERS. (see FAQ for more details)
  • Env var LDAP_PORT to set a custom port for the listener (e.g. 389 for running the container directly on the host network)
  • Print version at start-up, so you don't have to remember which version you are currently using.
  • Check if the volume /app/.cache is mapped inside a docker container

Fixed

  • if env var LDAP_SAMBANTPWD_MAXCACHETIME is set to 0 (= no cache), the hashed password will never be written to the cache file.
  • update npm dependencies

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

NewReleases is sending notifications on new releases.