From d6cd54fb0a1c3ac51479d1fdcff91893c27ef9d7 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 28 Aug 2005 22:17:07 +0000 Subject: r9718: Work a bit on the SWAT interface (This used to be commit b1844905d2c1ca26aef0ccba799ff16383348fc1) --- source4/lib/samba3/PLAN | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'source4/lib/samba3/PLAN') 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?) -- cgit