Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LDAP: split up LIB_LDAP into Access for LDAP interaction functions and ↵ | Arthur Schiwon | 2012-07-25 | 1 | -721/+0 |
| | | | | Connection for configuration and resource management. Adjust user_ldap, group_ldap and the app accordingly. | ||||
* | LDAP: make it UTF-8 save | Arthur Schiwon | 2012-07-02 | 1 | -15/+15 |
| | |||||
* | LDAP: reset resource on failed bind | Arthur Schiwon | 2012-07-02 | 1 | -4/+4 |
| | | | | check for resource | ||||
* | LDAP: compare base trees case insensitively | Arthur Schiwon | 2012-06-25 | 1 | -2/+2 |
| | |||||
* | LDAP: always sanitize DN and DN-containing attributes | Arthur Schiwon | 2012-06-25 | 1 | -3/+12 |
| | |||||
* | Spelling fixes | Bart Visscher | 2012-06-22 | 1 | -3/+2 |
| | |||||
* | Merge resource error-suppressing fix | Bart Visscher | 2012-06-22 | 1 | -5/+17 |
|\ | |||||
| * | Check for valid LDAP-resource before querying. | Benjamin Diele | 2012-05-28 | 1 | -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> | ||||
* | | forgotten $, incorrect subtract | Arthur Schiwon | 2012-06-20 | 1 | -2/+2 |
| | | |||||
* | | LDAP: only map users within the User Base Tree | Arthur Schiwon | 2012-06-20 | 1 | -2/+8 |
| | | |||||
* | | Don't use substr to get first char of string | Bart Visscher | 2012-06-08 | 1 | -2/+2 |
| | | |||||
* | | ldap: enable the destructor | Arthur Schiwon | 2012-06-07 | 1 | -0/+5 |
| | | |||||
* | | ldap: remove unused private functions | Arthur Schiwon | 2012-06-07 | 1 | -24/+0 |
| | | |||||
* | | ldap: correct query condition and determining of success | Arthur Schiwon | 2012-06-07 | 1 | -2/+12 |
| | | |||||
* | | ldap: check index carefully, can be 0 | Arthur Schiwon | 2012-06-07 | 1 | -1/+1 |
| | | |||||
* | | LDPA: don't drop legal whitespaces when sanitizing DN. Fixes oc-914 | Arthur Schiwon | 2012-06-06 | 1 | -1/+1 |
| | | |||||
* | | LDAP: make queries compatible also with PostgreSQL | Arthur Schiwon | 2012-05-31 | 1 | -7/+12 |
|/ | |||||
* | LDAP: check wether applying naming rule would end up in conflicts on update, ↵ | Arthur Schiwon | 2012-05-18 | 1 | -17/+29 |
| | | | | if so don't do it | ||||
* | LDAP: follow user- and groupname char limitations for LDAP display names | Arthur Schiwon | 2012-05-17 | 1 | -7/+21 |
| | | | | WARNING: may affect existing installations if display names included unallowed characters. Allowed are only a-zA-Z0-9._-@ This fix is however needed, because names with unallowed characters may cause conflicts | ||||
* | LDAP: remove unnecessary debug output | Arthur Schiwon | 2012-05-17 | 1 | -10/+0 |
| | |||||
* | LDAP: Fix case sensitivity issues with display name attribute | Arthur Schiwon | 2012-05-17 | 1 | -6/+8 |
| | |||||
* | LDAP: convert all DNs to lowercase so to make comparisons and everything work | Arthur Schiwon | 2012-05-15 | 1 | -0/+3 |
| | |||||
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 1 | -0/+0 |
| | |||||
* | LDAP: don't store agent password in plain text | Arthur Schiwon | 2012-05-14 | 1 | -1/+1 |
| | |||||
* | LDAP: no whitespaces after the , in the DNs, resolves conflicts with some ↵ | Arthur Schiwon | 2012-05-14 | 1 | -2/+15 |
| | | | | servers | ||||
* | LDAP: wrong assumptions for case (in)sensitivity, implement far better solution | Arthur Schiwon | 2012-05-11 | 1 | -3/+12 |
| | |||||
* | LDAP group: support for memberUid, fix for oc-594 | Arthur Schiwon | 2012-05-08 | 1 | -0/+3 |
| | |||||
* | LDAP: make sure, configuration is read when a public method needs it | Arthur Schiwon | 2012-05-08 | 1 | -0/+3 |
| | |||||
* | LDAP: sqlite compatibility | Arthur Schiwon | 2012-05-08 | 1 | -2/+7 |
| | |||||
* | LDAP: write to log in case bind fails. | Arthur Schiwon | 2012-05-08 | 1 | -0/+1 |
| | |||||
* | LDAP: Fall back to Base DN if user/group base settings are blanked | Arthur Schiwon | 2012-05-07 | 1 | -2/+10 |
| | |||||
* | LDAP: check first, if requested attribute exists | Arthur Schiwon | 2012-05-04 | 1 | -1/+1 |
| | |||||
* | LDAP: make oc_user_ldap::checkPassword make use of central OC_LDAP | Arthur Schiwon | 2012-05-04 | 1 | -0/+4 |
| | |||||
* | remove debug info | Arthur Schiwon | 2012-05-04 | 1 | -5/+0 |
| | |||||
* | LDAP: central function for user and group list retrieval (will replace ↵ | Arthur Schiwon | 2012-05-04 | 1 | -0/+21 |
| | | | | retrieveList from group part) | ||||
* | ported oc_db | Frank Karlitschek | 2012-05-03 | 1 | -5/+5 |
| | |||||
* | port appconfig | Frank Karlitschek | 2012-05-02 | 1 | -12/+12 |
| | |||||
* | finish porting of the LOG calls or the apps to the public api | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | LDAP: decent behaviour and log message when there is no connection to the ↵ | Arthur Schiwon | 2012-05-01 | 1 | -2/+11 |
| | | | | LDAP server | ||||
* | LDAP rewrite, use unique LDAP user and group identifiers on LDAP side as ↵ | Arthur Schiwon | 2012-04-25 | 1 | -20/+376 |
| | | | | | | | | well as fancy (unqiue as far as users a know from LDAP) names on the ownCloud side. It's done via mapping of owncloud names and LDAP identifiers. some performance enhancements: faster searching for users and groups in their specific subtrees. Reading instead of searching were possible. thanks for the feedback of Kevin van Kuik | ||||
* | use uniquemember instead of deprecated memberuid to identify LDAP group ↵ | Arthur Schiwon | 2012-04-25 | 1 | -1/+22 |
| | | | | members. Attention: not every method is adjusted yet, so it breaks some things. | ||||
* | LDAP: optimize LDAP requests for users and groups. Settings are still to do, ↵ | Arthur Schiwon | 2012-04-23 | 1 | -3/+34 |
| | | | | though. | ||||
* | only retrieve requested attributes | Arthur Schiwon | 2012-04-23 | 1 | -1/+1 |
| | |||||
* | LDAP: don't forget to unbind | Arthur Schiwon | 2012-04-16 | 1 | -0/+11 |
| | |||||
* | checked, works for me | Arthur Schiwon | 2012-04-16 | 1 | -1/+0 |
| | |||||
* | group ldap: check configuration | Arthur Schiwon | 2012-04-16 | 1 | -2/+16 |
| | |||||
* | minor code beautification | Arthur Schiwon | 2012-04-16 | 1 | -2/+3 |
| | |||||
* | a string be a string | Arthur Schiwon | 2012-04-16 | 1 | -1/+1 |
| | |||||
* | group LDAP: usersInGroup not getUsersInGroup | Arthur Schiwon | 2012-04-15 | 1 | -1/+9 |
| | | | | offer static readonly properties | ||||
* | don't forget changes in lib_ldap for last commit | Arthur Schiwon | 2012-04-15 | 1 | -7/+11 |
| |