From 3120dc5cd73d5311c73c339b5cb761c5bbd73085 Mon Sep 17 00:00:00 2001 From: David Surville <david.surville@unicaen.fr> Date: Wed, 22 Nov 2023 13:51:32 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20la=20doc=20et=20de?= =?UTF-8?q?=20la=20config=20par=20d=C3=A9faut=20pour=20le=20param=C3=A8tre?= =?UTF-8?q?=20"useStartTls"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + config/unicaen-ldap.local.php.dist | 1 + tests/func/config/autoload/unicaen-ldap.local.php | 1 + 3 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 0e6ea14..7b58f68 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 dd8d54c..572a02a 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 c573b20..5d34e74 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 -- GitLab