Skip to content
Snippets Groups Projects
Commit 0bcc272e authored by David Surville's avatar David Surville
Browse files

Merge branch '5.x' into 6.x

parents 466efba0 124ccc85
No related branches found
No related tags found
1 merge request!2Origin/6.x
Pipeline #24741 passed
......@@ -38,5 +38,6 @@ $ cp -n vendor/unicaen/zimbra/config/unicaen-ldap.local.php.dist config/autoload
'username' => "uid=xxxx,ou=system,dc=unicaen,dc=fr",
'password' => "xxxx",
'accountFilterFormat' => "(&(objectClass=supannPerson)(supannAliasLogin=%s))",
'useStartTls' => false
]
```
\ No newline at end of file
......@@ -10,5 +10,6 @@ return [
'username' => "uid=xxxxxxxxx,ou=xxxxxxxxxx,dc=domain,dc=fr",
'password' => "xxxxxxxxxxxx",
'accountFilterFormat' => "(&(objectClass=posixAccount)(supannAliasLogin=%s))",
'useStartTls' => false
]
];
......@@ -10,5 +10,6 @@ return array(
'username' => "uid=applidev,ou=system,dc=unicaen,dc=fr",
'password' => "Ifq1pdeS2of_7DC",
'accountFilterFormat' => "(&(objectClass=posixAccount)(supannAliasLogin=%s))",
'useStartTls' => false
)
);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment