diff --git a/README.md b/README.md index 0e6ea14691837d42ed7dca7ba7b2ca30c9940acd..7b58f6804a2639af8eaf94711e632d4ceea92022 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/config/unicaen-ldap.local.php.dist b/config/unicaen-ldap.local.php.dist index dd8d54c08dc1722477cf66af54d26956d4591998..572a02ae6708df2ac27e51f545f3ddedfb6d6ba5 100644 --- a/config/unicaen-ldap.local.php.dist +++ b/config/unicaen-ldap.local.php.dist @@ -10,5 +10,6 @@ return [ 'username' => "uid=xxxxxxxxx,ou=xxxxxxxxxx,dc=domain,dc=fr", 'password' => "xxxxxxxxxxxx", 'accountFilterFormat' => "(&(objectClass=posixAccount)(supannAliasLogin=%s))", + 'useStartTls' => false ] ]; diff --git a/tests/func/config/autoload/unicaen-ldap.local.php b/tests/func/config/autoload/unicaen-ldap.local.php index c573b208b8ccb6ff96dec55b4839f67a1e4eaa70..5d34e74c77e7e29df724770b823dfdd02db2973c 100644 --- a/tests/func/config/autoload/unicaen-ldap.local.php +++ b/tests/func/config/autoload/unicaen-ldap.local.php @@ -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