summaryrefslogtreecommitdiff
path: root/src/providers/ldap/sdap_async_users.c
AgeCommit message (Collapse)AuthorFilesLines
2012-02-24Modifications to simplify list_missing_attrsJan Zeleny1-11/+2
2012-02-24LDAP: Only use paging control on requests for multiple entriesStephen Gallagher1-1/+2
The paging control can cause issues on servers that put limits on how many paging controls can be active at one time (on some servers, it is limited to one per connection). We need to reduce our usage so that we only activate the paging control when making a request that may return an arbitrary number of results. https://fedorahosted.org/sssd/ticket/1202 phase one
2012-02-14Fix memory hierarchy when processing nested group membershipsJakub Hrozek1-1/+2
https://fedorahosted.org/sssd/ticket/1186
2012-02-04NSS: Add individual timeouts for entry typesStephen Gallagher1-1/+1
https://fedorahosted.org/sssd/ticket/1016
2012-02-04LDAP: Do not fail if RootDSE check cannot determine search basesStephen Gallagher1-0/+9
https://fedorahosted.org/sssd/ticket/1152
2011-12-20Save original memberof, not memberofJakub Hrozek1-4/+16
2011-12-16Use the case sensitivity flag in the LDAP providerJakub Hrozek1-1/+1
2011-12-16Refactor saving sdap entitiesJakub Hrozek1-78/+20
There was too much code duplication between sdap_save_{user,group,netgroup}. This patch removes the most egregious ones.
2011-11-02LDAP: Add support for multiple search bases for user enumerationStephen Gallagher1-5/+43
2011-11-02LDAP: Support multiple user search bases (non-enumeration)Stephen Gallagher1-13/+62
2011-10-13SysDB commands that save lastUpdate allows this value to be passed inPavel Březina1-3/+6
https://fedorahosted.org/sssd/ticket/836
2011-09-28Store name aliases for users, groupsJakub Hrozek1-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
2011-08-15sdap_async_accounts.c splitJan Zeleny1-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