summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_users.c
Commit message (Collapse)AuthorAgeFilesLines
* NSS: Add individual timeouts for entry typesStephen Gallagher2012-02-041-1/+1
| | | | https://fedorahosted.org/sssd/ticket/1016
* LDAP: Do not fail if RootDSE check cannot determine search basesStephen Gallagher2012-02-041-0/+9
| | | | https://fedorahosted.org/sssd/ticket/1152
* Save original memberof, not memberofJakub Hrozek2011-12-201-4/+16
|
* Use the case sensitivity flag in the LDAP providerJakub Hrozek2011-12-161-1/+1
|
* Refactor saving sdap entitiesJakub Hrozek2011-12-161-78/+20
| | | | | There was too much code duplication between sdap_save_{user,group,netgroup}. This patch removes the most egregious ones.
* LDAP: Add support for multiple search bases for user enumerationStephen Gallagher2011-11-021-5/+43
|
* LDAP: Support multiple user search bases (non-enumeration)Stephen Gallagher2011-11-021-13/+62
|
* SysDB commands that save lastUpdate allows this value to be passed inPavel Březina2011-10-131-3/+6
| | | | https://fedorahosted.org/sssd/ticket/836
* Store name aliases for users, groupsJakub Hrozek2011-09-281-0/+21
| | | | | | Also checks fake users for aliases when storing a real users so that getgrnam for a RFC2307 group that references a user by his secondary name followed by getpwnam for this user by his primary name works
* sdap_async_accounts.c splitJan Zeleny2011-08-151-0/+513
The file has been split in three: sdap_async_users.c sdap_async_groups.c sdap_async_initgroups.c https://fedorahosted.org/sssd/ticket/864