Dcoument the PAM data exports in the pam_winbind manpage.
authorAndreas Schneider <mail@cynapses.org>
Mon, 15 Jun 2009 10:16:49 +0000 (12:16 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 15 Jun 2009 11:01:18 +0000 (13:01 +0200)
Signed-off-by: Andreas Schneider <mail@cynapses.org>
docs-xml/manpages-3/pam_winbind.7.xml

index 5d9d4541e8a3a2c8b5d859e480d35f4c83423276..7ceb9d39ce080723f310107747cb30e13ce41121 100644 (file)
 
 </refsect1>
 
+<refsect1>
+       <title>PAM DATA EXPORTS</title>
+
+       <para>This section describes the data exported in the PAM stack which could be used in other PAM modules.</para>
+
+       <varlistentry>
+               <term>PAM_WINBIND_HOMEDIR</term>
+               <listitem>
+                       <para>
+                               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.
+                       </para>
+               </listitem>
+       </varlistentry>
+       <varlistentry>
+               <term>PAM_WINBIND_LOGONSCRIPT</term>
+               <listitem>
+                       <para>
+                               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.
+                       </para>
+               </listitem>
+       </varlistentry>
+       <varlistentry>
+               <term>PAM_WINBIND_LOGONSERVER</term>
+               <listitem>
+                       <para>
+                               This exports the Active Directory server we are authenticating against. This can be
+                               used as a variable later.
+                       </para>
+               </listitem>
+       </varlistentry>
+       <varlistentry>
+               <term>PAM_WINBIND_PROFILEPATH</term>
+               <listitem>
+                       <para>
+                               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.
+                       </para>
+               </listitem>
+       </varlistentry>
+</refsect1>
+
 <refsect1>
        <title>SEE ALSO</title>
        <para><citerefentry>