1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tracim_ynh.git synced 2024-10-01 13:34:52 +02:00

Disable ldap

This commit is contained in:
yalh76 2022-04-12 09:54:46 +02:00
parent eddeaf2227
commit 8112c84340

View file

@ -348,7 +348,8 @@ api.key = %(basic_setup.api_key)s
## Auth type list (internal or ldap), can be a list of item separated by ',' ## Auth type list (internal or ldap), can be a list of item separated by ','
## and ordered by priority ## and ordered by priority
## auth_type 'remote' is not allowed there, set remote_auth_header. ## auth_type 'remote' is not allowed there, set remote_auth_header.
auth_types = internal,ldap auth_types = internal
;auth_types = internal,ldap
# If auth_type is ldap, uncomment following ldap_* parameters # If auth_type is ldap, uncomment following ldap_* parameters
## LDAP server address ## LDAP server address
ldap_url = ldap://127.0.0.1:389 ldap_url = ldap://127.0.0.1:389