mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +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
|
|
@ -269,6 +269,14 @@ function wekan_repo_check(){
|
|||
#export LDAP_SYNC_ADMIN_STATUS=true
|
||||
# Comma separated list of admin group names to sync.
|
||||
#export LDAP_SYNC_ADMIN_GROUPS=group1,group2
|
||||
#---------------------------------------------------------------------
|
||||
# Login to LDAP automatically with HTTP header.
|
||||
# In below example for siteminder, at right side of = is header name.
|
||||
#export HEADER_LOGIN_ID=BNPPUID
|
||||
#export HEADER_LOGIN_FIRSTNAME=BNPPFIRSTNAME
|
||||
#export HEADER_LOGIN_LASTNAME=BNPPLASTNAME
|
||||
#export HEADER_LOGIN_EMAIL=BNPPEMAILADDRESS
|
||||
#---------------------------------------------------------------------
|
||||
# LOGOUT_WITH_TIMER : Enables or not the option logout with timer
|
||||
# example : LOGOUT_WITH_TIMER=true
|
||||
#export LOGOUT_WITH_TIMER=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue