Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3:passdb/pdb_samba4.c - remove unused variable | Matthias Dieter Wallnöfer | 2011-06-09 | 1 | -1/+0 |
| | | | | Reviewed-by: Tridge | ||||
* | s3:passdb/pdb_samba4.c - fix a format specifier warning | Matthias Dieter Wallnöfer | 2011-06-09 | 1 | -1/+1 |
| | | | | Reviewed-by: Tridge | ||||
* | s3-passdb use new loadparm_init_s3 rather than reloading the smb.conf | Andrew Bartlett | 2011-06-06 | 1 | -14/+2 |
| | |||||
* | s3-passdb: added pdb_samba4 | Andrew Bartlett | 2011-05-08 | 1 | -0/+2113 |
This uses direct LDB operations and calls to the dsdb library to allow passdb operations (such as pdbedit and smbpasswd) offline, and uses transactions internally for database consistency. Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> |