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

Mise à jour de la doc et de la config par défaut pour le paramètre "useStartTls"

parent 8f0a9f8a
No related branches found
No related tags found
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