summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
...
* LDAP: Split out linking primary group members into a separate functionJakub Hrozek2014-08-261-7/+16
* LDAP: Do not shortcut on ret != EOK during password expiry checkJakub Hrozek2014-08-221-15/+0
* SDAP: free subrequest in sdap_dyndns_update_addrs_doneLukas Slebodnik2014-08-221-0/+1
* Revert "IPA: try to resolve nested groups as poxix group"Jakub Hrozek2014-08-191-201/+5
* Revert "IPA: process non-posix nested groups"Jakub Hrozek2014-08-191-72/+3
* Revert "IPA: new attribute map for non-posix groups"Jakub Hrozek2014-08-194-29/+5
* IPA: try to resolve nested groups as poxix groupPavel Reichl2014-08-191-5/+201
* IPA: process non-posix nested groupsPavel Reichl2014-08-191-3/+72
* IPA: new attribute map for non-posix groupsPavel Reichl2014-08-194-5/+29
* Revert "SDAP: Deref needn't be treated as critical"Lukas Slebodnik2014-08-191-1/+1
* SDAP: don't log error on access deniedPavel Reichl2014-08-171-1/+6
* SDAP: refactor sdap_access_filter_donePavel Reichl2014-08-171-18/+37
* SDAP: nitpicks in sdap_access_filter_get_access_donePavel Reichl2014-08-171-7/+5
* SDAP: refactor sdap_access_filter_sendPavel Reichl2014-08-171-16/+30
* SDAP: split sdap_access_filter_get_access_donePavel Reichl2014-08-171-20/+39
* LDAP SUDO: sudo provider doesn't fetch 'EntryUSN'Michal Šrubař2014-08-111-0/+1
* SDAP: Deref needn't be treated as criticalLukas Slebodnik2014-08-091-1/+1
* ad initgroups: continue if resolved SID is still missingPavel Březina2014-08-091-6/+13
* LDAP: Avoid undefined ret valueJakub Hrozek2014-08-061-1/+1
* LDAP: Dump LDAP server IP address with a high DEBUG levelJakub Hrozek2014-08-051-0/+36
* LDAP: Print referrals for debugging purposesJakub Hrozek2014-08-051-1/+10
* ptask: Add backoff feature to the ptask api.Michal Zidek2014-07-312-1/+2
* ptask: Allow adding random_offset to scheduled execution timeMichal Zidek2014-07-312-3/+5
* sudo: replace asterisk with escape sequence in host filterPavel Březina2014-07-291-1/+1
* LDAP: Remove unused option ldap_user_uuidLukas Slebodnik2014-07-252-5/+0
* LDAP: Remove unused option ldap_group_uuidLukas Slebodnik2014-07-252-5/+0
* LDAP: Remove unused option ldap_netgroup_uuidLukas Slebodnik2014-07-252-3/+0
* SDAP: fix use after free in async_initgroupsPavel Reichl2014-07-241-1/+0
* Only check GID if ID-mappingJakub Hrozek2014-07-231-1/+8
* No point in searching for gid if we already know the group should be filteredJakub Hrozek2014-07-231-3/+5
* SDAP: reduce code duplicity-rfc2307bis nested groupsPavel Reichl2014-07-231-41/+29
* ad: update membership after SIDs are resolvedPavel Březina2014-07-221-25/+62
* ad: comment ENOENT when id mapping is disabledPavel Březina2014-07-221-0/+3
* SDAP: remove duplicated codePavel Reichl2014-07-221-44/+3
* UTIL: rename find_subdomain_by_namePavel Reichl2014-07-221-1/+1
* UTIL: rename find_subdomain_by_sidPavel Reichl2014-07-221-1/+1
* SDAP: Continue resolving SID even if some failPavel Reichl2014-07-211-1/+6
* LDAP: tokengroups do not work with id_provider=ldapPavel Reichl2014-07-212-13/+74
* SYSDB: augmented logging when adding new groupPavel Reichl2014-07-151-2/+2
* sudo: fetch sudoRunAs attributePavel Březina2014-07-151-0/+1
* SSSD: Send debug to stderr when running on foregroundJakub Hrozek2014-07-091-0/+2
* SDAP: Free bervals on failure in sdap_parse_entryJakub Hrozek2014-07-081-2/+10
* SDAP: Remove unused function sdap_get_msg_dnJakub Hrozek2014-07-082-34/+0
* LDAP: Remove unused output parameter _dn from sdap_parse_entryJakub Hrozek2014-07-083-16/+6
* SDAP: Fix DEBUG message priorities in sdap_parse_entryJakub Hrozek2014-07-081-13/+13
* LDAP: Try all attributes when saving an entryJakub Hrozek2014-07-081-3/+24
* PROVIDERS: Add ldap_common.h to opts.h of each providerJakub Hrozek2014-07-081-0/+1
* LDAP: Fix retrieving a group with no membersJakub Hrozek2014-06-271-2/+7
* LDAP: group_split_members returns incorrectly ENOMEMPavel Reichl2014-06-271-1/+4
* SDAP: return after tevent_req_errorPavel Reichl2014-06-271-1/+2