Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | LDAP: Improve debugging for sdap_parse_deref | Stephen Gallagher | 2012-01-23 | 1 | -4/+7 | |
| | | | | | | Move the debug statement identifying the DN to an earlier line, so if we get a reply with no attributes, we know which entry is at fault. | |||||
* | SUDO Integration - LDAP configuration options | Pavel Březina | 2011-12-16 | 1 | -1/+13 | |
| | ||||||
* | Modified sdap_parse_search_base() | Jan Zeleny | 2011-11-23 | 1 | -1/+1 | |
| | ||||||
* | Cleanup: Remove unused parameters | Jakub Hrozek | 2011-11-22 | 1 | -2/+0 | |
| | ||||||
* | LDAP: Add parser for multiple search bases | Stephen Gallagher | 2011-11-02 | 1 | -26/+83 | |
| | ||||||
* | sss_ldap_err2string() - ldap_err2string() to sss_ldap_err2string() | Pavel Březina | 2011-09-06 | 1 | -14/+14 | |
| | | | | https://fedorahosted.org/sssd/ticket/986 | |||||
* | OpenLDAP dereference searches | Jakub Hrozek | 2011-05-20 | 1 | -0/+159 | |
| | | | | | | | | This dereference method is supported at least by OpenLDAP and 389DS/RHDS For more details, see: http://tools.ietf.org/html/draft-masarati-ldap-deref-00 | |||||
* | Remove append_attrs_to_array | Jakub Hrozek | 2011-05-20 | 1 | -11/+0 | |
| | | | | This function was not used anywhere | |||||
* | Add value of the last USN to server configuration | Stephen Gallagher | 2011-04-19 | 1 | -0/+15 | |
| | | | | | Related: https://fedorahosted.org/sssd/ticket/734 | |||||
* | Initialise srv_opts even if rootDSE is missing | Sumit Bose | 2011-04-11 | 1 | -38/+40 | |
| | ||||||
* | Remove LDAP_DEPRECATED | Sumit Bose | 2011-01-31 | 1 | -1/+0 | |
| | ||||||
* | Do not fail if attributes are empty | Sumit Bose | 2011-01-27 | 1 | -16/+29 | |
| | | | | | | | Currently we fail if attributes are empty. But there are some use cases where requested attributes are empty. E.g Active Directory uses an empty member attribute to indicate that a subset of the members are in a range sub-attribute. | |||||
* | Add ldap_tls_{cert,key,cipher_suite} config options | Tyson Whitehead | 2011-01-20 | 1 | -0/+27 | |
| | | | | Signed-off-by: Stephen Gallagher <sgallagh@redhat.com> | |||||
* | Fix unchecked return value in sdap_parse_entry() | Sumit Bose | 2010-12-14 | 1 | -1/+5 | |
| | | | | https://fedorahosted.org/sssd/ticket/712 | |||||
* | Fix unchecked return value in sdap_get_msg_dn() | Sumit Bose | 2010-12-14 | 1 | -1/+6 | |
| | | | | https://fedorahosted.org/sssd/ticket/712 | |||||
* | ldap: Use USN entries if available. | Simo Sorce | 2010-12-07 | 1 | -3/+55 | |
| | | | | Otherwise fallback to the default modifyTimestamp indicator | |||||
* | ldap: add checks to determine if USN features are available. | Simo Sorce | 2010-12-07 | 1 | -1/+83 | |
| | ||||||
* | Fix const cast warning in build_attrs_from_map | Stephen Gallagher | 2010-11-15 | 1 | -3/+3 | |
| | ||||||
* | Sanitize ldap attributes in the config file | Stephen Gallagher | 2010-11-15 | 1 | -2/+21 | |
| | | | | https://fedorahosted.org/sssd/ticket/458 | |||||
* | Review comments for namingContexts patches | Sumit Bose | 2010-11-05 | 1 | -5/+5 | |
| | ||||||
* | Use (default)namingContext to set empty search bases | Sumit Bose | 2010-11-04 | 1 | -0/+103 | |
| | ||||||
* | Check if control is supported before using it. | Simo Sorce | 2010-09-15 | 1 | -0/+18 | |
| | ||||||
* | Store rootdse supported features in sdap_handler | Sumit Bose | 2010-09-15 | 1 | -18/+64 | |
| | ||||||
* | Rename server/ directory to src/ | Stephen Gallagher | 2010-02-18 | 1 | -0/+388 | |
Also update BUILD.txt |