summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
* Unify usage of function gethostnameLukas Slebodnik2014-06-032-5/+6
* LDAP: Don't use macro _XOPEN_SOURCE for extra featuresLukas Slebodnik2014-06-031-2/+2
* refactor calls of sss_parse_namePavel Reichl2014-06-031-2/+1
* Make LDAP extra attributes available to IPA and ADSumit Bose2014-06-033-38/+47
* LDAP: Make it possible to extend an attribute mapJakub Hrozek2014-06-0311-14/+190
* LDAP: Fix off-by-one bug in sdap_copy_optsJakub Hrozek2014-06-031-1/+4
* SDAP: Add option to disable use of Token-GroupsPavel Reichl2014-06-023-2/+7
* SDAP: Make nesting_level = 0 to ignore nested groupsPavel Reichl2014-06-021-7/+34
* LDAP: fix - find primary group by gidPavel Reichl2014-06-021-1/+0
* SYSDB: augmented logging when adding new groupPavel Reichl2014-05-181-1/+1
* LDAP: Check the LDAP handle before using itJakub Hrozek2014-05-121-0/+13
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-05-0220-606/+833
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-05-0238-1968/+1968
* SDAP: augmented logging for group savingPavel Reichl2014-04-141-1/+21
* 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