summaryrefslogtreecommitdiff
path: root/src/providers/ldap/sdap.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-20LDAP: Use primary cn to search netgroupLukas Slebodnik1-0/+11
2013-07-24LDAP: Use domain-specific name where appropriateJakub Hrozek1-0/+51
2013-06-28LDAP: Add utility function sdap_copy_mapJakub Hrozek1-0/+40
2013-06-07LDAP: new SDAP domain structureJakub Hrozek1-28/+30
2013-05-23Adding option to disable retrieving large AD groups.Lukas Slebodnik1-8/+18
2013-05-23Removing unused functions.Lukas Slebodnik1-28/+0
2013-04-09LDAP: Always fail if a map can't be foundJakub Hrozek1-4/+2
2013-02-26sysdb: try dealing with binary-content attributesJan Engelhardt1-5/+3
2013-01-09AD: replace GID/UID, do not add another oneJakub Hrozek1-0/+31
2012-10-15LDAP: Check validity of naming_contextJakub Hrozek1-1/+1
2012-09-26LDAP: Handle empty namingContexts values safelyStephen Gallagher1-0/+8
2012-09-24AD: Detect domain controller compatibility versionStephen Gallagher1-0/+30
2012-09-20SSSD fails to store users if any of the requested attribute is empty.Michal Zidek1-0/+6
2012-06-30Fix segfault when sudo is not configured.Simo Sorce1-1/+2
2012-06-29ldap provider: add sudo usn valuePavel Březina1-0/+5
2012-06-13LDAP: Auto-detect support for the ldap match ruleStephen Gallagher1-2/+5
2012-05-31Add support for filtering atributesJan Zeleny1-1/+19
2012-05-14Fixed two minor memory leaksJan Zeleny1-1/+4
2012-05-10LDAP: Handle very large Active Directory groupsStephen Gallagher1-26/+46
2012-05-10LDAP: Add attr_count return value to build_attrs_from_map()Stephen Gallagher1-5/+26
2012-04-18Prevent printing NULL from DEBUG messagesJakub Hrozek1-4/+9
2012-02-13Add missing breaks to switch statementsStephen Gallagher1-0/+1
2012-02-07LDAP: Add support for SSH user public keysJan Cholasta1-2/+18
2012-02-05AUTOFS: LDAP providerJakub Hrozek1-1/+12
2012-02-04LDAP: Do not fail if RootDSE check cannot determine search basesStephen Gallagher1-1/+6
2012-01-31LDAP: Add enumeration support for servicesStephen Gallagher1-0/+5
2012-01-31LDAP: Add support for service lookups (non-enum)Stephen Gallagher1-0/+11
2012-01-23LDAP: Improve debugging for sdap_parse_derefStephen Gallagher1-4/+7
2011-12-16SUDO Integration - LDAP configuration optionsPavel Březina1-1/+13
2011-11-23Modified sdap_parse_search_base()Jan Zeleny1-1/+1
2011-11-22Cleanup: Remove unused parametersJakub Hrozek1-2/+0
2011-11-02LDAP: Add parser for multiple search basesStephen Gallagher1-26/+83
2011-09-06sss_ldap_err2string() - ldap_err2string() to sss_ldap_err2string()Pavel Březina1-14/+14
2011-05-20OpenLDAP dereference searchesJakub Hrozek1-0/+159
2011-05-20Remove append_attrs_to_arrayJakub Hrozek1-11/+0
2011-04-19Add value of the last USN to server configurationStephen Gallagher1-0/+15
2011-04-11Initialise srv_opts even if rootDSE is missingSumit Bose1-38/+40
2011-01-31Remove LDAP_DEPRECATEDSumit Bose1-1/+0
2011-01-27Do not fail if attributes are emptySumit Bose1-16/+29
2011-01-20Add ldap_tls_{cert,key,cipher_suite} config optionsTyson Whitehead1-0/+27
2010-12-14Fix unchecked return value in sdap_parse_entry()Sumit Bose1-1/+5
2010-12-14Fix unchecked return value in sdap_get_msg_dn()Sumit Bose1-1/+6
2010-12-07ldap: Use USN entries if available.Simo Sorce1-3/+55
2010-12-07ldap: add checks to determine if USN features are available.Simo Sorce1-1/+83
2010-11-15Fix const cast warning in build_attrs_from_mapStephen Gallagher1-3/+3
2010-11-15Sanitize ldap attributes in the config fileStephen Gallagher1-2/+21
2010-11-05Review comments for namingContexts patchesSumit Bose1-5/+5
2010-11-04Use (default)namingContext to set empty search basesSumit Bose1-0/+103
2010-09-15Check if control is supported before using it.Simo Sorce1-0/+18
2010-09-15Store rootdse supported features in sdap_handlerSumit Bose1-18/+64