From ca9384623054fde64510edfbee3fc291f1d09fb9 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Wed, 16 Jul 2003 05:42:10 +0000 Subject: Documentation Update for Beta3. (This used to be commit a88dc502cb3b6b2d905106675f50680bf22e2cfa) --- docs/htmldocs/AdvancedNetworkManagement.html | 37 ++++++++++++++-------------- 1 file changed, 19 insertions(+), 18 deletions(-) (limited to 'docs/htmldocs/AdvancedNetworkManagement.html') diff --git a/docs/htmldocs/AdvancedNetworkManagement.html b/docs/htmldocs/AdvancedNetworkManagement.html index 296c684e24..7cddecd38c 100644 --- a/docs/htmldocs/AdvancedNetworkManagement.html +++ b/docs/htmldocs/AdvancedNetworkManagement.html @@ -1,8 +1,9 @@ -Chapter 22. Advanced Network Management

Chapter 22. Advanced Network Management

John H. Terpstra

Samba Team

April 3 2003

+ +Chapter 22. Advanced Network Management

Chapter 22. Advanced Network Management

John H. Terpstra

Samba Team

April 3 2003

This section documents peripheral issues that are of great importance to network administrators who want to improve network resource access control, to automate the user environment, and to make their lives a little easier. -

Features and Benefits

+

Features and Benefits

Often the difference between a working network environment and a well appreciated one can best be measured by the little things that makes everything work more harmoniously. A key part of every network environment solution is the ability to remotely @@ -12,7 +13,7 @@ network operations.

This chapter presents information on each of these area. They are placed here, and not in other chapters, for ease of reference. -

Remote Server Administration

+

Remote Server Administration

How do I get 'User Manager' and 'Server Manager'?

Since I don't need to buy an NT4 Server, how do I get the 'User Manager for Domains', @@ -26,17 +27,17 @@ Click here to download the archived file Windows NT 4.0 version of the 'User Manager for Domains' and 'Server Manager' are available from Microsoft via ftp from ftp://ftp.microsoft.com/Softlib/MSLFILES/SRVTOOLS.EXE -

Remote Desktop Management

+

Remote Desktop Management

There are a number of possible remote desktop management solutions that range from free through costly. Do not let that put you off. Sometimes the most costly solutions is the most cost effective. In any case, you will need to draw your own conclusions as to which is the best tool in your network environment. -

Remote Management from NoMachines.Com

+

Remote Management from NoMachines.Com

The following information was posted to the Samba mailing list at Apr 3 23:33:50 GMT 2003. It is presented in slightly edited form (with author details omitted for privacy reasons). The entire answer is reproduced below with some comments removed. -

-

+	

+
 > I have a wonderful linux/samba server running as PDC for a network.
 > Now I would like to add remote desktop capabilities so that
 > users outside could login to the system and get their desktop up from
@@ -48,8 +49,8 @@ is the best tool in your network environment.
 > even if the computer is in a domain?
 >
 > Any ideas/experience would be appreciated :)
-

-

+

+

Answer provided: Check out the new offer from NoMachine, "NX" software: http://www.nomachine.com/.

@@ -119,7 +120,7 @@ is the best tool in your network environment. NoMachine are encouraging and offering help to OSS/Free Software implementations for such a frontend too, even if it means competition to them (they have written to this effect even to the LTSP, KDE and GNOME developer mailing lists) -

Network Logon Script Magic

+

Network Logon Script Magic

This section needs work. Volunteer contributions most welcome. Please send your patches or updates to John Terpstra.

@@ -131,10 +132,10 @@ See examples directory genlogonntlogon subdirectories.

The following listings are from the genlogon directory. -

+

This is the genlogon.pl file: -

+
 	#!/usr/bin/perl
 	#
 	# genlogon.pl
@@ -206,18 +207,18 @@ 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://support.microsoft.com/default.asp?scid=kb;en-us;189105

Adding printers without user intervention

+

http://www.craigelachie.org/rhacer/ntlogon
http://www.kixtart.org
http://support.microsoft.com/default.asp?scid=kb;en-us;189105

Adding printers without user intervention

Printers may be added automatically during logon script processing through the use of: -

+
 	rundll32 printui.dll,PrintUIEntry /?
-

+

See the documentation in the Microsoft knowledgebase article no: 189105. -

Common Errors

+

Common Errors

The information provided in this chapter has been reproduced from postings on the samba@samba.org mailing list. No implied endorsement or recommendation is offered. Administrators should conduct their own evaluation of alternatives and are encouraged to draw their own conclusions. -- cgit