Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LDAP: comparison, not assignment. Thanks to Manuel Delgado | Arthur Schiwon | 2012-09-27 | 1 | -1/+1 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -5/+5 |
| | |||||
* | LDAP: implement getHome() function, use either username (default) or specify ↵ | Arthur Schiwon | 2012-08-28 | 1 | -1/+39 |
| | | | | an LDAP attribute value to use | ||||
* | LDAP: don't pass -1 as length to array slice, when no limit is given. It ↵ | Arthur Schiwon | 2012-08-22 | 1 | -0/+3 |
| | | | | cuts off the last item. | ||||
* | adjust LDAP to updated interface | Arthur Schiwon | 2012-08-14 | 1 | -2/+10 |
| | |||||
* | LDAP: check for always available attribute on userExists, fixes oc-1440 | Arthur Schiwon | 2012-08-05 | 1 | -3/+3 |
| | |||||
* | LDAP: don't die on unexpected collisions, handle empty display-name ↵ | Arthur Schiwon | 2012-07-30 | 1 | -5/+12 |
| | | | | attributes properly | ||||
* | LDAP: use OC_Cache to cache results from LDAP. Default is set to 10 min. ↵ | Arthur Schiwon | 2012-07-26 | 1 | -6/+12 |
| | | | | Should improve performance especially when LDAP users use the sync client, because userExists checks with the LDAP server are reduced. | ||||
* | LDAP: some cleanup | Arthur Schiwon | 2012-07-26 | 1 | -3/+0 |
| | |||||
* | code style | Arthur Schiwon | 2012-07-25 | 1 | -1/+1 |
| | |||||
* | remove unnecessary debug output | Arthur Schiwon | 2012-07-25 | 1 | -1/+0 |
| | |||||
* | LDAP: split up LIB_LDAP into Access for LDAP interaction functions and ↵ | Arthur Schiwon | 2012-07-25 | 1 | -29/+17 |
| | | | | Connection for configuration and resource management. Adjust user_ldap, group_ldap and the app accordingly. | ||||
* | LDAP: put app under the OCA\user_ldap\ namespace | Arthur Schiwon | 2012-07-25 | 1 | -17/+19 |
| | |||||
* | Support for OCA namespace | Arthur Schiwon | 2012-07-25 | 1 | -1/+1 |
| | |||||
* | LDAP: switch user backend from extending class OC_User_Backend to ↵ | Arthur Schiwon | 2012-07-25 | 1 | -1/+24 |
| | | | | implementing OC_User_Interface for improved flexibility | ||||
* | LDAP: make it UTF-8 save | Arthur Schiwon | 2012-07-02 | 1 | -1/+1 |
| | |||||
* | remove unnecessary closing PHP tag | Arthur Schiwon | 2012-06-22 | 1 | -3/+1 |
| | |||||
* | LDAP: cheaper userExists() implementation | Arthur Schiwon | 2012-06-22 | 1 | -1/+13 |
| | |||||
* | LDAP: cache the results, reduce LDAP searches | Arthur Schiwon | 2012-06-07 | 1 | -4/+9 |
| | |||||
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 1 | -0/+0 |
| | |||||
* | LDAP group: support for memberUid, fix for oc-594 | Arthur Schiwon | 2012-05-08 | 1 | -3/+1 |
| | |||||
* | LDAP: use the correct attribute for the display name | Arthur Schiwon | 2012-05-04 | 1 | -1/+1 |
| | |||||
* | LDAP: also those functions were not meant to be static | Arthur Schiwon | 2012-05-04 | 1 | -2/+2 |
| | |||||
* | LDAP: copyright stuff | Arthur Schiwon | 2012-05-04 | 1 | -0/+2 |
| | |||||
* | LDAP: cleanup | Arthur Schiwon | 2012-05-04 | 1 | -93/+0 |
| | |||||
* | LDAP: checkPassword ain't static | Arthur Schiwon | 2012-05-04 | 1 | -2/+2 |
| | |||||
* | LDAP: make oc_user_ldap::checkPassword make use of central OC_LDAP | Arthur Schiwon | 2012-05-04 | 1 | -49/+57 |
| | |||||
* | LDAP: make oc_user_ldap::userExists make use of central OC_LDAP | Arthur Schiwon | 2012-05-04 | 1 | -8/+9 |
| | |||||
* | LDAP: make oc_user_ldap::getUsers make use of central OC_LDAP | Arthur Schiwon | 2012-05-04 | 1 | -28/+11 |
| | |||||
* | port oc_preferences | Frank Karlitschek | 2012-05-02 | 1 | -2/+2 |
| | |||||
* | port appconfig | Frank Karlitschek | 2012-05-02 | 1 | -13/+13 |
| | |||||
* | ported the rest of the OC_Helper calls | Frank Karlitschek | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | LDAP: don't keep possibly outdated passwords | Arthur Schiwon | 2012-04-14 | 1 | -4/+0 |
| | |||||
* | LDAP: set also quota, when there is no explicit default value | Arthur Schiwon | 2012-03-01 | 1 | -2/+6 |
| | |||||
* | LDAP fix: set user quota, if attribute is provided | Arthur Schiwon | 2012-03-01 | 1 | -3/+3 |
| | |||||
* | typo in function call | Arthur Schiwon | 2012-02-28 | 1 | -1/+1 |
| | |||||
* | make LDAP filter for user list configurable | Arthur Schiwon | 2012-02-28 | 1 | -7/+8 |
| | |||||
* | Combing LDAP backend with LDAP extended backend | Arthur Schiwon | 2012-02-20 | 1 | -17/+61 |
| | |||||
* | Disable save button while saving. Streamlined code. | Tom Needham | 2011-11-29 | 1 | -9/+69 |
| | |||||
* | Fix OC_USER_LDAP::checkPassword() to return the username | Caio Marcelo de Oliveira Filho | 2011-09-01 | 1 | -1/+3 |
| | | | | REVIEW: 102487 | ||||
* | apps/user_ldap/user_ldap.php: - Add support for ldapv3 and tls | Sascha Schneider | 2011-08-28 | 1 | -0/+3 |
| | |||||
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 1 | -7/+7 |
| | |||||
* | Delete requires in applications where possible | Jakob Sack | 2011-07-27 | 1 | -2/+0 |
| | |||||
* | fix some ldap errors | Robin Appelman | 2011-07-18 | 1 | -2/+2 |
| | |||||
* | only use ldap user backend when it is configured | Robin Appelman | 2011-07-06 | 1 | -0/+6 |
| | |||||
* | Hopefully fix errors if ldap plugin is not configured | Dominik Schmidt | 2011-07-04 | 1 | -1/+16 |
| | |||||
* | user_ldap: close ldap connection in dtor | Dominik Schmidt | 2011-06-23 | 1 | -0/+6 |
| | |||||
* | user_ldap: implement userExists | Dominik Schmidt | 2011-06-23 | 1 | -20/+48 |
| | |||||
* | user_ldap: add port setting | Dominik Schmidt | 2011-06-23 | 1 | -1/+4 |
| | |||||
* | Add user_ldap plugin | Dominik Schmidt | 2011-06-23 | 1 | -0/+62 |