diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-08-29 15:54:10 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:34:55 -0500 |
commit | 0a72d9a5f7c8705a68b03e2f391603252d896342 (patch) | |
tree | e90e15175709ee7e9547317129f4754b21277e88 /source4/lib/samba3 | |
parent | 0549763600b26fadac443555e1cbec5680f91340 (diff) | |
download | samba-0a72d9a5f7c8705a68b03e2f391603252d896342.tar.gz samba-0a72d9a5f7c8705a68b03e2f391603252d896342.tar.bz2 samba-0a72d9a5f7c8705a68b03e2f391603252d896342.zip |
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)
Diffstat (limited to 'source4/lib/samba3')
-rw-r--r-- | source4/lib/samba3/PLAN | 5 |
1 files changed, 4 insertions, 1 deletions
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 |