summaryrefslogtreecommitdiffstats
path: root/src/util/sss_ldap.h
Commit message (Collapse)AuthorAgeFilesLines
* Implemented LDAP component of GPO-based access controlYassir Elley2014-05-131-0/+14
| | | | | Reviewed-by: Sumit Bose <sbose@redhat.com> Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
* SSSD: Improved domain detectionPavel Reichl2013-11-291-0/+6
| | | | | | | A bit more elegant way of detection of what domain the group member belongs to Resolves: https://fedorahosted.org/sssd/ticket/2132
* add sss_ldap_encode_ndr_uint32Pavel Březina2013-05-021-0/+2
| | | | | Converts uint32 to a string value that is suitable for octed string attributes.
* Use common error facility instead of sdap_resultSimo Sorce2013-03-191-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
* Simple implementation of Netscape password warning expiration controlJoshua Roys2012-05-221-0/+8
|
* Added sss_ldap_dn_in_search_bases()Pavel Březina2011-12-141-0/+8
|
* sss_ldap_err2string() - function createdPavel Březina2011-09-061-0/+4
| | | | https://fedorahosted.org/sssd/ticket/986
* Handle timeout during sss_ldap_init_sendJakub Hrozek2011-08-151-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.
* Move IP adress escaping from the LDAP namespaceJakub Hrozek2011-07-111-3/+0
|
* Use ldap_init_fd() instead of ldap_initialize() if availableSumit Bose2011-06-301-0/+10
|
* Add a utility function to escape IPv6 address for use in URIsJakub Hrozek2011-06-021-0/+3
|
* Add support for Attribute Scoped QueriesJakub Hrozek2011-05-201-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
* Don't pass NULL to printf for TLS errorsJakub Hrozek2011-04-081-0/+15
| | | | https://fedorahosted.org/sssd/ticket/643
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+30
Also update BUILD.txt