summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
* 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
* AD: Remove unused memory contextsLukas Slebodnik2014-02-011-4/+3
* 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-4/+10
* 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/+37
* 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/+524
* ad: refactor tokengroups initgroupsPavel Březina2013-12-183-229/+355
* AD: use LDAP for group lookupsSumit Bose2013-12-131-0/+2
* LDAP: Fix a debug messageJakub Hrozek2013-12-091-2/+1
* rfc2307bis_nested_groups_send: reuse search baseSumit Bose2013-12-091-2/+7
* SSSD: Improved domain detectionPavel Reichl2013-11-291-11/+28
* Remove unused parameter from sdap_save_netgroupLukas Slebodnik2013-11-271-4/+1
* Remove unused parameter from sdap_process_missing_member_2307Lukas Slebodnik2013-11-271-4/+2
* Remove unused parameter from sdap_add_group_member_2307Lukas Slebodnik2013-11-271-4/+3
* Remove unused parameter from sdap_store_group_with_gidLukas Slebodnik2013-11-271-7/+3
* Remove unused parameter from sdap_get_members_with_primary_gidLukas Slebodnik2013-11-271-4/+4
* Remove unused parameter from sdap_save_userLukas Slebodnik2013-11-274-9/+3
* Remove unused parameter from get_user_dnLukas Slebodnik2013-11-271-2/+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: Initialize user count for AD matching ruleJakub Hrozek2013-11-181-1/+1
* SYSDB: Drop redundant sysdb_ctx parameter from sysdb.cMichal Zidek2013-11-157-10/+7
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 2)Michal Zidek2013-11-1511-45/+34
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_sudo.c moduleJakub Hrozek2013-11-154-25/+15
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_idmap moduleJakub Hrozek2013-11-151-4/+2
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 1)Michal Zidek2013-11-154-11/+10
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_services moduleMichal Zidek2013-11-153-12/+10
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_search moduleMichal Zidek2013-11-153-11/+6
* SYSDB: Drop the sysdb_ctx parameter from the autofs APIJakub Hrozek2013-11-152-29/+16
* LDAP: Prevent from using uninitialized sdap_optionsLukas Slebodnik2013-11-141-1/+1
* Remove unused variableJakub Hrozek2013-11-121-1/+0
* Signals: Refactor termination of processesSimo Sorce2013-11-121-1/+1
* Add ldap_autofs_map_master_name optionCove Schneider2013-11-124-0/+15
* 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