From a9ab022139761f680fc3a813be3dcdd984baf6fe Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 7 Dec 2004 14:43:51 +0000 Subject: Add placeholder manpage for pam_winbind Fix syntax error in "logon path" (This used to be commit 8563343832a99196b47a4c6c6533c1fa279ea566) --- docs/manpages/pam_winbind.8.xml | 63 +++++++++++++++++++++++++++++++++++++ docs/smbdotconf/logon/logonpath.xml | 4 ++- 2 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 docs/manpages/pam_winbind.8.xml (limited to 'docs') diff --git a/docs/manpages/pam_winbind.8.xml b/docs/manpages/pam_winbind.8.xml new file mode 100644 index 0000000000..7edd433118 --- /dev/null +++ b/docs/manpages/pam_winbind.8.xml @@ -0,0 +1,63 @@ + + %globalentities; +]> + + + + pam_winbind + 8 + + + + + pam_winbind + PAM module for Winbind + + + + DESCRIPTION + + This tool is part of the samba + 7 suite. + + pam_winbind is a PAM module that can authenticate users against the local domain + by talking to the Winbind daemon. + + + + + OPTIONS + + + pam_winbind does not support any additional options. + + + + + + SEE ALSO + + winbind(8) + + + + VERSION + + This man page is correct for version 3.0 of Samba. + + + + AUTHOR + + The original Samba software and related utilities + were created by Andrew Tridgell. Samba is now developed + by the Samba Team as an Open Source project similar + to the way the Linux kernel is developed. + + This manpage was written by Jelmer Vernooij. + + + + diff --git a/docs/smbdotconf/logon/logonpath.xml b/docs/smbdotconf/logon/logonpath.xml index 4cd04055c5..efbee54302 100644 --- a/docs/smbdotconf/logon/logonpath.xml +++ b/docs/smbdotconf/logon/logonpath.xml @@ -40,9 +40,11 @@ This option takes the standard substitutions, allowing you to have separate logon scripts for each user or machine. + Do not quote the value. Setting this as \\%N\profile\%U - will break profile handling. + will break profile handling. + Note that this option is only useful if Samba is set up as a logon server. -- cgit