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:
parent
eddeaf2227
commit
8112c84340
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue