Skip to content
Snippets Groups Projects
Commit 11ba1f6f authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

description de useSsl

parent 2fb86898
No related branches found
No related tags found
No related merge requests found
......@@ -139,6 +139,12 @@ return [
/* Port d'accès au serveur */
'port' => 389,
/* Option d'utilisation de SSL (non définie par défaut)
* valeurs possibles : LDAP_OPT_X_TLS_NEVER, LDAP_OPT_X_TLS_HARD, LDAP_OPT_X_TLS_DEMAND, LDAP_OPT_X_TLS_ALLOW, LDAP_OPT_X_TLS_TRY
* @see https://docs.laminas.dev/laminas-authentication/adapter/ldap/
*/
'useSsl' => null,
/* bindRequiresDn */
'bindRequiresDn' => true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment