Skip to content
Snippets Groups Projects
Commit ad0800a3 authored by JACQUOT Frederic's avatar JACQUOT Frederic
Browse files

Gestion du paramètre ldap['useSsl'] (permet la connexion ldaps)

parent 37a921b6
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@ return [
'bindRequiresDn' => AppConfig::get('ldap', 'bindRequiresDn'),
'accountFilterFormat' => "(&(objectClass=" . AppConfig::get('ldap', 'loginObjectClass', 'posixAccount') . ")(" . AppConfig::get('ldap', 'loginAttribute') . "=%s))",
'port' => AppConfig::get('ldap', 'port'),
'useSsl' => AppConfig::get('ldap', 'useSsl')
],
],
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment