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

Merge branch '5.x' into 6.x

parents bb8eb937 3120dc5c
Branches
Tags
No related merge requests found
......@@ -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' => "***REMOVED***",
'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