From b46c01cfa3009e3ed28467632dfbc9c315452004 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Thu, 10 Apr 2003 06:47:01 +0000 Subject: Fixed typos. (This used to be commit 16c0a1596fd06e3198aac177648ae895166fc15b) --- docs/docbook/projdoc/AdvancedNetworkAdmin.sgml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'docs') 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 John Terpstra. There are several opportunities for creating a custom network startup configuration environment. -< + - No Logon Script - Simple universal Logon Script that applies to all users - Use of a conditional Logon Script that applies per user or per group attirbutes - Use of Samba's Preexec and Postexec functions on access to the NETLOGON share to create - a custom Logon Script and then execute it. - User of a tool such as KixStart + No Logon Script + Simple universal Logon Script that applies to all users + Use of a conditional Logon Script that applies per user or per group attirbutes + Use of Samba's Preexec and Postexec functions on access to the NETLOGON share to create + a custom Logon Script and then execute it. + User of a tool such as KixStart @@ -184,9 +184,10 @@ The Samba source code tree includes two logon script generation/execution tools. The following listings are from the genlogon directory. - + This is the genlogon.pl file: + #!/usr/bin/perl # # genlogon.pl @@ -258,15 +259,16 @@ This is the genlogon.pl file: # All done! Close the output file. close LOGON; - + + Those wishing to use more elaborate or capable logon processing system should check out the following sites: - http://www.craigelachie.org/rhacer/ntlogon - http://www.kixtart.org + http://www.craigelachie.org/rhacer/ntlogon + http://www.kixtart.org -- cgit