summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* TypoArthur Schiwon2013-02-071-1/+1
* LDAP: better detect timeouts. do not try to reconnect. do not try to bind whe...Arthur Schiwon2013-02-061-3/+10
* LDAP: when ldaps and tls are configured, disable the latter one - they do not...Arthur Schiwon2013-02-061-0/+5
* string fragment was added by accident and does not belong hereArthur Schiwon2013-01-311-1/+0
* spell checkThomas Mueller2013-01-311-2/+2
* spell checkThomas Mueller2013-01-311-3/+3
* LDAP: avoid attempts to save null as configvalueArthur Schiwon2013-01-311-4/+3
* LDAP: fix wrong indexArthur Schiwon2013-01-311-1/+1
* LDAP: make it possible to define attributes that should be considered on sear...Arthur Schiwon2013-01-312-2/+65
* LDAP: some inline documentationArthur Schiwon2013-01-302-0/+12
* LDAP: make sure app meta data is not deleted from database when deleting conf...Arthur Schiwon2013-01-301-1/+2
* LDAP: make it possible to enable/disable server configurationsArthur Schiwon2013-01-242-6/+33
* LDAP: implement deleteConfiguration featureArthur Schiwon2013-01-241-10/+37
* LDAP: add missing new LDAP HelperArthur Schiwon2013-01-241-0/+66
* LDAP: Clear cache on saving settingsArthur Schiwon2013-01-241-0/+1
* LDAP: fix defaultArthur Schiwon2013-01-231-1/+1
* make sure that Configuration is read when getConfiguration is called. And giv...Arthur Schiwon2013-01-231-4/+14
* fix more config keys for save settings handlingArthur Schiwon2013-01-201-2/+2
* fix continue in switch, add another key to skipArthur Schiwon2013-01-201-1/+2
* Ajaxifiy Settings SaveArthur Schiwon2013-01-201-4/+47
* fix mixed key and valueArthur Schiwon2013-01-181-1/+9
* LDAP: gather defaults in one place, simplify readConfigurationArthur Schiwon2013-01-181-28/+91
* make sure port is used as backup port if not specified. documentation. determ...Arthur Schiwon2013-01-171-1/+9
* fix undeclared variableArthur Schiwon2013-01-171-0/+2
* LDAP: add support for backup/replica serversArthur Schiwon2013-01-171-8/+32
* LDAP: fix read configuration, remove unnecessary debug outputArthur Schiwon2013-01-161-7/+6
* LDAP: fix parameter passed not as expectedArthur Schiwon2013-01-161-1/+1
* add LDAP User and Group proxies to suppoer multiple serversArthur Schiwon2013-01-111-0/+104
* documentation for the Connection constructorArthur Schiwon2013-01-101-0/+5
* introduce configPrefix to allow settings for multiple LDAP serversArthur Schiwon2013-01-101-28/+30
* dechex not necessary, do not waste time with itArthur Schiwon2013-01-081-1/+1
* Code styleArthur Schiwon2013-01-081-6/+10
* support LDAP search using multiple base DNs also with paged results, implemen...Arthur Schiwon2013-01-041-33/+50
* support multiple base DNsArthur Schiwon2013-01-031-5/+42
* Base DNs will be used as array, now, to support usage of multiple DNsArthur Schiwon2013-01-031-3/+3
* More style fixesBart Visscher2012-12-151-1/+1
* More whitespace fixesBart Visscher2012-12-151-9/+9
* Fix "Line indented incorrectly"Bart Visscher2012-12-152-5/+5
* Fix "No space found after comma in function call"Bart Visscher2012-12-151-1/+1
* Merge pull request #584 from wardragon/ldap_access_userExists_fixblizzz2012-12-121-3/+3
|\
| * Exclude LDAP backend from global user searchesLorenzo M. Catucci2012-12-071-3/+3
* | LDAP: ldap_explode_dn escaped too much, fix it by manual replacement. Fixes d...Arthur Schiwon2012-12-031-4/+11
|/
* port 95cee0e from stable45Arthur Schiwon2012-11-211-1/+14
* port dd694b5 from stable45Arthur Schiwon2012-11-211-11/+6
* LDAP: escape values in the DN, fixes #419Arthur Schiwon2012-11-211-0/+13
* LDAP: cherrypick objectGUID handling from stable45, was part of PR 344Arthur Schiwon2012-11-121-1/+35
* LDAP: fix typo in config value handling.Arthur Schiwon2012-11-061-1/+1
* Merge pull request #258 from wardragon/ldap_existence_check_no_refactorblizzz2012-11-061-3/+9
|\
| * Return an empty array on succesful existence checkLorenzo M. Catucci2012-11-051-2/+3
| * Return true or false from readAttribute if $attr is emptyLorenzo M. Catucci2012-11-051-3/+8