diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-08-28 22:17:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:34:53 -0500 |
commit | d6cd54fb0a1c3ac51479d1fdcff91893c27ef9d7 (patch) | |
tree | 2d8964994e7b8c282c3e8ee87480bccdc8585c4a /source4/lib/samba3 | |
parent | 8b15ef881d21b713817bb3aa3599288ecdde0d28 (diff) | |
download | samba-d6cd54fb0a1c3ac51479d1fdcff91893c27ef9d7.tar.gz samba-d6cd54fb0a1c3ac51479d1fdcff91893c27ef9d7.tar.bz2 samba-d6cd54fb0a1c3ac51479d1fdcff91893c27ef9d7.zip |
r9718: Work a bit on the SWAT interface
(This used to be commit b1844905d2c1ca26aef0ccba799ff16383348fc1)
Diffstat (limited to 'source4/lib/samba3')
-rw-r--r-- | source4/lib/samba3/PLAN | 12 | ||||
-rw-r--r-- | source4/lib/samba3/README | 3 |
2 files changed, 14 insertions, 1 deletions
diff --git a/source4/lib/samba3/PLAN b/source4/lib/samba3/PLAN index 26bf54634c..8bc90da427 100644 --- a/source4/lib/samba3/PLAN +++ b/source4/lib/samba3/PLAN @@ -1,6 +1,6 @@ Three possible viable approaches: 1) TDB conversion approach. Read in TDB dump out LDIF (one-way) - - samr.ldb: from tdbsam/smbpasswd, account_policy.tdb, secrets.tdb, group_mapping.tdb, privilege.tdb + - samr.ldb: from tdbsam/smbpasswd, account_policy.tdb, secrets.tdb, group_mapping.tdb - registry.ldb: from registry.tdb - wins.ldif: from wins.tdb/wins.dat - smb.conf/ea's: generated from the old smb.conf + share_info.tdb @@ -29,3 +29,13 @@ Three possible viable approaches: - convert smb.conf (using Jerry's registry hack) (going with a combination of 1 and 2) + +ldb mapping backend: + - do search in new and old (mapped) backend and merge results? + +Upgrade process: + - take libdir & smb.conf + - read various tdb files / old smb.conf + - write new smb.conf (ejs?) + - list of parameters to keep.. generate some of the others + - add generated LDIF (ejs?) diff --git a/source4/lib/samba3/README b/source4/lib/samba3/README index 3f6553f7e8..83520f673d 100644 --- a/source4/lib/samba3/README +++ b/source4/lib/samba3/README @@ -3,3 +3,6 @@ Samba3 import, migration and compatibility. For example, the first file in this directory (smbpasswd.c) handles portions of the smbpasswd file format. + +The other files in this directory support reading the various +TDB databases from Samba3. |