summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
* LDAP: Setup periodic task only once.Lukas Slebodnik2014-02-261-13/+41
* LDAP: Handle errors from sdap_id_op properly in enum codeJakub Hrozek2014-02-121-1/+41
* LDAP: Detect the presence of POSIX attributesJakub Hrozek2014-02-125-10/+454
* LDAP: require attribute groupType for AD groupsLukas Slebodnik2014-01-291-1/+1
* LDAP: store group if subdomain cannot be found by sidLukas Slebodnik2014-01-291-4/+6
* LDAP: Don't clobber original_member during enumerationJakub Hrozek2014-01-291-6/+11
* LDAP: Add enum request with custom connectionJakub Hrozek2014-01-292-125/+191
* LDAP: Pass a private context to enumeration ptask instead of hardcoded connec...Jakub Hrozek2014-01-293-23/+30
* LDAP: Don't abort request if no id mapping domain matchesJakub Hrozek2014-01-241-5/+39
* sdap_idamp: Fall back to another method if sid is wrongLukas Slebodnik2014-01-221-2/+8
* LDAP: update id mapping detection for ldap providerLukas Slebodnik2014-01-221-0/+5
* LDAP: Don't fail if subdomain cannot be found by sidLukas Slebodnik2014-01-221-4/+6
* LDAP: Fix error checkJakub Hrozek2014-01-201-2/+2
* LDAP: Add a new error code for malformed access control filterJakub Hrozek2014-01-094-10/+16
* responder: Set forest attribute in AD domainsPavel Reichl2014-01-091-1/+1
* LDAP: Fix typo and use the right attribute mapJakub Hrozek2014-01-081-1/+1
* AD: cross-domain membership fixSumit Bose2013-12-194-13/+257
* AD: filter domain local groups for trusted/sub domainsSumit Bose2013-12-194-64/+138
* Add new option ldap_group_typeSumit Bose2013-12-192-0/+4
* Use sysdb_attrs_add_lc_name_alias to add case-insensitive aliasSumit Bose2013-12-191-5/+16
* ad: use tokengroups even when id mapping is disabledPavel Březina2013-12-183-26/+525
* ad: refactor tokengroups initgroupsPavel Březina2013-12-183-231/+357
* AD: use LDAP for group lookupsSumit Bose2013-12-131-0/+2
* SSSD: Improved domain detectionPavel Reichl2013-11-291-11/+28
* LDAP: Initialize user count for AD matching ruleJakub Hrozek2013-11-281-1/+1
* LDAP: Search for original DN during auth if it's missingJakub Hrozek2013-11-201-16/+194
* LDAP: Split out a request to search for a user w/o savingJakub Hrozek2013-11-202-33/+147
* LDAP: Prevent from using uninitialized sdap_optionsLukas Slebodnik2013-11-141-1/+1
* Initialize sid_str to NULL to avoid freeing random dataJakub Hrozek2013-11-081-1/+1
* free idmapped SIDs correctlyPavel Březina2013-11-072-2/+4
* LDAP: Check all search bases during nested group processingJakub Hrozek2013-10-301-13/+42
* nested groups: pick correct domain for cache lookupsPavel Březina2013-10-301-4/+12
* sdap_fill_memberships: pick correct domain for every memberPavel Březina2013-10-301-4/+19
* ghosts: pick correct domain for every memberPavel Březina2013-10-301-10/+15
* sdap: add sdap_domain_get_by_dn()Pavel Březina2013-10-302-0/+28
* sdap: store base dn in sdap_domainPavel Březina2013-10-302-15/+22
* free sid obtained from sss_idmap_unix_to_sid()Pavel Březina2013-10-301-0/+2
* LDAP: Return correct error codeLukas Slebodnik2013-10-301-1/+1
* sdap_save_group: try to determine domain by SIDPavel Březina2013-10-291-7/+18
* sdap_save_user: try to determine domain by SIDPavel Březina2013-10-291-22/+32
* dp: convert cleanup task to be_ptaskPavel Březina2013-10-254-73/+64
* AD: Use the ad_access_filter if it's setJakub Hrozek2013-10-253-17/+29
* LDAP: Parse FQDN into name/domain for subdomain usersJakub Hrozek2013-10-251-1/+11
* LDAP: Amend sdap_access_check to allow any connectionJakub Hrozek2013-10-253-23/+30
* LDAP: Delete entry by SID if not foundJakub Hrozek2013-10-251-3/+19
* AD: fall back to LDAP if GC is not available.Lukas Slebodnik2013-10-252-4/+13
* sdap_idmap_domain_has_algorithmic_mapping: add domain name argumentSumit Bose2013-10-257-1/+22
* sdap_get_generic_ext_send: check if we a re still connectedSumit Bose2013-10-221-0/+7
* Add unconditional online callbacksSumit Bose2013-10-221-0/+1
* sdap_idmap: properly handle ranges for external mappingsSumit Bose2013-10-171-24/+44