summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_id.c
Commit message (Expand)AuthorAgeFilesLines
* SDAP: Remove user from cache for missing user in LDAPrhel-6.7Lukas Slebodnik2015-06-221-21/+26
* ldap: use proper sysdb name in groups_by_user_done()Sumit Bose2015-06-031-3/+12
* Skip enumeration requests in IPA and AD providers as wellJakub Hrozek2015-06-021-29/+19
* SDAP: Remove unnecessary argument from sdap_save_userLukas Slebodnik2015-05-251-1/+1
* SDAP: Set initgroups expire attribute at the endLukas Slebodnik2015-05-251-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
* LDAP/AD: do not resolve group members during tokenGroups requestSumit Bose2015-03-201-5/+9
* sdap_handle_acct_req_send: remove be_reqPavel Březina2015-03-081-14/+10
* Add missing new lines to debug messagesLukas Slebodnik2015-02-181-1/+1
* 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
* LDAP: Pass in a connection to ID functionsJakub Hrozek2013-06-071-20/+39
* LDAP: Refactor account info handler into a tevent requestJakub Hrozek2013-06-071-155/+201
* LDAP: sdap_id_ctx might contain several connectionsJakub Hrozek2013-06-071-5/+5
* Intermittent fix for get_user_and_group_users_doneSumit Bose2013-06-061-3/+0
* Remove unneeded commentJakub Hrozek2013-05-281-1/+0
* Add SID related requests to the LDAP providerSumit Bose2013-05-271-5/+230
* Add secid filter to responder-dp protocolSumit Bose2013-05-021-0/+6
* ldap: Fallback option for rfc2307 schemaSimo Sorce2013-03-201-0/+39
* Add be_req_get_data() helper funciton.Simo Sorce2013-01-211-1/+1
* Add be_req_get_be_ctx() helper.Simo Sorce2013-01-211-10/+16
* Remove sysdb as a be context structure memberSimo Sorce2013-01-211-3/+3
* Add domain argument to sysdb_delete_group()Simo Sorce2013-01-151-2/+4
* Add domain argument to sysdb_delete_user()Simo Sorce2013-01-151-3/+5
* Fix comment on wrong lineSimo Sorce2012-12-051-1/+1