[HTTP header automatic login. Not tested yet.](https://github.com/wekan/wekan/issues/2019).

Thanks to xet7 !

Related #2019
This commit is contained in:
Lauri Ojansivu 2019-03-08 18:40:43 +02:00
parent 7836ab83d0
commit ff825d6123
8 changed files with 81 additions and 6 deletions

View file

@ -307,6 +307,13 @@ echo -e "Logout with timer."
echo -e "Enable or not the option that allows to disconnect an user after a given time:"
echo -e "\t$ snap set $SNAP_NAME logout-with-timer='true'"
echo -e "\n"
echo -e "Login to LDAP automatically with HTTP header."
echo -e "In below example for siteminder, at right side of = is header name."
echo -e "\t$ snap set $SNAP_NAME header-login-id='BNPPUID'"
echo -e "\t$ snap set $SNAP_NAME header-login-firstname='BNPPFIRSTNAME'"
echo -e "\t$ snap set $SNAP_NAME header-login-lastname='BNPPLASTNAME'"
echo -e "\t$ snap set $SNAP_NAME header-login-email='BNPPEMAILADDRESS'"
echo -e "\n"
echo -e "Logout in."
echo -e "Logout in how many days:"
echo -e "\t$ snap set $SNAP_NAME logout-in='1'"