From 0a72d9a5f7c8705a68b03e2f391603252d896342 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 29 Aug 2005 15:54:10 +0000 Subject: r9744: - [upgrade.js] Start working on smb.conf conversion. - [ldb_map] Support storing non-mappable data in a fallback LDB (This used to be commit 435e4c6389b9d9b545beec8036289620ee5883db) --- source4/lib/samba3/PLAN | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source4/lib/samba3') diff --git a/source4/lib/samba3/PLAN b/source4/lib/samba3/PLAN index dd2f8e0005..87add2096e 100644 --- a/source4/lib/samba3/PLAN +++ b/source4/lib/samba3/PLAN @@ -31,7 +31,7 @@ Three possible viable approaches: (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 @@ -39,3 +39,6 @@ Upgrade process: - write new smb.conf (ejs) - list of parameters to keep.. generate some of the others - add generated LDIF (ejs). Call out to current provisioning + +TODO: + - move ini parsing stuff to seperate file param/ini.c -- cgit