summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_users.c
Commit message (Expand)AuthorAgeFilesLines
* LDAP: Don't fail if subdomain cannot be found by sidLukas Slebodnik2014-01-221-4/+6
* LDAP: Split out a request to search for a user w/o savingJakub Hrozek2013-11-201-33/+131
* sdap_save_user: try to determine domain by SIDPavel Březina2013-10-291-22/+32
* sdap_idmap_domain_has_algorithmic_mapping: add domain name argumentSumit Bose2013-10-251-0/+1
* Fix formating of variables with type: size_tLukas Slebodnik2013-09-111-2/+3
* sdap_save_user: save original primary GID of subdomain usersSumit Bose2013-08-191-11/+22
* LDAP: Use domain-specific name where appropriateJakub Hrozek2013-07-241-42/+39
* Replace SDAP_ID_MAPPING checks with sdap_idmap_domain_has_algorithmic_mappingSumit Bose2013-06-281-1/+4
* LDAP: Do not store separate GID for subdomain usersJakub Hrozek2013-06-071-10/+18
* Split generating primary GID for ID mapped users into a separate functionJakub Hrozek2013-06-071-41/+70
* LDAP: store FQDNs for trusted users and groupsJakub Hrozek2013-06-071-2/+10
* LDAP: always store SID if availableSumit Bose2013-05-021-12/+30
* ldap: Fallback option for rfc2307 schemaSimo Sorce2013-03-201-0/+91
* Add domain argument to sysdb_store_user()Simo Sorce2013-01-151-2/+3
* AD: replace GID/UID, do not add another oneJakub Hrozek2013-01-091-2/+5
* idmap: Silence DEBUG messages when dealing with built-in SIDs.Michal Zidek2012-11-281-44/+51
* LDAP: fix uninitialized variableOndrej Kos2012-11-231-1/+1
* LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek2012-11-201-5/+17
* do not default fullname to gecos when schema = adPavel Březina2012-11-081-0/+14
* Unify usage of sysdb transactionsMichal Zidek2012-08-231-1/+12
* Ghost members - removed sdap_check_aliases()Jan Zeleny2012-05-311-6/+0
* LDAP: Add helper function to map IDsStephen Gallagher2012-05-031-57/+6
* LDAP: Do not remove uidNumber and gidNumber attributes when saving id-mapped ...Stephen Gallagher2012-05-031-0/+11
* LDAP: Add helper routine to convert LDAP blob to SID stringStephen Gallagher2012-05-031-20/+4
* LDAP: Map the user's primaryGroupIDStephen Gallagher2012-05-031-12/+64
* LDAP: Allow automatically-provisioning a domain and rangeStephen Gallagher2012-05-031-3/+43
* LDAP: Enable looking up ID-mapped users by nameStephen Gallagher2012-05-031-9/+54
* Modifications to simplify list_missing_attrsJan Zeleny2012-02-241-11/+2
* LDAP: Only use paging control on requests for multiple entriesStephen Gallagher2012-02-241-1/+2
* Fix memory hierarchy when processing nested group membershipsJakub Hrozek2012-02-141-1/+2
* NSS: Add individual timeouts for entry typesStephen Gallagher2012-02-041-1/+1
* LDAP: Do not fail if RootDSE check cannot determine search basesStephen Gallagher2012-02-041-0/+9
* 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
* 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
* Store name aliases for users, groupsJakub Hrozek2011-09-281-0/+21
* sdap_async_accounts.c splitJan Zeleny2011-08-151-0/+513