From e69a7d9dd692c0237e91403e224e3b4dacb6b756 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Fri, 29 Apr 2005 06:12:51 +0000 Subject: [PATCH] Fixing typos and repeats. --- docs/Samba-Guide/SBE-2000UserNetwork.xml | 4 +-- docs/Samba-Guide/SBE-AddingUNIXClients.xml | 44 +++++++----------------------- docs/Samba-Guide/SBE-MakingHappyUsers.xml | 15 +++++----- 3 files changed, 19 insertions(+), 44 deletions(-) diff --git a/docs/Samba-Guide/SBE-2000UserNetwork.xml b/docs/Samba-Guide/SBE-2000UserNetwork.xml index 30bbf28fb9c..ced9c386254 100644 --- a/docs/Samba-Guide/SBE-2000UserNetwork.xml +++ b/docs/Samba-Guide/SBE-2000UserNetwork.xml @@ -61,7 +61,7 @@ Starting with the configuration files for the server called - MASSIVE in Chapter 6, you now deal with the + MASSIVE in Chapter 5, you now deal with the issues that are particular to large distributed networks. Your task is simple &smbmdash; identify the challenges, consider the alternatives, and then design and implement a solution. @@ -1159,7 +1159,7 @@ index default sub 1 0 /var/log/samba/%m -0 +50 139 445 wins bcast hosts Yes diff --git a/docs/Samba-Guide/SBE-AddingUNIXClients.xml b/docs/Samba-Guide/SBE-AddingUNIXClients.xml index 68d1c10d132..91b7173a517 100644 --- a/docs/Samba-Guide/SBE-AddingUNIXClients.xml +++ b/docs/Samba-Guide/SBE-AddingUNIXClients.xml @@ -471,8 +471,6 @@ compat - compat - ldap nis @@ -801,8 +799,9 @@ ssl no NSS using LDAP for Identity Resolution &smbmdash; File: <filename>/etc/nsswitch.conf</filename> -passwd: compat ldap -group: compat ldap +passwd: files ldap +shadow: files ldap +group: files ldap hosts: files dns wins networks: files dns @@ -918,7 +917,7 @@ aliases: files /etc/nsswitch.conf Edit the /etc/nsswitch.conf so it has the entries shown in - . + . @@ -1064,31 +1063,6 @@ MEGANET2+PIOps:x:10005: root - -Name Service Switch Control File: <filename>/etc/nsswitch.conf</filename> - -# /etc/nsswitch.conf - -passwd: compat winbind -group: compat winbind - -hosts: files dns wins -networks: files dns - -services: files -protocols: files -rpc: files -ethers: files -netmasks: files -netgroup: files -publickey: files - -bootparams: files -automount: files -aliases: files - - - @@ -1370,7 +1344,7 @@ massive:/usr/sbin # smbd -b | grep LDAP - Edit or create the NSS control file so it has the contents shown in . + Edit or create the NSS control file so it has the contents shown in . @@ -1981,10 +1955,11 @@ administrator:x:1000:1013:Administrator:/home/BE/administrator:/bin/bash - The following example is for an ADS style domain: + The example in is for an ADS style domain. - + +Typical ADS Style Domain &smb.conf; File # Global parameters [global] @@ -2003,7 +1978,8 @@ administrator:x:1000:1013:Administrator:/home/BE/administrator:/bin/bash template shell = /bin/bash winbind use default domain = Yes - + + realm In the case of an NT4 or Samba-3 style Domain the realm is not used and the diff --git a/docs/Samba-Guide/SBE-MakingHappyUsers.xml b/docs/Samba-Guide/SBE-MakingHappyUsers.xml index 4b0c75a8bb2..6078e1438d3 100644 --- a/docs/Samba-Guide/SBE-MakingHappyUsers.xml +++ b/docs/Samba-Guide/SBE-MakingHappyUsers.xml @@ -1561,7 +1561,7 @@ access to dn.base="" by self write by * auth -access to attr=userPassword +access to attr=userPassword,sambaLMPassword,sambaNTPassword by self write by * auth @@ -2966,7 +2966,7 @@ Joined domain MEGANET2. Sharename Type Comment --------- ---- ------- - IPC$ IPC IPC Service (Samba 3.0.1) + IPC$ IPC IPC Service (Samba 3.0.15) accounts Disk Accounting Files service Disk Financial Services Files pidata Disk Property Insurance Files @@ -2974,11 +2974,11 @@ Joined domain MEGANET2. netlogon Disk Network Logon Service profiles Disk Profile Share profdata Disk Profile Data Share - ADMIN$ IPC IPC Service (Samba 3.0.1) + ADMIN$ IPC IPC Service (Samba 3.0.15) Server Comment --------- ------- - MASSIVE Samba 3.0.1 + MASSIVE Samba 3.0.15 Workgroup Master --------- ------- @@ -3152,12 +3152,12 @@ application/octet-stream to 1 and back to 5 before the NSS LDAP resolver functions. Follow these commands: -&rootprompt; init 1 +&rootprompt; telinit 1 After the run level has been achieved, you are prompted to provide the root password. Log on, and then execute: -&rootprompt; init 5 +&rootprompt; telinit 5 When the normal logon prompt appears, log into the system as root @@ -3654,8 +3654,7 @@ structuralObjectClass: organizationalUnit NT/200x/XP client logs onto the network, it tries to obtain the file logon.bat from the fully qualified path /var/lib/samba/netlogon/scripts. This fully - qualified path should, therefore, exist whether you install the - logon.bat. + qualified path should, therefore, exist where you install the logon.bat. -- 2.11.4.GIT