summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap.c
Commit message (Expand)AuthorAgeFilesLines
* subdomains: Inherit cleanup period and tokengroup settings from parent domainJakub Hrozek2015-06-081-0/+58
* SDAP: Add sdap_copy_map_entryJakub Hrozek2015-06-081-0/+17
* Add missing new lines to debug messagesLukas Slebodnik2015-02-181-2/+2
* LDAP: Rename the _res output parameter to avoid clashing with libresolv in testsJakub Hrozek2015-02-111-3/+3
* SDAP: Suppress warning maybe-uninitializedLukas Slebodnik2014-10-091-7/+9
* Use the alternative objectclass in group maps.Michal Zidek2014-09-151-4/+36
* LDAP: Skip dereferenced entries that we are not permitted to readJakub Hrozek2014-09-081-3/+4
* LDAP: Fall back to functional level of Windows Server 2003Jakub Hrozek2014-09-011-1/+2
* LDAP: Add Windows Server 2012 R2 functional levelJakub Hrozek2014-09-011-0/+1
* SDAP: Free bervals on failure in sdap_parse_entryJakub Hrozek2014-07-081-2/+10
* SDAP: Remove unused function sdap_get_msg_dnJakub Hrozek2014-07-081-31/+0
* LDAP: Remove unused output parameter _dn from sdap_parse_entryJakub Hrozek2014-07-081-12/+2
* 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
* Make LDAP extra attributes available to IPA and ADSumit Bose2014-05-021-0/+39
* LDAP: Make it possible to extend an attribute mapJakub Hrozek2014-05-021-0/+116
* LDAP: Fix off-by-one bug in sdap_copy_optsJakub Hrozek2014-05-021-1/+4
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-121-46/+75
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-90/+90
* LDAP: Fix typo and use the right attribute mapJakub Hrozek2014-01-081-1/+1
* LDAP: Use primary cn to search netgroupLukas Slebodnik2013-09-201-0/+11
* LDAP: Use domain-specific name where appropriateJakub Hrozek2013-07-241-0/+51
* LDAP: Add utility function sdap_copy_mapJakub Hrozek2013-06-281-0/+40
* LDAP: new SDAP domain structureJakub Hrozek2013-06-071-28/+30
* Adding option to disable retrieving large AD groups.Lukas Slebodnik2013-05-231-8/+18
* Removing unused functions.Lukas Slebodnik2013-05-231-28/+0
* LDAP: Always fail if a map can't be foundJakub Hrozek2013-04-091-4/+2
* sysdb: try dealing with binary-content attributesJan Engelhardt2013-02-261-5/+3
* AD: replace GID/UID, do not add another oneJakub Hrozek2013-01-091-0/+31
* LDAP: Check validity of naming_contextJakub Hrozek2012-10-151-1/+1
* LDAP: Handle empty namingContexts values safelyStephen Gallagher2012-09-261-0/+8
* AD: Detect domain controller compatibility versionStephen Gallagher2012-09-241-0/+30
* SSSD fails to store users if any of the requested attribute is empty.Michal Zidek2012-09-201-0/+6
* Fix segfault when sudo is not configured.Simo Sorce2012-06-301-1/+2
* ldap provider: add sudo usn valuePavel Březina2012-06-291-0/+5
* LDAP: Auto-detect support for the ldap match ruleStephen Gallagher2012-06-131-2/+5
* Add support for filtering atributesJan Zeleny2012-05-311-1/+19
* Fixed two minor memory leaksJan Zeleny2012-05-141-1/+4
* LDAP: Handle very large Active Directory groupsStephen Gallagher2012-05-101-26/+46
* LDAP: Add attr_count return value to build_attrs_from_map()Stephen Gallagher2012-05-101-5/+26
* Prevent printing NULL from DEBUG messagesJakub Hrozek2012-04-181-4/+9
* Add missing breaks to switch statementsStephen Gallagher2012-02-131-0/+1
* LDAP: Add support for SSH user public keysJan Cholasta2012-02-071-2/+18
* AUTOFS: LDAP providerJakub Hrozek2012-02-051-1/+12
* LDAP: Do not fail if RootDSE check cannot determine search basesStephen Gallagher2012-02-041-1/+6
* LDAP: Add enumeration support for servicesStephen Gallagher2012-01-311-0/+5
* LDAP: Add support for service lookups (non-enum)Stephen Gallagher2012-01-311-0/+11
* LDAP: Improve debugging for sdap_parse_derefStephen Gallagher2012-01-231-4/+7
* SUDO Integration - LDAP configuration optionsPavel Březina2011-12-161-1/+13
* Modified sdap_parse_search_base()Jan Zeleny2011-11-231-1/+1