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.
2 parents df17b04 + 73dd15f commit 256ed08Copy full SHA for 256ed08
Adapter/ExtLdap/ConnectionOptions.php
@@ -52,8 +52,8 @@ final class ConnectionOptions
52
public const X_TLS_RANDOM_FILE = 0x6009;
53
public const X_TLS_CRLFILE = 0x6010;
54
public const X_TLS_PACKAGE = 0x6011;
55
- public const X_TLS_CRLCHECK = 0x600b;
56
- public const X_TLS_DHFILE = 0x600e;
+ public const X_TLS_CRLCHECK = 0x600B;
+ public const X_TLS_DHFILE = 0x600E;
57
public const X_SASL_MECH = 0x6100;
58
public const X_SASL_REALM = 0x6101;
59
public const X_SASL_AUTHCID = 0x6102;
0 commit comments