summaryrefslogtreecommitdiff
path: root/docs/Samba-Guide
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Samba-Guide')
-rw-r--r--docs/Samba-Guide/Chap04-SecureOfficeServer.xml8
-rw-r--r--docs/Samba-Guide/Chap05-500UserNetwork.xml3
-rw-r--r--docs/Samba-Guide/Chap06-MakingHappyUsers.xml2
-rw-r--r--docs/Samba-Guide/Chap07-2000UserNetwork.xml4
-rw-r--r--docs/Samba-Guide/Chap09-AddingUNIXClients.xml13
5 files changed, 21 insertions, 9 deletions
diff --git a/docs/Samba-Guide/Chap04-SecureOfficeServer.xml b/docs/Samba-Guide/Chap04-SecureOfficeServer.xml
index 7f8366c08a..5ccea8c636 100644
--- a/docs/Samba-Guide/Chap04-SecureOfficeServer.xml
+++ b/docs/Samba-Guide/Chap04-SecureOfficeServer.xml
@@ -790,7 +790,9 @@ done
# Allow DNS(udp)
$IPTABLES -A INPUT -i $EXTIF -p udp -dport 53 -j ACCEPT
echo "Allow all connections OUT and only existing and specified ones IN"
-$IPTABLES -A FORWARD -i $EXTIF -o $INTIF -m state \
+$IPTABLES -A FORWARD -i $EXTIF -o $INTIFA -m state \
+ --state ESTABLISHED,RELATED -j ACCEPT
+$IPTABLES -A FORWARD -i $EXTIF -o $INTIFB -m state \
--state ESTABLISHED,RELATED -j ACCEPT
$IPTABLES -A FORWARD -i $INTIFA -o $EXTIF -j ACCEPT
$IPTABLES -A FORWARD -i $INTIFB -o $EXTIF -j ACCEPT
@@ -1503,7 +1505,7 @@ abmas.biz IN SOA sleeth1.abmas.biz. root.abmas.biz. (
38400 ; minimum (10 hours 40 minutes)
)
NS dns.abmas.biz.
- MX 10 sleeth1.abmas.biz.
+ MX 10 mail.abmas.biz.
$ORIGIN abmas.biz.
sleeth1 A 192.168.1.1
sleeth2 A 192.168.2.1
@@ -1531,7 +1533,7 @@ abmas.us IN SOA server.abmas.us. root.abmas.us. (
)
NS dns.abmas.us.
NS dns2.abmas.us.
- MX 10 server.abmas.us.
+ MX 10 mail.abmas.us.
$ORIGIN abmas.us.
server A 123.45.67.66
dns2 A 123.45.54.32
diff --git a/docs/Samba-Guide/Chap05-500UserNetwork.xml b/docs/Samba-Guide/Chap05-500UserNetwork.xml
index 5375eb99a3..640dc69dab 100644
--- a/docs/Samba-Guide/Chap05-500UserNetwork.xml
+++ b/docs/Samba-Guide/Chap05-500UserNetwork.xml
@@ -1059,7 +1059,6 @@ hosts: files dns wins
<smbconfoption><name>path</name><value>/apps</value></smbconfoption>
<smbconfoption><name>admin users</name><value>bjordan</value></smbconfoption>
<smbconfoption><name>read only</name><value>No</value></smbconfoption>
-<smbconfoption><name>include</name><value></value></smbconfoption>
</smbconfexample>
<!-- Four -->
@@ -1376,7 +1375,7 @@ abmas.us IN SOA server.abmas.us. root.abmas.us. (
)
NS dns.abmas.us.
NS dns2.abmas.us.
- MX 10 server.abmas.us.
+ MX 10 mail.abmas.us.
$ORIGIN abmas.us.
server A 123.45.67.66
dns2 A 123.45.54.32
diff --git a/docs/Samba-Guide/Chap06-MakingHappyUsers.xml b/docs/Samba-Guide/Chap06-MakingHappyUsers.xml
index 75acc22f3d..26ab2925d9 100644
--- a/docs/Samba-Guide/Chap06-MakingHappyUsers.xml
+++ b/docs/Samba-Guide/Chap06-MakingHappyUsers.xml
@@ -3729,7 +3729,7 @@ HKEY_LOCAL_MACHINE\Default\Software\Microsoft\Windows\
No. You can use any type of printer and must use the interfacing protocol supported
by the printer. Many networks use LPR/LPD print servers to which are attached
PCL printers, InkJet printers, plotters, and so on. At home I use a USB attached
- Inject printer. Use the appropriate device URI (Universal Resource Interface)
+ Inkjet printer. Use the appropriate device URI (Universal Resource Interface)
argument to the <constant>lpadmin -v</constant> option that is right for your
printer.
</para>
diff --git a/docs/Samba-Guide/Chap07-2000UserNetwork.xml b/docs/Samba-Guide/Chap07-2000UserNetwork.xml
index 6ad6c6e8bf..bb78494657 100644
--- a/docs/Samba-Guide/Chap07-2000UserNetwork.xml
+++ b/docs/Samba-Guide/Chap07-2000UserNetwork.xml
@@ -991,7 +991,7 @@ added: "cn=PIOps,ou=Groups,dc=abmas,dc=biz" (00000013)
<screen>
&rootprompt; rcldap start
&rootprompt; chkconfig ldap on
-&rootprompt; slurpd start
+&rootprompt; rcslurpd start
&rootprompt; chkconfig slurpd on
</screen>
<indexterm>
@@ -1003,7 +1003,7 @@ added: "cn=PIOps,ou=Groups,dc=abmas,dc=biz" (00000013)
<step><para><indexterm>
<primary>smbldap-useradd.pl</primary>
</indexterm>
- On the master slave server you may now add an account to validate that replication
+ On the master ldap server you may now add an account to validate that replication
is working. Assuming the configuration shown in Chapter 6, execute:
<screen>
&rootprompt; /var/lib/samba/sbin/smbldap-useradd.pl -a fruitloop
diff --git a/docs/Samba-Guide/Chap09-AddingUNIXClients.xml b/docs/Samba-Guide/Chap09-AddingUNIXClients.xml
index 2efdde6539..dee2d9507e 100644
--- a/docs/Samba-Guide/Chap09-AddingUNIXClients.xml
+++ b/docs/Samba-Guide/Chap09-AddingUNIXClients.xml
@@ -656,13 +656,24 @@ ou: idmap
</indexterm>
The system is ready to join the Domain. Execute the following:
<screen>
-net rpc join -U root%not24et
+&rootprompt; net rpc join -U root%not24et
Joined domain MEGANET2.
</screen>
This indicates that the Domain join succeeded.
</para></step>
<step><para>
+ <indexterm><primary>wbinfo</primary></indexterm>
+ Just joining the Domain is not quite enough, you must now provide a privilidged set
+ of credentials through which <command>winbindd</command> can interact with the ADS
+ Domain servers. Execute the following to implant the necessary credentials:
+<screen>
+&rootprompt; wbinfo --set-auth-user=Administrator%not24get
+</screen>
+- The configuration is now ready to obtain ADS Domain user and group information.
+ </para></step>
+
+ <step><para>
You may now start Samba in the usual manner and your Samba Domain Member server
is ready for use. Just add shares as required.
</para></step>