Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-09 | Fix tevent_req error checking. | Simo Sorce | 1 | -8/+10 | |
When possible using a macro that correctly deals with tstate | |||||
2009-10-16 | Always list inputs before outputs | Simo Sorce | 1 | -8/+11 | |
2009-10-16 | Move all ldap provider init functions | Simo Sorce | 1 | -69/+2 | |
Put all init functions in their own file so that the other files can be reused in other providers w/o having them in the way. | |||||
2009-10-15 | Check for expired passwords in LDAP provider | Sumit Bose | 1 | -20/+351 | |
2009-10-15 | Return the dp error from the providers | Simo Sorce | 1 | -14/+25 | |
2009-10-14 | Move ldap provider configuration into its own file | Simo Sorce | 1 | -1/+2 | |
2009-10-14 | Make options parser available to all providers | Simo Sorce | 1 | -7/+8 | |
2009-10-08 | add support for server side LDAP password policies | Sumit Bose | 1 | -0/+4 | |
- password policy request controls are send during bind and change password extended operation - the response control is evaluated to see if the password is expired or will expire, soon | |||||
2009-10-01 | Initial implementation of sasl bind support | Simo Sorce | 1 | -1/+2 | |
Inits krb5 credentials, if sasl mech is GSSAPI. Tested with GSSAPI and host keytab as well as user credentials. Updates also manpages with the new options. | |||||
2009-09-25 | add new config options ldap_tls_cacert and ldap_tls_cacertdir | Sumit Bose | 1 | -33/+4 | |
2009-09-14 | Turn ldap driver options into multitype | Simo Sorce | 1 | -19/+29 | |
This patch makes basic options multiype, the init function assigns a type from the initialization array, and processes values fetched from confdb accordingly. 4 types are supported so far: string, number, blob and boolean Also convert defines into enums where appropriate. Add fetch functions that check the requested type. | |||||
2009-09-14 | Make the offline status backend-global | Simo Sorce | 1 | -7/+22 | |
Add helpers functions to query/set the offline status per backend. Now all providers share the same offline status. | |||||
2009-08-19 | enable usage of defaultBindDn | Sumit Bose | 1 | -1/+1 | |
2009-07-21 | added LDAP change password backend target | Sumit Bose | 1 | -2/+159 | |
2009-07-20 | add infrastructure to handle new backend targets | Sumit Bose | 1 | -4/+5 | |
2009-07-08 | Unify password caching ops in sysdb | Simo Sorce | 1 | -26/+22 | |
2009-07-08 | Use async helpers for ldap auth module | Simo Sorce | 1 | -722/+314 | |
This changes the style quite a lot, but the tevent_req style is much more clear and much less error-prone than the giant loop we had previously. | |||||
2009-07-03 | Rework transaction code to use tevent_req | Simo Sorce | 1 | -21/+65 | |
This is part of a set of patches to rewrite sysdb to a hopefully better API, that will also let use use tevent_req async style calls to manipulate our cache. | |||||
2009-07-03 | Rename sysdb_req to sysdb_handle. | Simo Sorce | 1 | -5/+5 | |
This sysdb_req has always really been a transaction handle and not a request. This is part of a set of patches to rewrite transaction support in sysdb to a hopefully better API, that will also let use use tevent_req async style to manipulate our cache. | |||||
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 | |