summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* LDAP: don't die on unexpected collisions, handle empty display-name ↵Arthur Schiwon2012-07-302-13/+28
| | | | attributes properly
* LDAP: add Test Configuration functionality in the settingsArthur Schiwon2012-07-264-1/+71
|
* LDAP: use OC_Cache to cache results from LDAP. Default is set to 10 min. ↵Arthur Schiwon2012-07-265-34/+109
| | | | Should improve performance especially when LDAP users use the sync client, because userExists checks with the LDAP server are reduced.
* LDAP: some cleanupArthur Schiwon2012-07-261-3/+0
|
* code styleArthur Schiwon2012-07-261-3/+3
|
* LDAP: check if php-ldap is installed. If not, give an error output. FIX: ↵Arthur Schiwon2012-07-252-0/+14
| | | | blank Users page when the module is not installed.
* LDAP: replace deprecated constantArthur Schiwon2012-07-251-1/+1
|
* code styleArthur Schiwon2012-07-251-1/+1
|
* LDAP: remove debug outputArthur Schiwon2012-07-251-4/+0
|
* code styleArthur Schiwon2012-07-251-5/+5
|
* LDAP: remove obsolete require_onceArthur Schiwon2012-07-251-3/+0
|
* code styleArthur Schiwon2012-07-251-1/+1
|
* code styleArthur Schiwon2012-07-251-1/+1
|
* remove unnecessary debug outputArthur Schiwon2012-07-251-1/+0
|
* code styleArthur Schiwon2012-07-251-1/+0
|
* code styleArthur Schiwon2012-07-251-2/+3
|
* LDAP: adjust test after refactoringArthur Schiwon2012-07-251-2/+2
|
* LDAP: silence warning, but handle the errorArthur Schiwon2012-07-251-1/+6
|
* LDAP: split up LIB_LDAP into Access for LDAP interaction functions and ↵Arthur Schiwon2012-07-255-372/+479
| | | | Connection for configuration and resource management. Adjust user_ldap, group_ldap and the app accordingly.
* LDAP: group backend now implements the interface, does not inherit backend classArthur Schiwon2012-07-251-1/+14
|
* LDAP: put app under the OCA\user_ldap\ namespaceArthur Schiwon2012-07-253-44/+46
|
* Support for OCA namespaceArthur Schiwon2012-07-252-1/+2
|
* LDAP: switch user backend from extending class OC_User_Backend to ↵Arthur Schiwon2012-07-251-1/+24
| | | | implementing OC_User_Interface for improved flexibility
* LDAP: pass user backend as instance, not classnameArthur Schiwon2012-07-251-1/+1
|
* LDAP: make it UTF-8 saveArthur Schiwon2012-07-025-18/+36
|
* LDAP: reset resource on failed bindArthur Schiwon2012-07-021-4/+4
| | | | check for resource
* LDAP: compare base trees case insensitivelyArthur Schiwon2012-06-251-2/+2
|
* fix syntax error after mergeArthur Schiwon2012-06-251-3/+0
|
* LDAP: cheaper userExists() implementation, fixes oc-1012Arthur Schiwon2012-06-251-0/+3
|
* LDAP: always sanitize DN and DN-containing attributesArthur Schiwon2012-06-251-3/+12
|
* Spelling fixesBart Visscher2012-06-221-3/+2
|
* Merge resource error-suppressing fixBart Visscher2012-06-221-5/+17
|\
| * Check for valid LDAP-resource before querying.Benjamin Diele2012-05-281-5/+17
| | | | | | | | | | | | | | | | Check if we have get valid link identifier from self::getConnectionResource() before using ldap_search() and ldap_get_entries(), otherwise return an empty array. Signed-off-by: Benjamin Diele <benjamin@diele.be>
* | remove unnecessary closing PHP tagArthur Schiwon2012-06-221-3/+1
| |
* | LDAP: cheaper userExists() implementationArthur Schiwon2012-06-221-1/+13
| |
* | forgotten $, incorrect subtractArthur Schiwon2012-06-201-2/+2
| |
* | LDAP: only map users within the User Base TreeArthur Schiwon2012-06-202-3/+11
| |
* | Make some apps compatibleLukas Reschke2012-06-113-3/+5
| |
* | First try of implementing assignHTMLLukas Reschke2012-06-111-1/+1
| |
* | ldap: check array for emptiness, not nullnessArthur Schiwon2012-06-111-1/+1
| |
* | Sanitzing user inputLukas Reschke2012-06-101-1/+1
| |
* | Don't use substr to get first char of stringBart Visscher2012-06-081-2/+2
| |
* | typo in varArthur Schiwon2012-06-081-1/+1
| |
* | LDAP: cache the results, reduce LDAP searchesArthur Schiwon2012-06-072-14/+39
| |
* | ldap: enable the destructorArthur Schiwon2012-06-071-0/+5
| |
* | ldap: remove unused private functionsArthur Schiwon2012-06-071-24/+0
| |
* | ldap: correct query condition and determining of successArthur Schiwon2012-06-071-2/+12
| |
* | ldap: check index carefully, can be 0Arthur Schiwon2012-06-071-1/+1
| |
* | LDPA: don't drop legal whitespaces when sanitizing DN. Fixes oc-914Arthur Schiwon2012-06-061-1/+1
| |
* | commited a bit too much beforeArthur Schiwon2012-06-041-1/+0
| |