diff options
author | John Terpstra <jht@samba.org> | 2003-04-10 06:47:01 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-04-10 06:47:01 +0000 |
commit | b46c01cfa3009e3ed28467632dfbc9c315452004 (patch) | |
tree | ca1404c2f10fcf70fb8a9d4e201c4974cd366047 /docs/docbook/projdoc | |
parent | 0a9523cf35ca62470842fb8b3d3340a42bafe6ec (diff) | |
download | samba-b46c01cfa3009e3ed28467632dfbc9c315452004.tar.gz samba-b46c01cfa3009e3ed28467632dfbc9c315452004.tar.xz samba-b46c01cfa3009e3ed28467632dfbc9c315452004.zip |
Fixed typos.
(This used to be commit 16c0a1596fd06e3198aac177648ae895166fc15b)
Diffstat (limited to 'docs/docbook/projdoc')
-rw-r--r-- | docs/docbook/projdoc/AdvancedNetworkAdmin.sgml | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/docs/docbook/projdoc/AdvancedNetworkAdmin.sgml b/docs/docbook/projdoc/AdvancedNetworkAdmin.sgml index 39fda9768d..138095e02c 100644 --- a/docs/docbook/projdoc/AdvancedNetworkAdmin.sgml +++ b/docs/docbook/projdoc/AdvancedNetworkAdmin.sgml @@ -166,14 +166,14 @@ to <ulink url="mailto:jht@samba.org">John Terpstra</ulink>. <para> There are several opportunities for creating a custom network startup configuration environment. </para> -< + <simplelist> - <member><para>No Logon Script</para></member> - <member><para>Simple universal Logon Script that applies to all users</para></member> - <member><para>Use of a conditional Logon Script that applies per user or per group attirbutes</para></member> - <member><para>Use of Samba's Preexec and Postexec functions on access to the NETLOGON share to create - a custom Logon Script and then execute it.</para></member> - <member><para>User of a tool such as KixStart</para></member> + <member>No Logon Script</member> + <member>Simple universal Logon Script that applies to all users</member> + <member>Use of a conditional Logon Script that applies per user or per group attirbutes</member> + <member>Use of Samba's Preexec and Postexec functions on access to the NETLOGON share to create + a custom Logon Script and then execute it.</member> + <member>User of a tool such as KixStart</member> </simplelist> <para> @@ -184,9 +184,10 @@ The Samba source code tree includes two logon script generation/execution tools. The following listings are from the genlogon directory. </para> -<programlisting<para> +<para> This is the genlogon.pl file: +<programlisting> #!/usr/bin/perl # # genlogon.pl @@ -258,15 +259,16 @@ This is the genlogon.pl file: # All done! Close the output file. close LOGON; -</para></programlisting> +</programlisting> +</para> <para> Those wishing to use more elaborate or capable logon processing system should check out the following sites: </para> <simplelist> - <member><para>http://www.craigelachie.org/rhacer/ntlogon</para></member> - <member><para>http://www.kixtart.org</para></member> + <member>http://www.craigelachie.org/rhacer/ntlogon</member> + <member>http://www.kixtart.org</member> </simplelist> </sect1> |