summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
* LDAP/AD: do not resolve group members during tokenGroups requestrhel7.0Sumit Bose2015-03-178-17/+63
* LDAP: Enable tokenGroups with Windows Server 2003Jakub Hrozek2014-10-141-2/+2
* LDAP: Fall back to functional level of Windows Server 2003Jakub Hrozek2014-10-141-0/+1
* LDAP: Add Windows Server 2012 R2 functional levelJakub Hrozek2014-10-142-1/+3
* Ignore referrals in deref and ASQ, tooJakub Hrozek2014-10-141-2/+18
* LDAP: Ignore returned referrals if referral support is disabledJakub Hrozek2014-10-141-3/+15
* 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 filtersssd-1.11.2-23.el7Jakub Hrozek2014-01-094-10/+16
* responder: Set forest attribute in AD domainssssd-1.11.2-22.el7Pavel Reichl2014-01-091-1/+1
* LDAP: Fix typo and use the right attribute mapsssd-1.11.2-21.el7Jakub Hrozek2014-01-081-1/+1
* 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: cross-domain membership fixSumit Bose2013-12-194-13/+257
* AD: filter domain local groups for trusted/sub domainsSumit Bose2013-12-194-64/+138
* ad: use tokengroups even when id mapping is disabledPavel Březina2013-12-193-26/+525
* ad: refactor tokengroups initgroupsPavel Březina2013-12-193-231/+357
* Initialize sid_str to NULL to avoid freeing random dataJakub Hrozek2013-12-191-1/+1
* free idmapped SIDs correctlyPavel Březina2013-12-192-2/+4
* AD: use LDAP for group lookupsSumit Bose2013-12-181-0/+2
* LDAP: Prevent from using uninitialized sdap_optionsLukas Slebodnik2013-12-021-1/+1
* LDAP: Search for original DN during auth if it's missingJakub Hrozek2013-12-021-16/+194
* LDAP: Split out a request to search for a user w/o savingJakub Hrozek2013-12-022-33/+147
* SSSD: Improved domain detectionPavel Reichl2013-12-021-11/+28
* LDAP: Initialize user count for AD matching ruleJakub Hrozek2013-12-021-1/+1
* 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