Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-25 | pdb-samba4: use ldb_get_default_basedn() instead of NULL | Andrew Tridgell | 1 | -3/+3 | |
this makes pdb-samba4 safe for multi-domain setups Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-08-19 | s3-passdb pdb_samba4 handles PDB_PWHISTORY already | Andrew Bartlett | 1 | -1/+0 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Aug 19 10:40:16 CEST 2011 on sn-devel-104 | |||||
2011-08-19 | s3-passdb: Use pdb_get_nt_passwd() to get nt passwd. | Amitay Isaacs | 1 | -1/+1 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2011-08-13 | s3-passdb: Connect to specified samdb if location is provided, otherwise use ↵ | Amitay Isaacs | 1 | -1/+9 | |
default Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-08-13 | s3-passdb: Fix the error messages and return correct NTSTATUS | Amitay Isaacs | 1 | -6/+8 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-08-13 | s4-scripting Rename passdb upgrade routine to avoid conflict with ↵ | Andrew Bartlett | 1 | -14/+7 | |
upgradeprovision | |||||
2011-08-13 | s3-passdb Add support for pdb_add_sam_account() and password hashes to ↵ | Andrew Bartlett | 1 | -69/+222 | |
pdb_samba4 This will help when using this as part of the Samba3 passdb -> Samba4 ldb database upgrade script. Andrew Bartlett | |||||
2011-08-13 | s4-dsdb Add ability to force a particular SID in the upgrade case | Andrew Bartlett | 1 | -1/+2 | |
2011-06-09 | s3:passdb/pdb_samba4.c - remove unused variable | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
Reviewed-by: Tridge | |||||
2011-06-09 | s3:passdb/pdb_samba4.c - fix a format specifier warning | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Reviewed-by: Tridge | |||||
2011-06-06 | s3-passdb use new loadparm_init_s3 rather than reloading the smb.conf | Andrew Bartlett | 1 | -14/+2 | |
2011-05-08 | s3-passdb: added pdb_samba4 | Andrew Bartlett | 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> |