summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
* LDAP: Use sdap_get_and_parse_generic_/_recvJakub Hrozek2015-07-152-8/+8
* LDAP: Add sdap_get_and_parse_generic_sendJakub Hrozek2015-07-152-35/+136
* LDAP: Fetch users and groups using wildcardsJakub Hrozek2015-07-152-2/+51
* SDAP: Remove user from cache for missing user in LDAPLukas Slebodnik2015-06-191-21/+26
* LDAP/IPA: add user lookup by certificateSumit Bose2015-06-191-6/+49
* LDAP: add ldap_user_certificate optionSumit Bose2015-06-192-0/+4
* LDAP: Consolidate SDAP_SASL_REALM/SDAP_KRB5_REALM behaviourJakub Hrozek2015-06-143-8/+16
* LDAP: Do not set keytab through environment variableJakub Hrozek2015-06-141-10/+0
* SDAP: Log failure from sysdb_handle_original_uuidLukas Slebodnik2015-06-141-0/+6
* subdomains: Inherit cleanup period and tokengroup settings from parent domainJakub Hrozek2015-06-052-0/+62
* SDAP: Add sdap_copy_map_entryJakub Hrozek2015-06-052-0/+21
* dyndns: don't pass zone directive to nsupdatePavel Reichl2015-06-041-1/+9
* ldap: use proper sysdb name in groups_by_user_done()Sumit Bose2015-06-011-3/+12
* SDAP: Check return value before using output argumentsLukas Slebodnik2015-06-011-6/+8
* Skip enumeration requests in IPA and AD providers as wellJakub Hrozek2015-06-012-29/+22
* Download complete groups if ignore_group_members is set with tokengroupsJakub Hrozek2015-05-311-2/+15
* AD GPO: Support processing referralsStephen Gallagher2015-05-282-5/+35
* LDAP: Support returning referral informationStephen Gallagher2015-05-281-22/+112
* SDAP: Remove unnecessary argument from sdap_save_userLukas Slebodnik2015-05-224-6/+3
* SDAP: Set initgroups expire attribute at the endLukas Slebodnik2015-05-222-9/+42
* LDAP: Remove dead assignmentLukas Slebodnik2015-05-181-1/+0
* LDAP: warn about lockout option being deprecatedPavel Reichl2015-05-141-1/+8
* LDAP: disable the cleanup task by defaultJakub Hrozek2015-05-122-1/+20
* SDAP: use DN to update entrySumit Bose2015-05-111-1/+2
* LDAP: return after tevent_req_errorJakub Hrozek2015-05-111-0/+1
* IPA: allow initgroups by UUID for FreeIPA usersSumit Bose2015-05-063-15/+20
* SDAP: Fix id mapping with disabled subdomainsLukas Slebodnik2015-05-051-0/+7
* IPA: allow initgroups by SID for AD usersSumit Bose2015-04-292-2/+15
* SDAP: Filter ad groups in initgroupsLukas Slebodnik2015-04-141-0/+12
* SDAP: Extract filtering AD group to functionLukas Slebodnik2015-04-144-47/+99
* SDAP: Do not set gid 0 twiceLukas Slebodnik2015-04-141-7/+0
* LDAP: Set sdap handle as explicitly connected in LDAP authJakub Hrozek2015-04-081-0/+12
* enumeration: fix talloc contextPavel Březina2015-04-082-2/+2
* LDAP: fix a typo in debug messagePavel Reichl2015-03-261-1/+1
* ldap: refactor nds_check_expired to use util funcPavel Reichl2015-03-231-23/+6
* ldap: refactor check_pwexpire_kerberos to use util funcPavel Reichl2015-03-231-24/+6
* TESTS: test expirationPavel Reichl2015-03-231-1/+1
* SDAP: Decorate the sdap_op functions with DEBUG messagesJakub Hrozek2015-03-231-1/+9
* SDAP: Make StartTLS bind configurable with ldap_opt_timeoutJakub Hrozek2015-03-231-2/+3
* SDAP: Make password change timeout configurable with ldap_opt_timeoutJakub Hrozek2015-03-233-5/+10
* SDAP: Make simple bind timeout configurableJakub Hrozek2015-03-233-7/+13
* LDAP: remove unused codePavel Reichl2015-03-231-5/+1
* sdap: properly handle binary objectGuid attributeSumit Bose2015-03-203-34/+21
* Add missing new lines to debug messagesLukas Slebodnik2015-03-176-9/+9
* LDAP/AD: do not resolve group members during tokenGroups requestSumit Bose2015-03-178-17/+63
* ldap_child: fix coverity warningPavel Reichl2015-03-111-2/+12
* be_refresh: support groupsPavel Březina2015-03-081-0/+29
* be_refresh: support usersPavel Březina2015-03-081-0/+29
* be_refresh: add sdap_refresh_initPavel Březina2015-03-083-20/+29
* be_refresh: refactor netgroups refreshPavel Březina2015-03-081-32/+77