diff options
author | John Terpstra <jht@samba.org> | 2003-04-24 05:21:54 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-04-24 05:21:54 +0000 |
commit | ddd0e5a50622b0a9b6f4605281723ceb519af604 (patch) | |
tree | 883884214fb8c8376f72c669d3344001f6028f39 /docs/docbook/projdoc/NT4Migration.sgml | |
parent | eae6eb833bba777cc0043f14a44d552f969b9d53 (diff) | |
download | samba-ddd0e5a50622b0a9b6f4605281723ceb519af604.tar.gz samba-ddd0e5a50622b0a9b6f4605281723ceb519af604.tar.bz2 samba-ddd0e5a50622b0a9b6f4605281723ceb519af604.zip |
Updating from HEAD.
(This used to be commit 81203dc95c682d9ef5458a68f8ecbf8db197dba6)
Diffstat (limited to 'docs/docbook/projdoc/NT4Migration.sgml')
-rw-r--r-- | docs/docbook/projdoc/NT4Migration.sgml | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/docs/docbook/projdoc/NT4Migration.sgml b/docs/docbook/projdoc/NT4Migration.sgml index 60d9f121f4..469215e32e 100644 --- a/docs/docbook/projdoc/NT4Migration.sgml +++ b/docs/docbook/projdoc/NT4Migration.sgml @@ -79,19 +79,19 @@ What are the features that Samba-3 can NOT provide? <itemizedlist> <listitem> - <para>Active Directory Server<para> + <para>Active Directory Server</para> </listitem> <listitem> - <para>Group Policy Objects (in Active Direcrtory)<para> + <para>Group Policy Objects (in Active Direcrtory)</para> </listitem> <listitem> - <para>Machine Policy objects<para> + <para>Machine Policy objects</para> </listitem> <listitem> - <para>Logon Scripts in Active Directorty<para> + <para>Logon Scripts in Active Directorty</para> </listitem> <listitem> - <para>Software Application and Access Controls in Active Directory<para> + <para>Software Application and Access Controls in Active Directory</para> </listitem> </itemizedlist> @@ -309,7 +309,7 @@ Samba-3 set up as a DC with netlogon share, profile share, etc. <step><para>initGrps.sh DOMNAME</para></step> - <step><para>smbgroupedit -v</para> + <step><para>net groupmap list</para> <substeps><step><para>Now check that all groups are recognised</para></step></substeps> </step> @@ -469,7 +469,7 @@ Logon Scripts (Know how they work) User and Group mapping to Unix/Linux username map facility may be needed - Use smbgroupedit to connect NT4 groups to Unix groups + Use 'net groupmap' to connect NT4 groups to Unix groups Use pdbedit to set/change user configuration NOTE: If migrating to LDAP back end it may be easier to dump initial LDAP database to LDIF, then edit, then reload into LDAP @@ -489,7 +489,7 @@ Migration Tools Profiles, Policies, Access Controls, Security Migration Tools - Samba: net, rpcclient, smbpasswd, pdbedit, smbgroupedit, profiles + Samba: net, rpcclient, smbpasswd, pdbedit, profiles Windows: NT4 Domain User Manager, Server Manager (NEXUS) Authentication @@ -497,6 +497,8 @@ Authentication </programlisting> </para> +</sect2> + </sect1> </chapter> |