Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-11 | Remove extra implementation of password_destructor | Stephen Gallagher | 1 | -11/+0 | |
2009-06-02 | added tls_reqcert option for native LDAP backend | Sumit Bose | 1 | -0/+32 | |
In order to allow to access LDAP servers which do not provide SSL/TLS encryption the option tls_reqcert is added to the native LDAP backend. It accepts the same arguments as the corresponding OpenLDAP option documented in ldap.conf(5) and should preform accordingly. | |||||
2009-05-26 | Silence warnings | Simo Sorce | 1 | -2/+3 | |
2009-05-19 | call tevent_add_fd only once | Sumit Bose | 1 | -27/+11 | |
2009-05-18 | Move actual password caching into sysdb | Simo Sorce | 1 | -6/+117 | |
Convert auth modules to do the caching themselves | |||||
2009-05-18 | Split ldap backend into auth and identity files | Simo Sorce | 1 | -19/+12 | |
2009-05-18 | Move ldap_be.c into ldap/ldap_auth.c | Simo Sorce | 1 | -0/+773 | |