1
0
Fork 0
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:
yalh76 2021-01-07 21:00:02 +01:00
parent 5ddaf96ef5
commit de4ff5c9d7

View file

@ -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