Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acef571 commit 3d79247Copy full SHA for 3d79247
src/Symfony/Component/Ldap/Adapter/ExtLdap/ConnectionOptions.php
@@ -40,6 +40,7 @@ final class ConnectionOptions
40
public const DEBUG_LEVEL = 0x5001;
41
public const TIMEOUT = 0x5002;
42
public const NETWORK_TIMEOUT = 0x5005;
43
+ public const X_TLS_CACERTFILE = 0x6002;
44
public const X_TLS_CACERTDIR = 0x6003;
45
public const X_TLS_CERTFILE = 0x6004;
46
public const X_TLS_CRL_ALL = 0x02;
0 commit comments