Skip to content

v1.5.0

Compare
Choose a tag to compare
@ahaenggli ahaenggli released this 07 Oct 15:20
· 111 commits to main since this release

Added

  • env var LDAP_SYNC_TIME to set the interval for fetching users/groups from azure database. Default is 30 minutes. (thx @oleksandr-mazur)
  • env var DSM7 to activate the DSM 7.0 workaround. It handles gidNumber and uidNumber as integers instead of strings.
  • Handler to use custom JavaScript to modify your ldap attributes
    This allows you e.g. to filter your azure user/groups or modify the ldap attributes. This method is also used in the DSM7 workaround.
    Look at this file for an example. Customize it as you need and map the file in your docker setup as /app/customizer/ldap_customizer.js.