More edits.
authorJohn Terpstra <jht@samba.org>
Sun, 1 Jun 2003 01:11:52 +0000 (01:11 +0000)
committerJohn Terpstra <jht@samba.org>
Sun, 1 Jun 2003 01:11:52 +0000 (01:11 +0000)
docs/docbook/projdoc/PAM-Authentication-And-Samba.xml
docs/docbook/projdoc/PolicyMgmt.xml
docs/docbook/projdoc/winbind.xml

index e61e65ed0131c1902366915104e254e65f8e3495..fd3c369580fc3e4ba1133719978cff844a2393e8 100644 (file)
@@ -7,7 +7,7 @@
                        <address><email>vorlon@netexpress.net</email></address>
                </affiliation>
        </author>
-    <pubdate> (Jun 21 2001) </pubdate>
+    <pubdate>May 31, 2003</pubdate>
 </chapterinfo>
  
 <title>PAM based Distributed Authentication</title>
@@ -25,6 +25,10 @@ In addition to knowing how to configure winbind into PAM, you will learn generic
 possibilities and in particular how to deploy tools like pam_smbpass.so to your adavantage.
 </para>
 
+<note><para>
+The use of Winbind require more than PAM configuration alone. Please refer to: <link linkend="winbind"></link>
+</para></note>
+
 <sect1>
 <title>Features and Benefits</title>
 
@@ -178,7 +182,9 @@ auth  required  /other_path/pam_strange_module.so
 
 <para>
 The remaining information in this subsection was taken from the documentation of the Linux-PAM
-project.
+project. For more information on PAM, see 
+<ulink url="http://ftp.kernel.org/pub/linux/libs/pam/">
+http://ftp.kernel.org/pub/linux/libs/pam</ulink> The Official Linux-PAM home page.
 </para>
 
 <para>
@@ -460,6 +466,9 @@ of the login process. Essentially all conditions can be disabled
 by commenting them out except the calls to <filename>pam_pwdb.so</filename>.
 </para>
 
+<sect3>
+<title>PAM: original login config</title>
+
 <para><screen>
 #%PAM-1.0
 # The PAM configuration file for the `login' service
@@ -477,6 +486,11 @@ session      required    pam_pwdb.so
 password     required    pam_pwdb.so shadow md5
 </screen></para>
 
+</sect3>
+
+<sect3>
+<title>PAM: login using pam_smbpass</title>
+
 <para>
 PAM allows use of replacable modules. Those available on a sample system include:
 </para>
@@ -574,10 +588,12 @@ life though, every decision makes trade-offs, so you may want examine the
 PAM documentation for further helpful information.
 </para></note>
 
+</sect3>
+
 </sect2>
 
 <sect2>
-<title>PAM Configuration in smb.conf</title>
+<title>smb.conf PAM Configuration</title>
 
 <para>
 There is an option in smb.conf called <ulink 
@@ -586,7 +602,7 @@ The following is from the on-line help for this option in SWAT;
 </para>
 
 <para>
-When Samba is configured to enable PAM support (i.e. 
+When Samba-3 is configured to enable PAM support (i.e. 
 <option>--with-pam</option>), this parameter will 
 control whether or not Samba should obey PAM's account 
 and session management directives. The default behavior 
@@ -604,7 +620,7 @@ password encryption.
 </sect2>
 
 <sect2>
-<title>Authentication off a remote CIFS Server using winbindd.so</title>
+<title>Remote CIFS Authentication using winbindd.so</title>
 
 <para>
 All operating systems depend on the provision of users credentials accecptable to the platform.
@@ -655,10 +671,6 @@ under some Unices, such as Solaris, HPUX and Linux, that provides a
 generic interface to authentication mechanisms.
 </para>
 
-<para>
-       For more information on PAM, see <ulink url="http://ftp.kernel.org/pub/linux/libs/pam/">The linux PAM homepage</ulink>.
-</para>
-
 <para>
 This module authenticates a local smbpasswd user database.  If you require
 support for authenticating against a remote SMB server, or if you're
index 062109bc31699f7d4780ef722441093123c87c97..cc05e07886c18c713ac8e196bf7c455db1c22ac9 100644 (file)
@@ -438,7 +438,7 @@ reboot and as part of the user logon:
 <title>Common Errors</title>
 
 <para>
-Stuff goes here.
+Stuffgoes here.
 </para>
 
 </sect1>
index f78f74f780f30001dded1635790e7747cec64af2..4b2951805e7bbf1501d16013a008a18e33aefe02 100644 (file)
@@ -22,7 +22,7 @@
        <pubdate>27 June 2002</pubdate>
 </chapterinfo>
 
-<title>Unified Logons between Windows NT and UNIX using Winbind</title>
+<title>Integrated Logon Support using Winbind</title>
 
 <sect1>
        <title>Features and Benefits</title>