diff options
author | John Terpstra <jht@samba.org> | 2005-07-06 21:23:58 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:03 -0500 |
commit | 5357c5e6e30035fa8d7a552675aaa355f7a27bb4 (patch) | |
tree | 0dcd935b977c934f8280b14508f0bf300b78147d /docs/manpages-3/winbindd.8.xml | |
parent | 021d72252114414238b31659ee0d090efe4450de (diff) | |
download | samba-5357c5e6e30035fa8d7a552675aaa355f7a27bb4.tar.gz samba-5357c5e6e30035fa8d7a552675aaa355f7a27bb4.tar.bz2 samba-5357c5e6e30035fa8d7a552675aaa355f7a27bb4.zip |
Removal of CRUFT. 50 lashes to those who created CRUFT. Argh.
(This used to be commit 555e174de5d390cdc744b8bcbecbeccc31079a23)
Diffstat (limited to 'docs/manpages-3/winbindd.8.xml')
-rw-r--r-- | docs/manpages-3/winbindd.8.xml | 25 |
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 |