summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_users.c
Commit message (Expand)AuthorAgeFilesLines
* WIPadlookupJakub Hrozek2015-09-041-0/+35
* LDAP: imposing sizelimit=1 for single-entry searches breaks overlapping domainsJakub Hrozek2015-09-041-3/+0
* LDAP: Add the wildcard_limit optionJakub Hrozek2015-07-151-1/+7
* LDAP: Add sdap_lookup_type enumJakub Hrozek2015-07-151-8/+24
* LDAP: Use sdap_get_and_parse_generic_/_recvJakub Hrozek2015-07-151-4/+4
* SDAP: Remove unnecessary argument from sdap_save_userLukas Slebodnik2015-05-221-3/+1
* SDAP: Set initgroups expire attribute at the endLukas Slebodnik2015-05-221-9/+0
* sdap: properly handle binary objectGuid attributeSumit Bose2015-03-201-16/+7
* LDAP: always store UUID if availableSumit Bose2014-11-201-2/+21
* UTIL: rename find_subdomain_by_sidPavel Reichl2014-07-221-1/+1
* LDAP: Make it possible to extend an attribute mapJakub Hrozek2014-05-021-3/+3
* make make_realm_upper_case() staticPavel Březina2014-02-181-0/+18
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-121-3/+4
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-54/+54
* LDAP: Don't fail if subdomain cannot be found by sidLukas Slebodnik2014-01-221-4/+6
* LDAP: Fix a debug messageJakub Hrozek2013-12-091-2/+1
* Remove unused parameter from sdap_save_userLukas Slebodnik2013-11-271-3/+1
* LDAP: Split out a request to search for a user w/o savingJakub Hrozek2013-11-201-33/+131
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 2)Michal Zidek2013-11-151-1/+1
* 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