diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-05-10 23:20:17 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-05-10 23:20:17 +0300 |
commit | df69ade422bb862820d0836bd6b841beabb5c694 (patch) | |
tree | f99238cef13f8e96b2c138ee3ce6b548fcc0e803 /releases/virtualbox/start-wekan.sh | |
parent | ac0f13ad1891d576ba5bf662daaab7676a8fc74f (diff) | |
parent | 3eef42eee0818d241d5ae004d59af3a46a2b8318 (diff) | |
download | wekan-df69ade422bb862820d0836bd6b841beabb5c694.tar.gz wekan-df69ade422bb862820d0836bd6b841beabb5c694.tar.bz2 wekan-df69ade422bb862820d0836bd6b841beabb5c694.zip |
Merge branch 'edge' into meteor-1.8
Diffstat (limited to 'releases/virtualbox/start-wekan.sh')
-rwxr-xr-x | releases/virtualbox/start-wekan.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/releases/virtualbox/start-wekan.sh b/releases/virtualbox/start-wekan.sh index 14a86dc3..0a44946a 100755 --- a/releases/virtualbox/start-wekan.sh +++ b/releases/virtualbox/start-wekan.sh @@ -191,6 +191,8 @@ # LDAP_REJECT_UNAUTHORIZED : Reject Unauthorized Certificate # example : export LDAP_REJECT_UNAUTHORIZED=true #export LDAP_REJECT_UNAUTHORIZED=false + # 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). + #export LDAP_USER_AUTHENTICATION=true # LDAP_USER_SEARCH_FILTER : Optional extra LDAP filters. Don't forget the outmost enclosing parentheses if needed # example : export LDAP_USER_SEARCH_FILTER= #export LDAP_USER_SEARCH_FILTER= |