summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_id.c
Commit message (Expand)AuthorAgeFilesLines
* LDAP: Don't abort request if no id mapping domain matchesJakub Hrozek2014-01-241-5/+39
* 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
* Use an entry type mask macro to filter entry typesSimo Sorce2012-12-041-1/+1
* LDAP: Remove double breakJakub Hrozek2012-11-191-1/+0
* Add ignore_group_members option.Paul B. Henson2012-11-151-1/+8
* Clean up cache on server reinitializationPavel Březina2012-08-231-0/+45
* ldap provider: add sudo usn valuePavel Březina2012-06-291-0/+2
* Add support for filtering atributesJan Zeleny2012-05-311-6/+6
* LDAP: Add attr_count return value to build_attrs_from_map()Stephen Gallagher2012-05-101-3/+3
* LDAP: Enable looking up id-mapped groups by GIDStephen Gallagher2012-05-031-2/+45
* LDAP: Allow looking up ID-mapped groups by nameStephen Gallagher2012-05-031-11/+20
* LDAP: Enable looking up id-mapped users by UIDStephen Gallagher2012-05-031-6/+43
* LDAP: Add enumeration support for servicesStephen Gallagher2012-01-311-0/+2
* LDAP: Add support for service lookups (non-enum)Stephen Gallagher2012-01-311-0/+30
* Pass sdap_id_ctx to online check from IPA providerJakub Hrozek2011-12-191-17/+40
* Provide means of forcing TLS and GSSAPI enabled/disabled for sdap connectionsJakub Hrozek2011-11-291-1/+2
* Fix sdap_id_ctx/ipa_id_ctx mismatch in IPA providerJakub Hrozek2011-11-251-2/+13
* Renamed some LDAP routinesJan Zeleny2011-11-231-2/+2
* LDAP: Add support for multiple search bases for group enumerationStephen Gallagher2011-11-021-1/+2
* LDAP: Add support for multiple search bases for user enumerationStephen Gallagher2011-11-021-1/+2
* LDAP: Convert ldap_*_search_filterStephen Gallagher2011-11-021-32/+12
* LDAP: Support multiple group search bases (non-enumeration, RFC2307)Stephen Gallagher2011-11-021-1/+3
* LDAP: Support multiple user search bases (non-enumeration)Stephen Gallagher2011-11-021-0/+1
* Use explicit base 10 for converting strings to integersJakub Hrozek2011-10-031-2/+2
* sysdb refactoring: memory context deletedJan Zeleny2011-08-151-7/+5