summaryrefslogtreecommitdiff
path: root/source4/lib/samba3/PLAN
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-07-10 21:41:49 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:19:32 -0500
commit747cae71519c7883ac4b1d6046f933659b765c95 (patch)
tree13b9358d52d977761ece46d85a5cd51538248ee2 /source4/lib/samba3/PLAN
parentc9c49b11f9e2331bcfe4d5e542027548544ab87c (diff)
downloadsamba-747cae71519c7883ac4b1d6046f933659b765c95.tar.gz
samba-747cae71519c7883ac4b1d6046f933659b765c95.tar.bz2
samba-747cae71519c7883ac4b1d6046f933659b765c95.zip
r8294: Add PLAN file for samba3->samba4 upgrade (Google Summer of Code) project.
(This used to be commit 7ebf81adce49d495c4fe8efdbb2e480db541fe35)
Diffstat (limited to 'source4/lib/samba3/PLAN')
-rw-r--r--source4/lib/samba3/PLAN9
1 files changed, 9 insertions, 0 deletions
diff --git a/source4/lib/samba3/PLAN b/source4/lib/samba3/PLAN
new file mode 100644
index 0000000000..a75c60018c
--- /dev/null
+++ b/source4/lib/samba3/PLAN
@@ -0,0 +1,9 @@
+- Each of the various password database backends(tdb,ldap,smbpaswd) available in Samba3 need to be accessible and converted to the SAM database in Samba4.
+- Printer database needs to be read from the Samba3 TDB and added to the apprioprate LDAP subtree.
+- The WINS database needs to be converted from both plain text file and TDB file to LDAP/LDB.
+- The account policy database needs to be read in from a TDB and applied to the data in LDAP/LDB.
+- The privilege database needs to be read from a TDB and added to the SAM database in LDB.
+- Group mappings need to be read from the TDB and added to the SAM database.
+- The share info database and the configuration file from Samba3 need to be read and converted to either xattrs or a TDB in Samba4
+- Secrets.tdb, containing the domain formation, needs to be merged into the SAM database.
+- Last, but not least, a Samba3 configuration file should be parsable in Samba4. This file can be used for producing a Samba4 smb.conf file as well as for updating the various databases mentioned above.