Skip to content
Snippets Groups Projects
Commit 124ccc85 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 07ee6d3e
No related branches found
No related tags found
1 merge request!2Origin/6.x
Pipeline #24740 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