summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2003-04-09 20:16:45 +0000
committerJohn Terpstra <jht@samba.org>2003-04-09 20:16:45 +0000
commit770c8058e2f147eefd41621c4dcf5ca38c2600b7 (patch)
tree0103cac6f33ac63da6befb94ff555fe814239c02
parenta22d7f929d8619665bf27b6b6633a68c763b3213 (diff)
downloadsamba-770c8058e2f147eefd41621c4dcf5ca38c2600b7.tar.gz
samba-770c8058e2f147eefd41621c4dcf5ca38c2600b7.tar.bz2
samba-770c8058e2f147eefd41621c4dcf5ca38c2600b7.zip
Updated from HEAD
(This used to be commit c9c3d1c187afea38b0689f13fccedfc6d296fcc3)
-rw-r--r--docs/docbook/projdoc/NT4Migration.sgml46
-rw-r--r--docs/docs-status89
2 files changed, 97 insertions, 38 deletions
diff --git a/docs/docbook/projdoc/NT4Migration.sgml b/docs/docbook/projdoc/NT4Migration.sgml
index 253de8aea0..2f1384d527 100644
--- a/docs/docbook/projdoc/NT4Migration.sgml
+++ b/docs/docbook/projdoc/NT4Migration.sgml
@@ -28,7 +28,51 @@ Blah blah objectives here.
<title>Steps In Migration Process</title>
<para>
-Document steps right here!
+This is not a definitive ste-by-step process yet - just a place holder so the info
+is not lost.
+
+1. You will have an NT4 PDC that has the users, groups, policies and profiles to be migrated
+2. Samba-3 set up as a DC with netlogon share, profile share, etc.
+3. Process:
+ a. Create a BDC account for the samba server using NT Server Manager
+ - Samba must NOT be running
+ b. rpcclient NT4PDC -U Administrator%passwd
+ lsaquery
+
+ Note the SID returned by step b.
+
+ c. net getsid -S NT4PDC -w DOMNAME -U Administrator%passwd
+
+ Note the SID in step c.
+
+ d. net getlocalsid
+
+ Note the SID, now check that all three SIDS reported are the same!
+
+ e. net rpc join -S NT4PDC -w DOMNAME -U Administrator%passwd
+
+ f. net rpc vampire -S NT4PDC -U administrator%passwd
+
+ g. pdbedit -l
+
+ Note - did the users migrate?
+
+ h. initGrps.sh DOMNAME
+
+ i. smbgroupedit -v
+
+ Now check that all groups are recognised
+
+ j. net rpc campire -S NT4PDC -U administrator%passwd
+
+ k. pdbedit -lv
+
+ Note - check that all group membership has been migrated.
+
+
+Now it is time to migrate all the profiles, then migrate all policy files.
+
+Moe later.
</para>
</sect2>
diff --git a/docs/docs-status b/docs/docs-status
index d4a7d976e5..072a6ca59c 100644
--- a/docs/docs-status
+++ b/docs/docs-status
@@ -1,58 +1,73 @@
If you'd like to work on any of these, please contact jerry@samba.org or jelmer@samba.org.
Outdated docs:
-docs/OID/allocated-arcs.txt - does this file really belong here?
-docs/OID/samba-oid.mail - does this file really belong here?
+Manifest
+ - this should be updated
docs/announce - out of date (announces 2.2.0) - should it go away?
-docs/history - needs updating (is current up to 1998 - merge with 10year.html ?)
-docs/docbook/devdoc/* - most of these docs are outdated and need updates...
+ - this should be updated
docs/docbook/manpages/net.8.sgml - Still not finished
-docs/docbook/manpages/rpcclient.1.sgml - Command documentation might be outdated
+ - this is in hand by Jelmer
docs/docbook/manpages/samba.7.sgml - Listing of samba programs is not complete
-docs/docbook/manpages/smbclient.1.sgml - document -k (kerberos authentication)
-docs/docbook/manpages/smbcontrol.1.sgml - Document -s, samsync, samrepl, pool-usage, dmalloc-mark, dmalloc-log-changed, shutdown, change_id
+ - this is in hand by Jelmer
docs/docbook/manpages/smb.conf.5.sgml - 'restrict anonymous' isn't documented properly
-docs/docbook/projdoc/DOMAIN_MEMBER.sgml - Needs update to 3.0
-docs/docbook/projdoc/ADS-HOWTO.sgml - seems outdated (it says we require 'ads server' when in ads mode, though that's not true, according to the manpages...)
-docs/docbook/projdoc/ENCRYPTION.sgml - contains useless old info about smbpasswd
+ - this should be updated
docs/docbook/projdoc/Integrating-with-Windows.sgml - Should slowly go a way. Contains a little bit information about wins, a little bit about domain membership, a little about winbind, etc
-docs/docbook/projdoc/NT_Security.sgml - probably outdated
-docs/docbook/projdoc/Diagnosis.sgml - Needs extension
+ - Has been cleaned up now - more to go.
docs/docbook/projdoc/PAM-Authentication-And-Samba.sgml
+ - this should be updated
docs/docbook/projdoc/Printing.sgml - Cups is not documented, smbprint, printing /to/ a windows server... - Kurt Pfeifle
+ - this is in hand by Kurt/jht
docs/docbook/projdoc/Samba-BDC-HOWTO.sgml - Needs update to 3.0
-docs/docbook/projdoc/Samba-LDAP-HOWTO.sgml - Needs update to 3.0
-docs/docbook/projdoc/Samba-PDC-HOWTO.sgml - Needs update to 3.0
+ - still being worked on
+docs/docbook/projdoc/passdb.sgml - LDAP part needs update to 3.0 ( http://www.unav.es/cti/ldap-smb/smb-ldap-3-howto.html )
+ - this should be updated
docs/docbook/projdoc/Speed.sgml - contains outdated and invalid information
-docs/docbook/projdoc/UNIX_INSTALL.sgml - Needs a lot of updating (swat, ADS, PDC, etc)
+ - this should be updated
+docs/docbook/projdoc/UNIX_INSTALL.sgml - Merge locking part with oplocks.sgml
+ - this should be updated
docs/docbook/projdoc/printer_driver2.sgml - Needs integration with printing.sgml, still up to date?
-docs/docbook/projdoc/security_level.sgml - information about ads and domain should be added (currently only contains pointers to the ads and domain_member docs)
-docs/docbook/projdoc/winbind.sgml - needs documentation for ADS
+ - still being worked on
+docs/docbook/projdoc/upgrading-to-3.0.sgml - not finished yet
+ - this should be updated
docs/textdocs/CUPS-PrintingInfo.txt - needs to be converted to sgml - Kurt Pfeifle
-docs/textdocs/PROFILES.txt - needs to be converted to sgml
+ - this is in hand by Kurt/jht
docs/textdocs/README.jis - Seems to need updating - possibly obsoleted by a newer japanese howto?
-docs/textdocs/RoutedNetworks.txt - still valid, but shouldn't this go into Other_clients.sgml ? This text originally comes from microsoft, what about copyright?
-
-These still need to be checked:
-docs/docbook/manpages/smbd.8.sgml
-docs/docbook/manpages/smbmnt.8.sgml
-docs/docbook/manpages/smbmount.8.sgml
-docs/docbook/manpages/smbpasswd.8.sgml
-docs/docbook/manpages/smbsh.1.sgml
-docs/docbook/manpages/smbspool.8.sgml
-docs/docbook/manpages/smbstatus.1.sgml
-docs/docbook/manpages/smbtar.1.sgml
-docs/docbook/manpages/smbumount.8.sgml
-docs/docbook/manpages/swat.8.sgml
-docs/docbook/manpages/testparm.1.sgml
-docs/docbook/manpages/testprns.1.sgml
-docs/docbook/manpages/wbinfo.1.sgml
+ - not yet reviewed - needs attention
+docs/docbook/manpages/ntlm_auth.1.sgml - Is very basic at the moment, parameters need better descriptions - abartlet
+ - this is in hand by Andrew Bartlett
+
Stuff that needs to be documented:
-Merge the various docs about wins and browsing
+wrepld
+ - I will do this - jht
Windows NT 4.0 Style Trust Relationship
+ - Done (mimir / jht) - not finished.
+Winbind in a samba controlled domain
+ - I will do this - Jelmer
One Time Migration script from a Windows NT 4.0 PDC to a Samba PDC
+ - I will do this - jht
ldap passwd sync
-using rsync to get latest HEAD version
+ - not yet reviewed - needs attention
+
+Can someone please take ownership of the following. Thanks - jht
+
+Not release-critical:
+docs/docbook/devdoc/* - most of these docs are outdated and need updates...
+docs/docbook/projdoc/Diagnosis.sgml - Needs extension
+ - I will look at this towards the end of updating the HOWTO
+docs/docbook/manpages/rpcclient.1.sgml - Some commands could be documented more extensively
+docs/history - needs updating (is current up to 1998 - merge with 10year.html ?)
-http://www.unav.es/cti/ldap-smb/smb-ldap-3-howto.html
+Documentation for following smb.conf.5 parameters does not exist:
+max reported print jobs // printing
+acl compatibility // protocol
+client signing // protocol
+client use spnego // protocol
+profile acls // protocol
+client lanman auth // security
+client NTLMv2 auth // security
+idmap backend // security
+sam backend // security
+kernel change notify // tuning
+lpq cache time // tuning
+-valid // misc