1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/xbackbone_ynh.git synced 2024-09-03 19:15:53 +02:00
This commit is contained in:
Éric Gaspar 2024-05-12 18:27:20 +02:00
parent 1478c4815c
commit 4627620b22

View file

@ -17,7 +17,7 @@ return array(
'ldap' => array(
'enabled' => true,
'schema' => 'ldap',
'host' => 'ldap://127.0.0.1',
'host' => '127.0.0.1',
'port' => 389,
'base_domain' => 'dc=yunohost,dc=org',
'search_filter' => '(&(|(objectclass=posixAccount))(uid={{username}})(permission=cn=__APP__.main,ou=permission,dc=yunohost,dc=org))',