From 1809ff4b2339bd3066532abccea0944da45edf64 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 15 Jun 2009 12:16:49 +0200 Subject: [PATCH] Dcoument the PAM data exports in the pam_winbind manpage. Signed-off-by: Andreas Schneider --- docs-xml/manpages-3/pam_winbind.7.xml | 44 +++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/docs-xml/manpages-3/pam_winbind.7.xml b/docs-xml/manpages-3/pam_winbind.7.xml index 5d9d4541e8a..7ceb9d39ce0 100644 --- a/docs-xml/manpages-3/pam_winbind.7.xml +++ b/docs-xml/manpages-3/pam_winbind.7.xml @@ -185,6 +185,50 @@ + PAM DATA EXPORTS + + This section describes the data exported in the PAM stack which could be used in other PAM modules. + + + PAM_WINBIND_HOMEDIR + + + This is the Windows Home Directory set in the profile tab in the user settings + on the Active Directory Server. This could be a local path or a directory on a + share mapped to a drive. + + + + + PAM_WINBIND_LOGONSCRIPT + + + The path to the logon script which should be executed if a user logs in. This is + normally a relative path to the script stored on the server. + + + + + PAM_WINBIND_LOGONSERVER + + + This exports the Active Directory server we are authenticating against. This can be + used as a variable later. + + + + + PAM_WINBIND_PROFILEPATH + + + This is the profile path set in the profile tab in the user settings. Noramlly + the home directory is synced with this directory on a share. + + + + + + SEE ALSO wbinfo -- 2.11.4.GIT