aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* LDAP: offer option to disable SSL certificate checks. Works around problems w...Arthur Schiwon2012-08-051-0/+9
* remove accidentally added blank linesArthur Schiwon2012-08-051-2/+0
* add missing \Arthur Schiwon2012-08-051-1/+1
* LDAP: sanitize user and group base trees for strripos comparison. fixes oc-1302Arthur Schiwon2012-08-051-2/+4
* LDAP: don't die on unexpected collisions, handle empty display-name attribute...Arthur Schiwon2012-07-301-8/+16
* LDAP: add Test Configuration functionality in the settingsArthur Schiwon2012-07-261-0/+9
* LDAP: use OC_Cache to cache results from LDAP. Default is set to 10 min. Shou...Arthur Schiwon2012-07-261-1/+58
* code styleArthur Schiwon2012-07-261-3/+3
* LDAP: check if php-ldap is installed. If not, give an error output. FIX: blan...Arthur Schiwon2012-07-252-0/+14
* LDAP: replace deprecated constantArthur Schiwon2012-07-251-1/+1
* LDAP: remove debug outputArthur Schiwon2012-07-251-4/+0
* code styleArthur Schiwon2012-07-251-5/+5
* LDAP: silence warning, but handle the errorArthur Schiwon2012-07-251-1/+6
* LDAP: split up LIB_LDAP into Access for LDAP interaction functions and Connec...Arthur Schiwon2012-07-252-0/+837