summaryrefslogtreecommitdiff
path: root/src/providers/ldap/sdap_async_users.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Fix formating of variables with type: size_tLukas Slebodnik1-2/+3
2013-08-19sdap_save_user: save original primary GID of subdomain usersSumit Bose1-11/+22
2013-07-24LDAP: Use domain-specific name where appropriateJakub Hrozek1-42/+39
2013-06-28Replace SDAP_ID_MAPPING checks with sdap_idmap_domain_has_algorithmic_mappingSumit Bose1-1/+4
2013-06-07LDAP: Do not store separate GID for subdomain usersJakub Hrozek1-10/+18
2013-06-07Split generating primary GID for ID mapped users into a separate functionJakub Hrozek1-41/+70
2013-06-07LDAP: store FQDNs for trusted users and groupsJakub Hrozek1-2/+10
2013-05-02LDAP: always store SID if availableSumit Bose1-12/+30
2013-03-20ldap: Fallback option for rfc2307 schemaSimo Sorce1-0/+91
2013-01-15Add domain argument to sysdb_store_user()Simo Sorce1-2/+3
2013-01-09AD: replace GID/UID, do not add another oneJakub Hrozek1-2/+5
2012-11-28idmap: Silence DEBUG messages when dealing with built-in SIDs.Michal Zidek1-44/+51
2012-11-23LDAP: fix uninitialized variableOndrej Kos1-1/+1
2012-11-20LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek1-5/+17
2012-11-08do not default fullname to gecos when schema = adPavel Březina1-0/+14
2012-08-23Unify usage of sysdb transactionsMichal Zidek1-1/+12
2012-05-31Ghost members - removed sdap_check_aliases()Jan Zeleny1-6/+0
2012-05-03LDAP: Add helper function to map IDsStephen Gallagher1-57/+6
2012-05-03LDAP: Do not remove uidNumber and gidNumber attributes when saving id-mapped ...Stephen Gallagher1-0/+11
2012-05-03LDAP: Add helper routine to convert LDAP blob to SID stringStephen Gallagher1-20/+4
2012-05-03LDAP: Map the user's primaryGroupIDStephen Gallagher1-12/+64
2012-05-03LDAP: Allow automatically-provisioning a domain and rangeStephen Gallagher1-3/+43
2012-05-03LDAP: Enable looking up ID-mapped users by nameStephen Gallagher1-9/+54
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
2012-02-14Fix memory hierarchy when processing nested group membershipsJakub Hrozek1-1/+2
2012-02-04NSS: Add individual timeouts for entry typesStephen Gallagher1-1/+1
2012-02-04LDAP: Do not fail if RootDSE check cannot determine search basesStephen Gallagher1-0/+9
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
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
2011-09-28Store name aliases for users, groupsJakub Hrozek1-0/+21
2011-08-15sdap_async_accounts.c splitJan Zeleny1-0/+513