summaryrefslogtreecommitdiff
path: root/docs/manpages-3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manpages-3')
-rw-r--r--docs/manpages-3/winbindd.8.xml25
1 files changed, 15 insertions, 10 deletions
diff --git a/docs/manpages-3/winbindd.8.xml b/docs/manpages-3/winbindd.8.xml
index 1ad8a6ff1e..4d02ed6a35 100644
--- a/docs/manpages-3/winbindd.8.xml
+++ b/docs/manpages-3/winbindd.8.xml
@@ -255,25 +255,30 @@ hosts: files wins
<refsect1>
<title>EXAMPLE SETUP</title>
- <para>To setup winbindd for user and group lookups plus
+ <para>
+ To setup winbindd for user and group lookups plus
authentication from a domain controller use something like the
- following setup. This was tested on a RedHat 6.2 Linux box. </para>
+ following setup. This was tested on an early Red Hat Linux box.
+ </para>
<para>In <filename>/etc/nsswitch.conf</filename> put the
following:
<programlisting>
-passwd: files winbind
-group: files winbind
-</programlisting></para>
+passwd: files winbind
+group: files winbind
+</programlisting>
+ </para>
<para>In <filename>/etc/pam.d/*</filename> replace the <parameter>
auth</parameter> lines with something like this:
<programlisting>
-auth required /lib/security/pam_securetty.so
-auth required /lib/security/pam_nologin.so
-auth sufficient /lib/security/pam_winbind.so
-auth required /lib/security/pam_pwdb.so use_first_pass shadow nullok
-</programlisting></para>
+auth required /lib/security/pam_securetty.so
+auth required /lib/security/pam_nologin.so
+auth sufficient /lib/security/pam_winbind.so
+auth required /lib/security/pam_pwdb.so \
+ use_first_pass shadow nullok
+</programlisting>
+ </para>
<para>Note in particular the use of the <parameter>sufficient