| Commit message (Expand) | Author | Age | Files | Lines |
* | Typo | Arthur Schiwon | 2013-02-07 | 1 | -1/+1 |
* | LDAP: better detect timeouts. do not try to reconnect. do not try to bind whe... | Arthur Schiwon | 2013-02-06 | 1 | -3/+10 |
* | LDAP: when ldaps and tls are configured, disable the latter one - they do not... | Arthur Schiwon | 2013-02-06 | 1 | -0/+5 |
* | string fragment was added by accident and does not belong here | Arthur Schiwon | 2013-01-31 | 1 | -1/+0 |
* | spell check | Thomas Mueller | 2013-01-31 | 1 | -2/+2 |
* | spell check | Thomas Mueller | 2013-01-31 | 1 | -3/+3 |
* | LDAP: avoid attempts to save null as configvalue | Arthur Schiwon | 2013-01-31 | 1 | -4/+3 |
* | LDAP: fix wrong index | Arthur Schiwon | 2013-01-31 | 1 | -1/+1 |
* | LDAP: make it possible to define attributes that should be considered on sear... | Arthur Schiwon | 2013-01-31 | 2 | -2/+65 |
* | LDAP: some inline documentation | Arthur Schiwon | 2013-01-30 | 2 | -0/+12 |
* | LDAP: make sure app meta data is not deleted from database when deleting conf... | Arthur Schiwon | 2013-01-30 | 1 | -1/+2 |
* | LDAP: make it possible to enable/disable server configurations | Arthur Schiwon | 2013-01-24 | 2 | -6/+33 |
* | LDAP: implement deleteConfiguration feature | Arthur Schiwon | 2013-01-24 | 1 | -10/+37 |
* | LDAP: add missing new LDAP Helper | Arthur Schiwon | 2013-01-24 | 1 | -0/+66 |
* | LDAP: Clear cache on saving settings | Arthur Schiwon | 2013-01-24 | 1 | -0/+1 |
* | LDAP: fix default | Arthur Schiwon | 2013-01-23 | 1 | -1/+1 |
* | make sure that Configuration is read when getConfiguration is called. And giv... | Arthur Schiwon | 2013-01-23 | 1 | -4/+14 |
* | fix more config keys for save settings handling | Arthur Schiwon | 2013-01-20 | 1 | -2/+2 |
* | fix continue in switch, add another key to skip | Arthur Schiwon | 2013-01-20 | 1 | -1/+2 |
* | Ajaxifiy Settings Save | Arthur Schiwon | 2013-01-20 | 1 | -4/+47 |
* | fix mixed key and value | Arthur Schiwon | 2013-01-18 | 1 | -1/+9 |
* | LDAP: gather defaults in one place, simplify readConfiguration | Arthur Schiwon | 2013-01-18 | 1 | -28/+91 |
* | make sure port is used as backup port if not specified. documentation. determ... | Arthur Schiwon | 2013-01-17 | 1 | -1/+9 |
* | fix undeclared variable | Arthur Schiwon | 2013-01-17 | 1 | -0/+2 |
* | LDAP: add support for backup/replica servers | Arthur Schiwon | 2013-01-17 | 1 | -8/+32 |
* | LDAP: fix read configuration, remove unnecessary debug output | Arthur Schiwon | 2013-01-16 | 1 | -7/+6 |
* | LDAP: fix parameter passed not as expected | Arthur Schiwon | 2013-01-16 | 1 | -1/+1 |
* | add LDAP User and Group proxies to suppoer multiple servers | Arthur Schiwon | 2013-01-11 | 1 | -0/+104 |
* | documentation for the Connection constructor | Arthur Schiwon | 2013-01-10 | 1 | -0/+5 |
* | introduce configPrefix to allow settings for multiple LDAP servers | Arthur Schiwon | 2013-01-10 | 1 | -28/+30 |
* | dechex not necessary, do not waste time with it | Arthur Schiwon | 2013-01-08 | 1 | -1/+1 |
* | Code style | Arthur Schiwon | 2013-01-08 | 1 | -6/+10 |
* | support LDAP search using multiple base DNs also with paged results, implemen... | Arthur Schiwon | 2013-01-04 | 1 | -33/+50 |
* | support multiple base DNs | Arthur Schiwon | 2013-01-03 | 1 | -5/+42 |
* | Base DNs will be used as array, now, to support usage of multiple DNs | Arthur Schiwon | 2013-01-03 | 1 | -3/+3 |
* | More style fixes | Bart Visscher | 2012-12-15 | 1 | -1/+1 |
* | More whitespace fixes | Bart Visscher | 2012-12-15 | 1 | -9/+9 |
* | Fix "Line indented incorrectly" | Bart Visscher | 2012-12-15 | 2 | -5/+5 |
* | Fix "No space found after comma in function call" | Bart Visscher | 2012-12-15 | 1 | -1/+1 |
* | Merge pull request #584 from wardragon/ldap_access_userExists_fix | blizzz | 2012-12-12 | 1 | -3/+3 |
|\ |
|
| * | Exclude LDAP backend from global user searches | Lorenzo M. Catucci | 2012-12-07 | 1 | -3/+3 |
* | | LDAP: ldap_explode_dn escaped too much, fix it by manual replacement. Fixes d... | Arthur Schiwon | 2012-12-03 | 1 | -4/+11 |
|/ |
|
* | port 95cee0e from stable45 | Arthur Schiwon | 2012-11-21 | 1 | -1/+14 |
* | port dd694b5 from stable45 | Arthur Schiwon | 2012-11-21 | 1 | -11/+6 |
* | LDAP: escape values in the DN, fixes #419 | Arthur Schiwon | 2012-11-21 | 1 | -0/+13 |
* | LDAP: cherrypick objectGUID handling from stable45, was part of PR 344 | Arthur Schiwon | 2012-11-12 | 1 | -1/+35 |
* | LDAP: fix typo in config value handling. | Arthur Schiwon | 2012-11-06 | 1 | -1/+1 |
* | Merge pull request #258 from wardragon/ldap_existence_check_no_refactor | blizzz | 2012-11-06 | 1 | -3/+9 |
|\ |
|
| * | Return an empty array on succesful existence check | Lorenzo M. Catucci | 2012-11-05 | 1 | -2/+3 |
| * | Return true or false from readAttribute if $attr is empty | Lorenzo M. Catucci | 2012-11-05 | 1 | -3/+8 |