mirror of
https://github.com/wekan/wekan.git
synced 2026-02-15 20:48:08 +01:00
[HTTP header automatic login. Not tested yet.](https://github.com/wekan/wekan/issues/2019).
Thanks to xet7 ! Related #2019
This commit is contained in:
parent
7836ab83d0
commit
ff825d6123
8 changed files with 81 additions and 6 deletions
|
|
@ -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'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue