mirror of
https://github.com/wekan/wekan.git
synced 2026-02-21 23:44:06 +01:00
Added LDAP email environment variables
Support for LDAP matching existing accounts with e-mail address.
This commit is contained in:
parent
4bf0914f1e
commit
402d484182
7 changed files with 94 additions and 1 deletions
13
snap-src/bin/wekan-help
Executable file → Normal file
13
snap-src/bin/wekan-help
Executable file → Normal file
|
|
@ -276,6 +276,19 @@ echo -e "\n"
|
|||
echo -e "Ldap Merge Existing Users."
|
||||
echo -e "\t$ snap set $SNAP_NAME ldap-merge-existing-users='true'"
|
||||
echo -e "\n"
|
||||
echo -e "Ldap Email Match Enable."
|
||||
echo -e "\t$ snap set $SNAP_NAME ldap-email-match-enable='true'"
|
||||
echo -e "\n"
|
||||
echo -e "Ldap Email Match Require."
|
||||
echo -e "\t$ snap set $SNAP_NAME ldap-email-match-require='true'"
|
||||
echo -e "\n"
|
||||
echo -e "Ldap Email Match Verified."
|
||||
echo -e "\t$ snap set $SNAP_NAME ldap-email-match-verfied='false'"
|
||||
echo -e "\n"
|
||||
echo -e "Ldap Fullname Field."
|
||||
echo -e "Which field contains the ldap email address:"
|
||||
echo -e "\t$ snap set $SNAP_NAME ldap-fullname-field='fullname'"
|
||||
echo -e "\n"
|
||||
echo -e "Ldap Sync User Data."
|
||||
echo -e "Enable synchronization of user data:"
|
||||
echo -e "\t$ snap set $SNAP_NAME ldap-sync-user-data='true'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue