summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/ldap.php
Commit message (Expand)AuthorAgeFilesLines
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-3/+3
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-3/+3
* Use proper PHPDoc and variable names in the LDAP libLukas Reschke2014-05-111-10/+111
* "reset" ldap pagedSearch control by setting it to a high valueroot2014-03-061-1/+1
* only check ldap_errno if an ldap_* function actually failsroot2014-03-061-2/+4
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-141-3/+3
|\
| * LDAP: extend LDAP wrapper search method for sizelimit, improves performance i...Arthur Schiwon2014-02-101-3/+3
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-3/+6
|/
* correctly propagate the return value of ldap_set_optionroot2013-12-061-1/+1
* LDAP Wizard: add detection, load and save of LDAP objectClasses for filter pu...Arthur Schiwon2013-10-171-0/+8
* LDAP Wizard: autodetect base DNArthur Schiwon2013-10-171-0/+4
* LDAP: don't throw exceptions in the wrapper, errors are handled in the code. ...Arthur Schiwon2013-09-271-3/+5
* LDAP: make Access be a dependency to the user and group backend instead of in...Arthur Schiwon2013-09-271-0/+2
* LDAP: establish wrapper interface to allow proper mockingArthur Schiwon2013-09-271-19/+86
* LDAP: move is_resource check to ldap wrapper to make it mockableArthur Schiwon2013-09-271-0/+10
* LDAP: move PHP LDAP functions calls to an LDAP Wrapper for better isolation a...Arthur Schiwon2013-09-271-0/+86