summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_id.c
Commit message (Expand)AuthorAgeFilesLines
* LDAP: fix typoSumit Bose2016-07-071-1/+1
* LDAP: Delete cache entry if not found by UPNJakub Hrozek2016-07-071-0/+19
* LDAP: Use shortname for LDAP queriesJakub Hrozek2016-07-071-8/+28
* LDAP: Rename DP filter value from name to filter_valueJakub Hrozek2016-07-071-54/+57
* DP: Switch to new interfacePavel Březina2016-06-201-215/+85
* LDAP: Decorate the hot paths in the LDAP provider with systemtap probesJakub Hrozek2016-06-101-0/+11
* remove user certificate if not found on the serverPavel Březina2016-03-011-0/+10
* Just return NULL if tevent_req_create() failsSumit Bose2016-02-111-2/+1
* LDAP: remove unused param. in sdap_fallback_local_userPavel Reichl2015-10-121-2/+1
* Update few debug messagesLukas Slebodnik2015-07-171-2/+3
* LDAP: Add sdap_lookup_type enumJakub Hrozek2015-07-151-8/+8
* LDAP: Fetch users and groups using wildcardsJakub Hrozek2015-07-151-2/+48
* SDAP: Remove user from cache for missing user in LDAPLukas Slebodnik2015-06-191-21/+26
* LDAP/IPA: add user lookup by certificateSumit Bose2015-06-191-6/+49
* ldap: use proper sysdb name in groups_by_user_done()Sumit Bose2015-06-011-3/+12
* Skip enumeration requests in IPA and AD providers as wellJakub Hrozek2015-06-011-29/+19
* SDAP: Remove unnecessary argument from sdap_save_userLukas Slebodnik2015-05-221-1/+1
* SDAP: Set initgroups expire attribute at the endLukas Slebodnik2015-05-221-0/+42
* IPA: allow initgroups by UUID for FreeIPA usersSumit Bose2015-05-061-12/+8
* IPA: allow initgroups by SID for AD usersSumit Bose2015-04-291-2/+13
* Add missing new lines to debug messagesLukas Slebodnik2015-03-171-1/+1
* LDAP/AD: do not resolve group members during tokenGroups requestSumit Bose2015-03-171-5/+9
* sdap_handle_acct_req_send: remove be_reqPavel Březina2015-03-081-14/+10
* LDAP: Conditional jump depends on uninitialised valueLukas Slebodnik2015-02-231-3/+4
* AD: use GC for SID requests as wellSumit Bose2015-01-301-10/+28
* LDAP: add support for lookups by UUIDSumit Bose2014-11-201-5/+53
* Use the alternative objectclass in group maps.Michal Zidek2014-09-151-6/+12
* LDAP: If extra_value is 'U' do a UPN searchSumit Bose2014-09-011-2/+13
* Revert "IPA: new attribute map for non-posix groups"Jakub Hrozek2014-08-191-7/+1
* IPA: new attribute map for non-posix groupsPavel Reichl2014-08-191-1/+7
* IPA: Rename label in users_get_send/groups_get_sendPavel Reichl2014-06-181-32/+30
* LDAP: Make it possible to extend an attribute mapJakub Hrozek2014-05-021-1/+2
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-121-6/+6
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-34/+34
* LDAP: Detect the presence of POSIX attributesJakub Hrozek2014-02-121-8/+150
* LDAP: Don't abort request if no id mapping domain matchesJakub Hrozek2014-01-241-5/+37
* Remove unused parameter from sdap_save_userLukas Slebodnik2013-11-271-2/+1
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 2)Michal Zidek2013-11-151-9/+5
* free idmapped SIDs correctlyPavel Březina2013-11-071-2/+2
* free sid obtained from sss_idmap_unix_to_sid()Pavel Březina2013-10-301-0/+2
* LDAP: Delete entry by SID if not foundJakub Hrozek2013-10-251-3/+19
* sdap_idmap_domain_has_algorithmic_mapping: add domain name argumentSumit Bose2013-10-251-0/+2
* LDAP: handle SID requests if noexist_delete is setSumit Bose2013-10-101-0/+10
* LDAP: Require ID numbers when ID mapping is offJakub Hrozek2013-09-271-3/+22
* Enable removing nonexisting dn in sdap_handle_account_infoLukas Slebodnik2013-08-081-1/+1
* LDAP: When resolving a SID, search for groups first, then usersJakub Hrozek2013-07-171-19/+18
* Replace SDAP_ID_MAPPING checks with sdap_idmap_domain_has_algorithmic_mappingSumit Bose2013-06-281-3/+11
* LDAP: Retry SID search based on result of LDAP search, not the return codeJakub Hrozek2013-06-241-2/+13
* LDAP: return sdap search return code to IDJakub Hrozek2013-06-071-34/+87
* LDAP: new SDAP domain structureJakub Hrozek2013-06-071-19/+49