From 3bbc805ee42e3c1638b50260d3fafc2b5f936923 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 10 May 2019 23:04:51 +0300 Subject: Option to login to the LDAP server with the user's own username and password, instead of an administrator key. Default: false (use administrator key). With new setting: LDAP_USER_AUTHENTICATION=true Added to Snap, Docker and Source. Thanks to xet7 ! Related https://github.com/wekan/wekan/pull/2399 --- start-wekan.bat | 3 +++ 1 file changed, 3 insertions(+) (limited to 'start-wekan.bat') diff --git a/start-wekan.bat b/start-wekan.bat index d94605bb..7b204f13 100755 --- a/start-wekan.bat +++ b/start-wekan.bat @@ -173,6 +173,9 @@ REM # LDAP_REJECT_UNAUTHORIZED : Reject Unauthorized Certificate REM # example : LDAP_REJECT_UNAUTHORIZED=true REM SET LDAP_REJECT_UNAUTHORIZED=false +REM # Option to login to the LDAP server with the user's own username and password, instead of an administrator key. Default: false (use administrator key). +REM SET LDAP_USER_AUTHENTICATION=true + REM # LDAP_USER_SEARCH_FILTER : Optional extra LDAP filters. Don't forget the outmost enclosing parentheses if needed REM # example : LDAP_USER_SEARCH_FILTER= REM SET LDAP_USER_SEARCH_FILTER= -- cgit v1.2.3-1-g7c22