summaryrefslogtreecommitdiff
path: root/src/util/sss_ldap.h
AgeCommit message (Collapse)AuthorFilesLines
2013-05-02add sss_ldap_encode_ndr_uint32Pavel Březina1-0/+2
Converts uint32 to a string value that is suitable for octed string attributes.
2013-03-19Use common error facility instead of sdap_resultSimo Sorce1-2/+0
Simplifies and consolidates error reporting for ldap authentication paths. Adds 3 new error codes: ERR_CHPASS_DENIED - Used when password constraints deny password changes ERR_ACCOUNT_EXPIRED - Account is expired ERR_PASSWORD_EXPIRED - Password is expired
2012-05-22Simple implementation of Netscape password warning expiration controlJoshua Roys1-0/+8
2011-12-14Added sss_ldap_dn_in_search_bases()Pavel Březina1-0/+8
2011-09-06sss_ldap_err2string() - function createdPavel Březina1-0/+4
https://fedorahosted.org/sssd/ticket/986
2011-08-15Handle timeout during sss_ldap_init_sendJakub Hrozek1-1/+1
In some cases, where there would be no response from the LDAP server, there would be no R/W events on the LDAP fd, so sdap_async_sys_connect_done would never be called. This patch adds a tevent timer that cancels the connection after SDAP_NETWORK_TIMEOUT seconds.
2011-07-11Move IP adress escaping from the LDAP namespaceJakub Hrozek1-3/+0
2011-06-30Use ldap_init_fd() instead of ldap_initialize() if availableSumit Bose1-0/+10
2011-06-02Add a utility function to escape IPv6 address for use in URIsJakub Hrozek1-0/+3
2011-05-20Add support for Attribute Scoped QueriesJakub Hrozek1-0/+4
For more details on ASQ, see: http://msdn.microsoft.com/en-us/library/aa366976%28VS.85%29.aspx http://msdn.microsoft.com/en-us/library/aa746418%28v=VS.85%29.aspx
2011-04-08Don't pass NULL to printf for TLS errorsJakub Hrozek1-0/+15
https://fedorahosted.org/sssd/ticket/643
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+30
Also update BUILD.txt