mirror of
https://github.com/YunoHost-Apps/lufi_ynh.git
synced 2024-09-03 19:36:28 +02:00
LDAP
This commit is contained in:
parent
3bebab0e23
commit
095f24dbca
1 changed files with 8 additions and 8 deletions
|
@ -118,14 +118,14 @@
|
||||||
# set `ldap` if you want that only authenticated users can upload files
|
# set `ldap` if you want that only authenticated users can upload files
|
||||||
# please note that everybody can still download files
|
# please note that everybody can still download files
|
||||||
# optional, no default
|
# optional, no default
|
||||||
#ldap => {
|
ldap => {
|
||||||
# uri => 'ldaps://ldap.example.org',
|
uri => 'ldap://localhost:389',
|
||||||
# user_tree => 'ou=users,dc=example,dc=org',
|
user_tree => 'ou=users,dc=yunohost,dc=org',
|
||||||
# bind_dn => ',ou=users,dc=example,dc=org',
|
bind_dn => ',ou=users,dc=yunohost,dc=org',
|
||||||
# bind_user => 'uid=ldap_user',
|
bind_user => 'uid=cn',
|
||||||
# bind_pwd => 'secr3t',
|
#bind_pwd => 'secr3t',
|
||||||
# user_filter => '!(uid=ldap_user)'
|
user_filter => '!(uid=ldap_user)'
|
||||||
#},
|
},
|
||||||
|
|
||||||
# if you've set ldap above, the session will last `session_duration` seconds before
|
# if you've set ldap above, the session will last `session_duration` seconds before
|
||||||
# the user needs to reauthenticate
|
# the user needs to reauthenticate
|
||||||
|
|
Loading…
Add table
Reference in a new issue