ka7
|
9a35768c26
|
spelling fixes (#5690)
|
8 years ago |
Aleksander Machniak
|
a99e479cb4
|
Fix variable substitution in ldap host for some use-cases, e.g. new_user_identity (#5544)
|
8 years ago |
Aleksander Machniak
|
1b39d9a6c7
|
PHP7: Fixed some E_WARNING errors that previously were E_STRICT
|
9 years ago |
Aleksander Machniak
|
a958748947
|
CS fixes
|
10 years ago |
Thomas Bruederli
|
36ee2c8427
|
Improve LDAP search by ignoring words order in fuzzy substring matching mode
|
10 years ago |
Thomas Bruederli
|
83eeec6c06
|
Add utility function to compose a full-text-like LDAP search filter
|
10 years ago |
Thomas Bruederli
|
028734b25c
|
Make LDAP errors available to the application
|
10 years ago |
Aleksander Machniak
|
d8b26e40f9
|
Overwrite Net_LDAP3's normalize_entry() method to behave as the old one
|
10 years ago |
Jeroen van Meeuwen (Kolab Systems)
|
6ac9395fbd
|
Use Net_LDAP3
|
10 years ago |
Aleksander Machniak
|
f67d372449
|
Fix "PHP Fatal error: Cannot break/continue 1 level" when ldap_start_tls() fails
|
11 years ago |
Thomas Bruederli
|
1a5d981a44
|
Fix debug output
|
11 years ago |
Aleksander Machniak
|
d519008498
|
Add configurable LDAP_OPT_DEREF option (#1489864) - patch from Stuart C. Naifeh
|
11 years ago |
Thomas Bruederli
|
3980579602
|
Avoid useless connection attempts if host is empty
|
11 years ago |
Thomas Bruederli
|
774deaded1
|
Don't EVER log passwords
|
11 years ago |
Aleksander Machniak
|
a4bc6ea24d
|
Handle nicely situation when normalize_entry is executed on already normalized entry
|
11 years ago |
Aleksander Machniak
|
858af70656
|
CS fixes
|
12 years ago |
Aleksander Machniak
|
fae90da582
|
Fix debug setting in ldap classes
|
12 years ago |
Aleksander Machniak
|
c9ed4bfa7a
|
CS fixes
|
12 years ago |
Aleksander Machniak
|
c64beed6bb
|
Unify LDAP debug messages
|
12 years ago |
Aleksander Machniak
|
3ebda8c7d8
|
Ignore ldap_search warnings (like in the old code)
|
12 years ago |
Thomas Bruederli
|
4500b2f79b
|
Consolidate quote_string() method usage; don't add additional filter if required field is already in search query
|
12 years ago |
Thomas Bruederli
|
03c73fa1c5
|
Also use VLV for filter prefix matches
|
12 years ago |
Thomas Bruederli
|
807c3d0d97
|
Optimmize memory usage by only fetching the necessary attributes used for contacts listing
|
12 years ago |
Thomas Bruederli
|
772b732068
|
Fix autocompletion search with VLV support
|
12 years ago |
Thomas Bruederli
|
f924f5f0aa
|
Improve group members listing + fix VLV index usage
|
12 years ago |
Thomas Bruederli
|
004f866f20
|
Prepare for VLV auto-detection (requries 'config_root_dn' config option)
|
12 years ago |
Thomas Bruederli
|
203323ba85
|
Refactored the LDAP address book into a generic LDAP wrapper class and an address book implementation (as already started in the devel-ldap-refactoring branch)
|
12 years ago |