summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
* LDAP: Lookup services by all protocols unless a protocol is specifiedJakub Hrozek2016-07-071-2/+5
* fix some 'might be used uninitialized' warningsSumit Bose2016-07-071-0/+5
* LDAP: Qualify user and group names when saving the sudo usersJakub Hrozek2016-07-071-0/+62
* LDAP: fix typoSumit Bose2016-07-071-1/+1
* LDAP: The access control filter just needs the plain usernameJakub Hrozek2016-07-071-3/+2
* LDAP: Delete cache entry if not found by UPNJakub Hrozek2016-07-071-0/+19
* LDAP: Use FQDNs when saving incomplete groupsJakub Hrozek2016-07-071-4/+4
* LDAP: Use fqdns during nested RFC2307 initgroupsJakub Hrozek2016-07-071-19/+3
* LDAP: make it clear that sdap_add_incomplete_groups operates on sysdb namesJakub Hrozek2016-07-072-6/+6
* SYSDB: Add a utility function to return a list of qualified namesJakub Hrozek2016-07-072-5/+5
* LDAP: Convert RFC2307 member attribute values to FQDN-style ghostnames before...Jakub Hrozek2016-07-071-2/+12
* LDAP: save users with FQDNJakub Hrozek2016-07-071-4/+38
* LDAP: Use shortname for LDAP queriesJakub Hrozek2016-07-072-29/+103
* LDAP: Rename DP filter value from name to filter_valueJakub Hrozek2016-07-073-63/+66
* SDAP: Store SID members during AD initgroups with a qualified nameMichal Zidek2016-07-071-1/+6
* SDAP: Save user and group aliases qualifiedMichal Zidek2016-07-075-8/+30
* SDAP: Search functions don't need to construct per-domain namesJakub Hrozek2016-07-072-19/+4
* LDAP: Change the default rfc2307 autofs attribute mappingsJakub Hrozek2016-07-062-4/+70
* Downcast to errno_t after tevent_req_is_errorLukas Slebodnik2016-06-291-5/+15
* LDAP: Shortcut looking up for group members soonerJakub Hrozek2016-06-231-10/+53
* DP: Switch to new interfacePavel Březina2016-06-2013-1127/+1490
* sdap ops: add support for derefPavel Březina2016-06-202-0/+289
* sdap_search_bases: allow returning only the first replyPavel Březina2016-06-202-42/+123
* sdap_search_bases: allow map to be NULLPavel Březina2016-06-201-10/+8
* Rename dp_backend.h to backend.hPavel Březina2016-06-2014-14/+14
* Rename dp_dyndns.h to be_dyndns.hPavel Březina2016-06-202-2/+2
* Rename dp_refresh.h to be_refresh.hPavel Březina2016-06-201-1/+1
* Rename dp_ptask to be_ptaskPavel Březina2016-06-203-3/+3
* Remove braces from DEBUG statementsPavel Březina2016-06-181-1/+1
* LDAP: Decorate the hot paths in the LDAP provider with systemtap probesJakub Hrozek2016-06-105-0/+81
* LDAP: Try also the AD access control for IPA usersJakub Hrozek2016-06-031-0/+15
* Do not leak fds in case of failures setting up a child processJakub Hrozek2016-05-311-16/+20
* UTIL: exit() the forked process if exec()-ing a child process failsJakub Hrozek2016-05-191-6/+6
* Failover to next server if authentication failsPavel Březina2016-05-111-0/+1
* Inform about (un)successful connectionPavel Březina2016-05-111-0/+5
* Make sdap_process_group_send() staticJakub Hrozek2016-05-091-8/+9
* LDAP: Print port in sdap_print_serverLukas Slebodnik2016-04-271-3/+16
* util: make concatenate_string_array() reusableSumit Bose2016-04-131-25/+0
* LDAP: refactor sdap_ad_tokengroups_initgr_mapping_done()Sumit Bose2016-04-132-27/+57
* SDAP: make some AD specific calls publicSumit Bose2016-04-132-14/+66
* AD: Recognize Windows Server 2016Jakub Hrozek2016-04-072-3/+6
* SDAP: Remove unused parameter talloc contextLukas Slebodnik2016-04-051-4/+2
* SUDO: be able to parse modifyTimestamp correctlyPavel Březina2016-03-173-17/+50
* tests: Add a unit test for the external groups resolutionJakub Hrozek2016-03-111-4/+6
* sdap: improve filtering of multiple results in GC lookupsSumit Bose2016-03-011-42/+6
* remove user certificate if not found on the serverPavel Březina2016-03-011-0/+10
* LDAP: Use the IPA provider interface to resolve external group membersJakub Hrozek2016-02-243-28/+654
* IPA: Add interface to call into IPA provider from LDAP providerJakub Hrozek2016-02-241-0/+23
* Add a new option ldap_group_external_memberJakub Hrozek2016-02-242-0/+4
* subdomains: inherit ldap_krb5_keytabSumit Bose2016-02-231-0/+1