mirror of
https://github.com/YunoHost-Apps/omeka-s_ynh.git
synced 2024-09-03 19:56:05 +02:00
Update local.config.php
This commit is contained in:
parent
26a6fc1298
commit
8cf0b4c52b
1 changed files with 2 additions and 2 deletions
|
@ -34,13 +34,13 @@ return [
|
|||
'adapter_options' => [
|
||||
'server1' => [
|
||||
'host' => 'localhost',
|
||||
'username' => 'ou=users,dc=yunohost,dc=org',
|
||||
'username' => 'uid',
|
||||
'password' => null,
|
||||
'bindRequiresDn' => true,
|
||||
'baseDn' => 'ou=users,dc=yunohost,dc=org',
|
||||
'accountFilterFormat' => "(&(|(objectclass=posixAccount))(uid={{username}})(permission=cn=__APP__.main,ou=permission,dc=yunohost,dc=org))",
|
||||
'accountCanonicalForm' => 4,
|
||||
#'accountDomainName' => 'example.com',
|
||||
'accountDomainName' => '__DOMAIN__',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue