mirror of
https://github.com/YunoHost-Apps/plume_ynh.git
synced 2024-09-03 20:15:54 +02:00
fix ldap port
This commit is contained in:
parent
5ddaf96ef5
commit
de4ff5c9d7
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ MAIL_HELO_NAME=no-reply@__DOMAIN__
|
|||
|
||||
## LDAP CONFIG ##
|
||||
# the object that will be bound is "${USER_NAME_ATTR}=${username},${BASE_DN}"
|
||||
LDAP_ADDR=ldap://127.0.0.1:1389
|
||||
LDAP_ADDR=ldap://127.0.0.1:389
|
||||
LDAP_BASE_DN="ou=users,dc=yunohost,dc=org"
|
||||
LDAP_USER_NAME_ATTR=uid
|
||||
LDAP_USER_MAIL_ATTR=mail
|
||||
|
|
Loading…
Add table
Reference in a new issue