From 9c72dd78f25be4a7ffa5af5a242670ec76930d6f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 12 Mar 2005 22:34:38 +0000 Subject: Use new definition of , fixes a bunch of validity errors. (This used to be commit 3eb5c35e47951f320f7c2f4cd478a95f6d48236e) --- docs/Samba-Guide/Chap02-SimpleOfficeServer.xml | 102 ++++++++++++------------- 1 file changed, 51 insertions(+), 51 deletions(-) (limited to 'docs/Samba-Guide/Chap02-SimpleOfficeServer.xml') diff --git a/docs/Samba-Guide/Chap02-SimpleOfficeServer.xml b/docs/Samba-Guide/Chap02-SimpleOfficeServer.xml index 9b39685ce0..a22b3825e3 100644 --- a/docs/Samba-Guide/Chap02-SimpleOfficeServer.xml +++ b/docs/Samba-Guide/Chap02-SimpleOfficeServer.xml @@ -193,13 +193,13 @@ Drafting Office &smb.conf; File Global Parameters [global] -workgroupMIDEARTH -securitySHARE +MIDEARTH +SHARE [Plans] -path/plans -read onlyYes -guest okYes +/plans +Yes +Yes @@ -670,39 +670,39 @@ application/octet-stream Charity Administration Office &smb.conf; File Global Parameters [global] -workgroupMIDEARTH -securitySHARE -printingCUPS -printcap nameCUPS -disable spoolssYes -show add printer wizardNo -wins supportyes +MIDEARTH +SHARE +CUPS +CUPS +Yes +No +yes [FTMFILES] -commentFunds Tracking & Management Files -path/data/ftmfiles -read onlyNo -force userabmas -force groupoffice -guest okYes -nt acl supportNo +Funds Tracking & Management Files +/data/ftmfiles +No +abmas +office +Yes +No [office] -commentGeneral Office Files -path/data/officefiles -read onlyNo -force userabmas -force groupoffice -guest okYes -nt acl supportNo +General Office Files +/data/officefiles +No +abmas +office +Yes +No [printers] -commentPrint Temporary Spool Configuration -path/var/spool/samba -printableYes -guest okYes -use client driverYes -browseableNo +Print Temporary Spool Configuration +/var/spool/samba +Yes +Yes +Yes +No @@ -1283,31 +1283,31 @@ application/octet-stream Accounting Office Network &smb.conf; File Global parameters [global] -workgroupBILLMORE -printingCUPS -printcap nameCUPS -disable spoolssYes -show add printer wizardNo +BILLMORE +CUPS +CUPS +Yes +No [files] -commentWork area files -path/data/%U -valid users%S -read onlyNo +Work area files +/data/%U +%S +No [master] -commentMaster work area files -path/data -valid usersalan -read onlyNo +Master work area files +/data +alan +No [printers] -commentPrint Temporary Spool Configuration -path/var/spool/samba -printableYes -guest okYes -use client driverYes -browseableNo +Print Temporary Spool Configuration +/var/spool/samba +Yes +Yes +Yes +No -- cgit