10000 [LDAP] Add TIMEOUT Option to LDAP Connection Options · symfony/symfony@2d88b89 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d88b89

Browse files
lmatte7nicolas-grekas
authored andcommitted
[LDAP] Add TIMEOUT Option to LDAP Connection Options
1 parent afb4244 commit 2d88b89

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Symfony/Component/Ldap/Adapter/ExtLdap/ConnectionOptions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ final class ConnectionOptions
3838
const ERROR_STRING = 0x32;
3939
const MATCHED_DN = 0x33;
4040
const DEBUG_LEVEL = 0x5001;
41+
const TIMEOUT = 0x5002;
4142
const NETWORK_TIMEOUT = 0x5005;
4243
const X_SASL_MECH = 0x6100;
4344
const X_SASL_REALM = 0x6101;

src/Symfony/Component/Ldap/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ CHANGELOG
55
-----
66

77
* added `EntryManager::applyOperations`
8+
* Added timeout option to `ConnectionOptions`
89

910
4.1.0
1011
-----

0 commit comments

Comments (0)
0