diff options
Diffstat (limited to 'docs/Samba-Guide')
-rw-r--r-- | docs/Samba-Guide/Chap04-SecureOfficeServer.xml | 4 | ||||
-rw-r--r-- | docs/Samba-Guide/Chap05-500UserNetwork.xml | 2 | ||||
-rw-r--r-- | docs/Samba-Guide/Chap06-MakingHappyUsers.xml | 4 | ||||
-rw-r--r-- | docs/Samba-Guide/Chap07-2000UserNetwork.xml | 10 | ||||
-rw-r--r-- | docs/Samba-Guide/Chap09-AddingUNIXClients.xml | 4 |
5 files changed, 12 insertions, 12 deletions
diff --git a/docs/Samba-Guide/Chap04-SecureOfficeServer.xml b/docs/Samba-Guide/Chap04-SecureOfficeServer.xml index 13a264a0dc..8cd0cfb0ec 100644 --- a/docs/Samba-Guide/Chap04-SecureOfficeServer.xml +++ b/docs/Samba-Guide/Chap04-SecureOfficeServer.xml @@ -160,7 +160,7 @@ <image id="ch04net"> <imagedescription>Abmas Network Topology &smbmdash; 130 Users</imagedescription> - <imagefile scale="90">chap4-net</imagefile> + <imagefile scale="60">chap4-net</imagefile> </image> <para> @@ -896,7 +896,7 @@ echo -e "\nNAT firewall done.\n" <smbconfoption><name>delete group script</name><value>/usr/sbin/groupdel '%g'</value></smbconfoption> <smbconfoption><name>add user to group script</name><value>/usr/sbin/usermod -G '%g' '%u'</value></smbconfoption> <smbconfoption><name>add machine script</name><value>/usr/sbin/useradd</value></smbconfoption> -<member><parameter>-s /bin/false -d /dev/null %u</parameter></member> +<member><parameter>-s /bin/false -d /tmp '%u'</parameter></member> <smbconfoption><name>shutdown script</name><value>/var/lib/samba/scripts/shutdown.sh</value></smbconfoption> <smbconfoption><name>abort shutdown script</name><value>/sbin/shutdown -c</value></smbconfoption> <smbconfoption><name>logon script</name><value>scripts\logon.bat</value></smbconfoption> diff --git a/docs/Samba-Guide/Chap05-500UserNetwork.xml b/docs/Samba-Guide/Chap05-500UserNetwork.xml index 4c761332bc..dbbbe4ece5 100644 --- a/docs/Samba-Guide/Chap05-500UserNetwork.xml +++ b/docs/Samba-Guide/Chap05-500UserNetwork.xml @@ -323,7 +323,7 @@ <image id="chap05net"> <imagedescription>Network Topology &smbmdash; 500 User Network Using tdbsam passdb backend.</imagedescription> - <imagefile scale="80">chap5-net</imagefile> + <imagefile scale="60">chap5-net</imagefile> </image> <sect2 id="ch5-dnshcp-setup"> diff --git a/docs/Samba-Guide/Chap06-MakingHappyUsers.xml b/docs/Samba-Guide/Chap06-MakingHappyUsers.xml index d27aced071..bf21fe5b1a 100644 --- a/docs/Samba-Guide/Chap06-MakingHappyUsers.xml +++ b/docs/Samba-Guide/Chap06-MakingHappyUsers.xml @@ -572,7 +572,7 @@ <image id="ch6-LDAPdiag"> <imagedescription>The Interaction of LDAP, UNIX Posix Accounts and Samba Accounts</imagedescription> - <imagefile scale="70">UNIX-Samba-and-LDAP</imagefile> + <imagefile scale="60">UNIX-Samba-and-LDAP</imagefile> </image> <para><indexterm> @@ -956,7 +956,7 @@ <image id="chap6net"> <imagedescription>Network Topology &smbmdash; 500 User Network Using ldapsam passdb backend.</imagedescription> - <imagefile scale="70">chap6-net</imagefile> + <imagefile scale="60">chap6-net</imagefile> </image> <para><indexterm> diff --git a/docs/Samba-Guide/Chap07-2000UserNetwork.xml b/docs/Samba-Guide/Chap07-2000UserNetwork.xml index 8be46d92c3..bb5134f353 100644 --- a/docs/Samba-Guide/Chap07-2000UserNetwork.xml +++ b/docs/Samba-Guide/Chap07-2000UserNetwork.xml @@ -756,7 +756,7 @@ <image id="chap7idres"> <imagedescription>Samba and Authentication Backend Search Pathways</imagedescription> - <imagefile scale="80">chap7-idresol</imagefile> + <imagefile scale="60">chap7-idresol</imagefile> </image> <para><indexterm> @@ -797,7 +797,7 @@ passdb backend = ldapsam:ldap://master.abmas.biz <link linkend="ch7singleLDAP"/>. <image id="ch7singleLDAP"> <imagedescription>Samba Configuration to Use a Single LDAP Server</imagedescription> - <imagefile scale="100">ch7-singleLDAP</imagefile> + <imagefile scale="60">ch7-singleLDAP</imagefile> </image> <indexterm> <primary>LDAP</primary> @@ -819,7 +819,7 @@ passdb backend = ldapsam:"ldap://master.abmas.biz \ as shown in <link linkend="ch7dualLDAP"/>. <image id="ch7dualLDAP"> <imagedescription>Samba Configuration to Use a Dual (Fail-over) LDAP Server</imagedescription> - <imagefile scale="100">ch7-fail-overLDAP</imagefile> + <imagefile scale="60">ch7-fail-overLDAP</imagefile> </image> </para> @@ -844,7 +844,7 @@ passdb backend = ldapsam:ldap://master.abmas.biz \ <image id="ch7dualadd"> <imagedescription>Samba Configuration to Use Dual LDAP Databases - Broken - Do Not Use!</imagedescription> - <imagefile scale="80">ch7-dual-additive-LDAP</imagefile> + <imagefile scale="60">ch7-dual-additive-LDAP</imagefile> </image> <para> @@ -856,7 +856,7 @@ passdb backend = ldapsam:ldap://master.abmas.biz \ <image id="ch7dualok"> <imagedescription>Samba Configuration to Use Two LDAP Databases - The result is additive.</imagedescription> - <imagefile scale="80">ch7-dual-additive-LDAP-Ok</imagefile> + <imagefile scale="60">ch7-dual-additive-LDAP-Ok</imagefile> </image> <note><para> diff --git a/docs/Samba-Guide/Chap09-AddingUNIXClients.xml b/docs/Samba-Guide/Chap09-AddingUNIXClients.xml index 4e2297f640..0755f7cd55 100644 --- a/docs/Samba-Guide/Chap09-AddingUNIXClients.xml +++ b/docs/Samba-Guide/Chap09-AddingUNIXClients.xml @@ -513,7 +513,7 @@ <image id="ch9-sambadc"> <imagedescription>Samba Domain: Samba Member Server</imagedescription> - <imagefile scale="75">chap9-SambaDC</imagefile> + <imagefile scale="60">chap9-SambaDC</imagefile> </image> <para><indexterm> @@ -1106,7 +1106,7 @@ aliases: files <image id="ch9-adsdc"> <imagedescription>Active Directory Domain: Samba Member Server</imagedescription> - <imagefile scale="75">chap9-ADSDC</imagefile> + <imagefile scale="60">chap9-ADSDC</imagefile> </image> <procedure> |