diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-08-21 17:18:35 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:34:16 -0500 |
commit | 0b3f8c443d5094ac813ab83fa50f1555480f70af (patch) | |
tree | dd591b8156fe7a4571ae76bce3f507b2f6017ff0 /source4/lib/samba3/PLAN | |
parent | 7de12a8d50ebb5ead2c44b9d726bb134dc8919b6 (diff) | |
download | samba-0b3f8c443d5094ac813ab83fa50f1555480f70af.tar.gz samba-0b3f8c443d5094ac813ab83fa50f1555480f70af.tar.bz2 samba-0b3f8c443d5094ac813ab83fa50f1555480f70af.zip |
r9449: Add simple utility for dumping Samba3 domain information. Currently
only prints rids and usernames of users in passdb database.
Update plan
(This used to be commit 651d06728fb21393c15268ea47689c738c2c6b86)
Diffstat (limited to 'source4/lib/samba3/PLAN')
-rw-r--r-- | source4/lib/samba3/PLAN | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/samba3/PLAN b/source4/lib/samba3/PLAN index 6e83e8fc33..6076141ac0 100644 --- a/source4/lib/samba3/PLAN +++ b/source4/lib/samba3/PLAN @@ -7,8 +7,11 @@ Three possible viable approaches: (one-way upgrades can be done by using ldbsearch -a on these dynamically generated ldb's) + Since TDB's are local, there isn't much point in writing back backwards + compatible data. 2) samr "mapping" backend (alternative for samr.ldb) (two-way) + This would allow users to keep mixed domains containing Samba3 and Samba4. 3) The vampire way of doing things (one-way) - samba3 pidl backend |