From ce052ee83fee8547a556f0e3b1dd74c715143511 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 13 Jun 2005 13:22:50 +0000 Subject: Fixes letterpages + smbconfexample (This used to be commit 8cae3c6cfc8b9d895545f47b14ef388be54440a6) --- docs/Samba3-ByExample/SBE-2000UserNetwork.xml | 12 ++++-------- docs/Samba3-ByExample/SBE-500UserNetwork.xml | 3 +-- docs/Samba3-ByExample/SBE-MakingHappyUsers.xml | 9 +++------ docs/Samba3-ByExample/SBE-MigrateNT4Samba3.xml | 12 ++++-------- docs/Samba3-ByExample/SBE-MigrateNW4Samba3.xml | 12 ++++-------- docs/Samba3-ByExample/SBE-SecureOfficeServer.xml | 3 +-- docs/Samba3-ByExample/SBE-TheSmallOffice.xml | 6 ++---- docs/xslt/latex.xsl | 4 ++-- 8 files changed, 21 insertions(+), 40 deletions(-) diff --git a/docs/Samba3-ByExample/SBE-2000UserNetwork.xml b/docs/Samba3-ByExample/SBE-2000UserNetwork.xml index feab045ddd..0f4db0795d 100644 --- a/docs/Samba3-ByExample/SBE-2000UserNetwork.xml +++ b/docs/Samba3-ByExample/SBE-2000UserNetwork.xml @@ -1070,14 +1070,10 @@ index default sub /opt/IDEALX/sbin/smbldap-userdel '%u' /opt/IDEALX/sbin/smbldap-groupadd -p '%g' /opt/IDEALX/sbin/smbldap-groupdel '%g' -/opt/IDEALX/sbin/ -smbldap-groupmod -m '%g' '%u' -/opt/IDEALX/sbin/ -smbldap-groupmod -x '%g' '%u' -/opt/IDEALX/sbin/ -smbldap-usermod -g '%g' '%u' -/opt/IDEALX/sbin/ -smbldap-useradd -w '%u' +/opt/IDEALX/sbin/smbldap-groupmod -m '%g' '%u' +/opt/IDEALX/sbin/smbldap-groupmod -x '%g' '%u' +/opt/IDEALX/sbin/smbldap-usermod -g '%g' '%u' +/opt/IDEALX/sbin/smbldap-useradd -w '%u' /var/lib/samba/scripts/shutdown.sh /sbin/shutdown -c scripts\logon.bat diff --git a/docs/Samba3-ByExample/SBE-500UserNetwork.xml b/docs/Samba3-ByExample/SBE-500UserNetwork.xml index 26c89bbcaf..fda931fa0e 100644 --- a/docs/Samba3-ByExample/SBE-500UserNetwork.xml +++ b/docs/Samba3-ByExample/SBE-500UserNetwork.xml @@ -963,8 +963,7 @@ hosts: files dns wins /usr/sbin/groupadd '%g' /usr/sbin/groupdel '%g' /usr/sbin/usermod -G '%g' '%u' -/usr/sbin/ -useradd -s /bin/false -d /var/lib/nobody '%u' +/usr/sbin/useradd -s /bin/false -d /var/lib/nobody '%u' Yes Yes /etc/samba/dc-common.conf diff --git a/docs/Samba3-ByExample/SBE-MakingHappyUsers.xml b/docs/Samba3-ByExample/SBE-MakingHappyUsers.xml index a20a8f1633..d40414eda4 100644 --- a/docs/Samba3-ByExample/SBE-MakingHappyUsers.xml +++ b/docs/Samba3-ByExample/SBE-MakingHappyUsers.xml @@ -1878,12 +1878,9 @@ SID for domain MASSIVE is: S-1-5-21-3504140859-1010554828-2431957765 /opt/IDEALX/sbin/smbldap-userdel "%u" /opt/IDEALX/sbin/smbldap-groupadd -p "%g" /opt/IDEALX/sbin/smbldap-groupdel "%g" - /opt/IDEALX/sbin/ -smbldap-groupmod -m "%u" "%g" - /opt/IDEALX/sbin/ -smbldap-groupmod -x "%u" "%g" - /opt/IDEALX/sbin/ -smbldap-usermod -g "%g" "%u" + /opt/IDEALX/sbin/smbldap-groupmod -m "%u" "%g" + /opt/IDEALX/sbin/smbldap-groupmod -x "%u" "%g" + /opt/IDEALX/sbin/smbldap-usermod -g "%g" "%u" /opt/IDEALX/sbin/smbldap-useradd -w "%u" diff --git a/docs/Samba3-ByExample/SBE-MigrateNT4Samba3.xml b/docs/Samba3-ByExample/SBE-MigrateNT4Samba3.xml index 57328217b2..bcc1181f34 100644 --- a/docs/Samba3-ByExample/SBE-MigrateNT4Samba3.xml +++ b/docs/Samba3-ByExample/SBE-MigrateNT4Samba3.xml @@ -416,14 +416,10 @@ /opt/IDEALX/sbin/smbldap-userdel '%u' /opt/IDEALX/sbin/smbldap-groupadd '%g' /opt/IDEALX/sbin/smbldap-groupdel '%g' - /opt/IDEALX/sbin/ -smbldap-groupmod -m '%u' '%g' - /opt/IDEALX/ -sbin/smbldap-groupmod -x '%u' '%g' - /opt/IDEALX/ -sbin/smbldap-usermod -g '%g' '%u' - /opt/IDEALX/sbin/ -smbldap-useradd -w '%u' + /opt/IDEALX/sbin/ smbldap-groupmod -m '%u' '%g' + /opt/IDEALX/sbin/smbldap-groupmod -x '%u' '%g' + /opt/IDEALX/sbin/smbldap-usermod -g '%g' '%u' + /opt/IDEALX/sbin/smbldap-useradd -w '%u' scripts\logon.cmd \\%L\profiles\%U \\%L\%U diff --git a/docs/Samba3-ByExample/SBE-MigrateNW4Samba3.xml b/docs/Samba3-ByExample/SBE-MigrateNW4Samba3.xml index f823cc67bb..9a896e256b 100644 --- a/docs/Samba3-ByExample/SBE-MigrateNW4Samba3.xml +++ b/docs/Samba3-ByExample/SBE-MigrateNW4Samba3.xml @@ -689,12 +689,9 @@ session: none Raw /opt/IDEALX/sbin/smbldap-useradd -m "%u" /opt/IDEALX/sbin/smbldap-groupadd -p "%g" - -/opt/IDEALX/sbin/smbldap-groupmod -m "%u" "%g" - -/opt/IDEALX/sbin/smbldap-groupmod -x "%u" "%g" - -/opt/IDEALX/sbin/smbldap-usermod -g "%g" "%u" +/opt/IDEALX/sbin/smbldap-groupmod -m "%u" "%g" +/opt/IDEALX/sbin/smbldap-groupmod -x "%u" "%g" +/opt/IDEALX/sbin/smbldap-usermod -g "%g" "%u" /usr/local/sbin/smbldap-useradd -w "%m" logon.bat \\%L\profiles\%U\%a @@ -790,8 +787,7 @@ session: none "Accounting Color Laser Printer" /data/samba/spool/private -@acct, @acct_admin, @hr, "@Domain Admins",\ -@Receptionist, dwayne, terri, danae, jerry +@acct, @acct_admin, @hr, "@Domain Admins",@Receptionist, dwayne, terri, danae, jerry 0644 Yes printers diff --git a/docs/Samba3-ByExample/SBE-SecureOfficeServer.xml b/docs/Samba3-ByExample/SBE-SecureOfficeServer.xml index 00d7670336..1a43987222 100644 --- a/docs/Samba3-ByExample/SBE-SecureOfficeServer.xml +++ b/docs/Samba3-ByExample/SBE-SecureOfficeServer.xml @@ -816,8 +816,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* +*New*Password* %n\n *Re-enter*new*password*%n\n *Password*changed* /etc/samba/smbusers Yes 1 diff --git a/docs/Samba3-ByExample/SBE-TheSmallOffice.xml b/docs/Samba3-ByExample/SBE-TheSmallOffice.xml index 037881c33f..a599f6fe30 100644 --- a/docs/Samba3-ByExample/SBE-TheSmallOffice.xml +++ b/docs/Samba3-ByExample/SBE-TheSmallOffice.xml @@ -636,8 +636,7 @@ hosts: files wins Global parameters BILLMORE - -*New*Password* %n\n*Re-enter*new*password* %n\n *Password*changed* +*New*Password* %n\n*Re-enter*new*password* %n\n *Password*changed* /etc/samba/smbusers 0 wins bcast hosts @@ -648,8 +647,7 @@ hosts: files wins /usr/sbin/groupadd '%g' /usr/sbin/groupdel '%g' /usr/sbin/usermod -G '%g' '%u' - -/usr/sbin/useradd -s /bin/false -d /var/lib/nobody '%u' +/usr/sbin/useradd -s /bin/false -d /var/lib/nobody '%u' scripts\login.bat X: diff --git a/docs/xslt/latex.xsl b/docs/xslt/latex.xsl index 5e10e62961..4b514b1387 100644 --- a/docs/xslt/latex.xsl +++ b/docs/xslt/latex.xsl @@ -59,13 +59,13 @@ {\bfseries } sambadoc -openright,twoside +letterpaper,openright,twoside english - + = -- cgit