Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-31 | Ghost members - removed sdap_check_aliases() | Jan Zeleny | 1 | -6/+0 | |
This function is no longer necessary because we don't have fake user entries any more. The original purpose of this function was to check if there are fake user entries for particular user and, if yes, to update its membership. | |||||
2012-05-03 | LDAP: Add helper function to map IDs | Stephen Gallagher | 1 | -57/+6 | |
This function will also auto-create a new ID map if the domain has not been seen previously. | |||||
2012-05-03 | LDAP: Do not remove uidNumber and gidNumber attributes when saving id-mapped ↵ | Stephen Gallagher | 1 | -0/+11 | |
entries | |||||
2012-05-03 | LDAP: Add helper routine to convert LDAP blob to SID string | Stephen Gallagher | 1 | -20/+4 | |
2012-05-03 | LDAP: Map the user's primaryGroupID | Stephen Gallagher | 1 | -12/+64 | |
2012-05-03 | LDAP: Allow automatically-provisioning a domain and range | Stephen Gallagher | 1 | -3/+43 | |
If we get a user who is a member of a domain we haven't seen before, add a domain entry (auto-assigning its slice). Since we don't know the domain's real name, we'll just save the domain SID string as the name as well. | |||||
2012-05-03 | LDAP: Enable looking up ID-mapped users by name | Stephen Gallagher | 1 | -9/+54 | |
2012-02-24 | Modifications to simplify list_missing_attrs | Jan Zeleny | 1 | -11/+2 | |
2012-02-24 | LDAP: Only use paging control on requests for multiple entries | Stephen Gallagher | 1 | -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-14 | Fix memory hierarchy when processing nested group memberships | Jakub Hrozek | 1 | -1/+2 | |
https://fedorahosted.org/sssd/ticket/1186 | |||||
2012-02-04 | NSS: Add individual timeouts for entry types | Stephen Gallagher | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1016 | |||||
2012-02-04 | LDAP: Do not fail if RootDSE check cannot determine search bases | Stephen Gallagher | 1 | -0/+9 | |
https://fedorahosted.org/sssd/ticket/1152 | |||||
2011-12-20 | Save original memberof, not memberof | Jakub Hrozek | 1 | -4/+16 | |
2011-12-16 | Use the case sensitivity flag in the LDAP provider | Jakub Hrozek | 1 | -1/+1 | |
2011-12-16 | Refactor saving sdap entities | Jakub Hrozek | 1 | -78/+20 | |
There was too much code duplication between sdap_save_{user,group,netgroup}. This patch removes the most egregious ones. | |||||
2011-11-02 | LDAP: Add support for multiple search bases for user enumeration | Stephen Gallagher | 1 | -5/+43 | |
2011-11-02 | LDAP: Support multiple user search bases (non-enumeration) | Stephen Gallagher | 1 | -13/+62 | |
2011-10-13 | SysDB commands that save lastUpdate allows this value to be passed in | Pavel Březina | 1 | -3/+6 | |
https://fedorahosted.org/sssd/ticket/836 | |||||
2011-09-28 | Store name aliases for users, groups | Jakub Hrozek | 1 | -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-15 | sdap_async_accounts.c split | Jan Zeleny | 1 | -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 |