From 7f1d2b7ed8e10a9ab03517d4c4d2d4ec390e6c9f Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Fri, 27 May 2005 06:03:17 +0000 Subject: Updating config files. (This used to be commit 1b767f48fb0b8c2a444222509ba59502c59c2158) --- docs/Samba-Guide/SBE-SecureOfficeServer.xml | 28 ++++++--------- docs/Samba-Guide/SBE-SimpleOfficeServer.xml | 54 ++++++++++++++++++++++++++--- docs/Samba-Guide/SBE-TheSmallOffice.xml | 2 +- 3 files changed, 62 insertions(+), 22 deletions(-) diff --git a/docs/Samba-Guide/SBE-SecureOfficeServer.xml b/docs/Samba-Guide/SBE-SecureOfficeServer.xml index ea60db5a4e..c3dca33052 100644 --- a/docs/Samba-Guide/SBE-SecureOfficeServer.xml +++ b/docs/Samba-Guide/SBE-SecureOfficeServer.xml @@ -559,13 +559,6 @@ Given 500 Users and 2 years: controls. This should help to prevent lock contention-related file access problems. - - IPC$ - Explicit controls are effected to restrict access to the IPC$ share to - local networks only. The IPC$ share plays an important role in network - browsing and in establishment of network connections. - - Every user has a private home directory on the UNIX/Linux host. This is mapped to a network drive that is the same for all users. @@ -822,7 +815,7 @@ echo -e "\nNAT firewall done.\n" tdbsam Yes /usr/bin/passwd %u - + *New*Password* %n\n *Re-enter*new*password*%n\n *Password*changed* /etc/samba/smbusers Yes @@ -859,11 +852,6 @@ echo -e "\nNAT firewall done.\n" 130 User Network with <emphasis>tdbsam</emphasis> &smbmdash; Services Section Part A - -/tmp -192.168.1.0/24, 192.168.2.0/24, 127.0.0.1 -0.0.0.0/0 - Home Directories %S @@ -884,10 +872,7 @@ echo -e "\nNAT firewall done.\n" /var/lib/samba/netlogon Yes No - - -130 User Network with <emphasis>tdbsam</emphasis> &smbmdash; Services Section Part B Profile Share /var/lib/samba/profiles @@ -898,12 +883,20 @@ echo -e "\nNAT firewall done.\n" Accounting Files /data/accounts No + + +130 User Network with <emphasis>tdbsam</emphasis> &smbmdash; Services Section Part B Financial Services Files /data/service No + +Property Insurance Files +/data/pidata +No + Application Files /apps @@ -989,6 +982,7 @@ net groupmap modify ntgroup="Domain Guests" unixgroup=nobody # Add Functional Domain Groups net groupmap add ntgroup="Accounts Dept" unixgroup=acctsdep type=d net groupmap add ntgroup="Financial Services" unixgroup=finsrvcs type=d +net groupmap add ntgroup="Insurance Group" unixgroup=piops type=d # Map Windows NT machine local groups to local UNIX groups # Mapping of local groups is not necessary and not functional @@ -1168,7 +1162,7 @@ option domain-name-servers 192.168.1.1, 192.168.2.1; option netbios-name-servers 192.168.1.1, 192.168.2.1; option netbios-node-type 8; ### Node type = Hybrid ### ddns-updates on; ### Dynamic DNS enabled ### -ddns-update-style ad-hoc; +ddns-update-style interim; subnet 192.168.1.0 netmask 255.255.255.0 { range dynamic-bootp 192.168.1.128 192.168.1.254; diff --git a/docs/Samba-Guide/SBE-SimpleOfficeServer.xml b/docs/Samba-Guide/SBE-SimpleOfficeServer.xml index 2fc10b69ec..7f3c8d068c 100644 --- a/docs/Samba-Guide/SBE-SimpleOfficeServer.xml +++ b/docs/Samba-Guide/SBE-SimpleOfficeServer.xml @@ -566,10 +566,18 @@ Password changed - Install the &smb.conf; file shown in in the - /etc/samba directory. + Install the &smb.conf; file shown in in the + /etc/samba directory. This newer &smb.conf; file uses user-mode security + and is more suited to the mode of operation of Samba-3 that the older share-mode security + configuration that was shown in the first edition of this book. + + If you want to use the older style configuration that uses share-mode security, you can + install the file shown in in the + /etc/samba directory. + + smbd We must ensure that the smbd can resolve the name of the Samba @@ -634,6 +642,44 @@ application/octet-stream + +Charity Administration Office &smb.conf; File +Global Parameters - Newer Configuration` + +MIDEARTH +CUPS +CUPS +Bad User +No +yes + + +Funds Tracking & Management Files +/data/ftmfiles +No +abmas +office +Yes +No + + +General Office Files +/data/officefiles +No +abmas +office +Yes +No + + +Print Temporary Spool Configuration +/var/spool/samba +Yes +Yes +Yes +No + + Charity Administration Office &smb.conf; File Global Parameters @@ -1233,14 +1279,14 @@ application/octet-stream -Accounting Office Network &smb.conf; File +Accounting Office Network &smb.conf; Old Style Configuration File Global parameters BILLMORE -CUPS CUPS Yes No +cups Work area files diff --git a/docs/Samba-Guide/SBE-TheSmallOffice.xml b/docs/Samba-Guide/SBE-TheSmallOffice.xml index a871d06b23..cf0079ae4a 100644 --- a/docs/Samba-Guide/SBE-TheSmallOffice.xml +++ b/docs/Samba-Guide/SBE-TheSmallOffice.xml @@ -633,7 +633,7 @@ hosts: files wins Global parameters BILLMORE - + *New*Password* %n\n*Re-enter*new*password* %n\n *Password*changed* /etc/samba/smbusers 0 -- cgit