[Add support for admin status sync](https://github.com/wekan/wekan-ldap/pull/40).

Examples: LDAP_SYNC_ADMIN_STATUS=true, LDAP_SYNC_ADMIN_GROUP=group1,group2

Thanks to JulianJacobi and xet7 !
This commit is contained in:
Lauri Ojansivu 2019-03-06 02:47:27 +02:00
parent a024b6d692
commit 7e451d9033
7 changed files with 55 additions and 17 deletions

View file

@ -248,6 +248,12 @@ REM # LDAP_DEFAULT_DOMAIN : The default domain of the ldap it is used to create
REM # example :
REM SET LDAP_DEFAULT_DOMAIN=
REM # Enable/Disable syncing of admin status based on ldap groups:
REM SET LDAP_SYNC_ADMIN_STATUS=true
REM # Comma separated list of admin group names to sync.
REM SET LDAP_SYNC_ADMIN_GROUPS=group1,group2
REM ------------------------------------------------
REM # LOGOUT_WITH_TIMER : Enables or not the option logout with timer