From 24f9f32fedb92f881658db856db15173e57af0bd Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 15 Jun 2009 12:15:26 +0200 Subject: [PATCH] Add a synopsis section to the pam_winbind manpage. Signed-off-by: Andreas Schneider --- docs-xml/manpages-3/pam_winbind.7.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs-xml/manpages-3/pam_winbind.7.xml b/docs-xml/manpages-3/pam_winbind.7.xml index ff88de81976..acf9c688f83 100644 --- a/docs-xml/manpages-3/pam_winbind.7.xml +++ b/docs-xml/manpages-3/pam_winbind.7.xml @@ -28,6 +28,31 @@ + + SYNOPSIS + + + Edit the PAM system config /etc/pam.d/service and modify it as the following example shows: + + ... + auth required pam_env.so + auth sufficient pam_unix2.so + +++ auth required pam_winbind.so use_first_pass + account requisite pam_unix2.so + +++ account required pam_winbind.so use_first_pass + +++ password sufficient pam_winbind.so + password requisite pam_pwcheck.so cracklib + password required pam_unix2.so use_authtok + session required pam_unix2.so + +++ session required pam_winbind.so + ... + + + Make sure that pam_winbind is one of the first modules in the session part. It may retrieve + kerberos tickets which are needed by other modules. + + + OPTIONS -- 2.34.1