mirror of
https://github.com/YunoHost-Apps/xbackbone_ynh.git
synced 2024-09-03 19:15:53 +02:00
Update config.php
This commit is contained in:
parent
e78e0d6075
commit
b5448f2f09
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ return array(
|
|||
'port' => 389,
|
||||
'base_domain' => 'dc=yunohost,dc=org',
|
||||
'search_filter' => '(&(|(objectclass=posixAccount))(uid={{username}})(permission=cn=__APP__.main,ou=permission,dc=yunohost,dc=org))',
|
||||
'user_domain' => 'ou=Users',
|
||||
'rdn_attribute' => 'uid=',
|
||||
'user_domain' => 'ou',
|
||||
'rdn_attribute' => 'uid',
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue