From 0a9539d32b2f392af8fd0c03d9d5b1e81378805f Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Fri, 27 May 2005 19:54:32 +0000 Subject: [PATCH] More edits. (This used to be commit f70ba6c481291ff8a600e603ea7ae1deae357e74) --- docs/Samba-Guide/SBE-500UserNetwork.xml | 76 +++++++++++++++++------------ docs/Samba-Guide/SBE-SecureOfficeServer.xml | 13 +++++ 2 files changed, 59 insertions(+), 30 deletions(-) diff --git a/docs/Samba-Guide/SBE-500UserNetwork.xml b/docs/Samba-Guide/SBE-500UserNetwork.xml index d5cb8c2f67d..0f13769ebf9 100644 --- a/docs/Samba-Guide/SBE-500UserNetwork.xml +++ b/docs/Samba-Guide/SBE-500UserNetwork.xml @@ -497,6 +497,8 @@ + Server Preparation Steps + Using the UNIX/Linux system tools, set the name of the server as shown in the network topology diagram in . For SUSE Linux products, the tool @@ -512,10 +514,9 @@ - - /etc/hosts - named - + + /etc/hosts + named Edit your /etc/hosts file to include the primary names and addresses of all network interfaces that are on the host server. This is necessary so that during startup the system is able to resolve all its own names to the IP address prior to @@ -539,9 +540,8 @@ nameserver 127.0.0.1 - administrator - smbpasswd - + administrator + smbpasswd Add the root user to the password backend: &rootprompt; smbpasswd -a root @@ -556,9 +556,8 @@ Retype new SMB password: XXXXXXXX - username map - /etc/samba/smbusers - + username map + /etc/samba/smbusers Create the username map file to permit the root account to be called Administrator from the Windows network environment. To do this, create the file /etc/samba/smbusers with the following contents: @@ -642,7 +641,12 @@ root = Administrator mime type /etc/mime.convs application/octet-stream - Edit the file /etc/cups/mime.convs to uncomment the line: + This step, as well as the next one, may be omitted where CUPS version 1.1.18 + or later is in use. Although it does no harm to follow it anyhow, and may + help to avoid later time spent trying to figure out why print jobs may be + disappearing without trace. Look at these two steps as insurance + against lost time. Edit file /etc/cups/mime.convs to + uncomment the line: application/octet-stream application/vnd.cups-raw 0 - @@ -689,13 +693,22 @@ application/octet-stream There are some steps that apply to particular server functionality only. Each step is critical - to correct server operation. + to correct server operation. The following step-by-step installation guidance will assist you + to work through the process of configuring the PDC and then both BDC's. Configuration for Server: <constant>MASSIVE</constant> + + The steps presented here attempt to implement Samba installation in a generic manner. While + some steps are clearly specific to Linux, it should not be too difficult to apply them to + your platform of choice. + + + Primary Domain Controller Preparation + /etc/rc.d/boot.local IP forwarding @@ -825,6 +838,8 @@ hosts: files dns wins + unix2dos + dos2unix Create a logon script. It is important that each line is correctly terminated with a carriage return and line-feed combination (i.e., DOS encoding). The following procedure works if the right tools (unxi2dos and dos2unix) are installed. @@ -877,12 +892,20 @@ Added user username. Configuration Specific to Domain Member Servers: <constant>BLDG1, BLDG2</constant> + + The following steps will guide you trough the nuances of imlplementing BDC's for the broadcast + isolated network segments. Remember that if the target installation platform is not Linux, it may + be necessary to adapt some commands to the equivalent on the target platform. + + - - /etc/nsswitch.conf - The final step that must be completed is to edit the /etc/nsswitch.conf file. - This file controls the operation of the various resolver libraries that are part of the Linux - Glibc libraries. Edit this file so that it contains the following entries: + Backup Domain Controller Configuration Steps + + + /etc/nsswitch.conf + The final step that must be completed is to edit the /etc/nsswitch.conf file. + This file controls the operation of the various resolver libraries that are part of the Linux + Glibc libraries. Edit this file so that it contains the following entries: passwd: files winbind group: files winbind @@ -895,11 +918,8 @@ hosts: files dns wins start Samba at this time. Samba is controlled by the process called smb. - - net - rpc - join - + + netrpcjoin You must now attempt to join the domain member servers to the domain. The following instructions should be executed to effect this: @@ -907,11 +927,8 @@ hosts: files dns wins - - service - smb - start - + + servicesmbstart You now start the Samba services by executing: &rootprompt; service smb start @@ -1502,9 +1519,8 @@ net groupmap add ntgroup="Insurance Group" unixgroup=piops type=d Process Startup Configuration - chkconfig - daemon control - + chkconfig + daemon control There are two essential steps to process startup configuration. A process must be configured so that it is automatically restarted each time the server is rebooted. This step involves use of the chkconfig tool that diff --git a/docs/Samba-Guide/SBE-SecureOfficeServer.xml b/docs/Samba-Guide/SBE-SecureOfficeServer.xml index f504363881a..6d9db6b9c13 100644 --- a/docs/Samba-Guide/SBE-SecureOfficeServer.xml +++ b/docs/Samba-Guide/SBE-SecureOfficeServer.xml @@ -1509,9 +1509,17 @@ hosts: files dns wins Printer Configuration + Network administrators who are new to CUPS based printing typically experience some difficulty mastering + its powerful features. The steps outlined in this section are designed to navigate around the distractions + of learning CUPS. Instead of implementing smart features and capabilties our approach is to use it as a + transparent print queue that performs no filtering, and only minimal handling of each print job that is + submitted to it. In other words, our configuration turns CUPS into a raw-mode print queue. This means that + the correct printer driver must be installed on all clients. + Printer Configuration Steps + Configure each printer to be a DHCP client, carefully following the manufacturer's guidelines. @@ -1593,6 +1601,11 @@ application/octet-stream + Note: The last two steps can be omitted where CUPS version 1.1.18, or later, is used &smbmdash; so + long as the parameter cups options = Raw is specified in the &smb.conf; file. + + + The UNIX system print queues have been configured and are ready for validation testing. -- 2.11.4.GIT