]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs:
authorThorsten Kukuk <kukuk@thkukuk.de>
Thu, 29 Jan 2009 11:44:08 +0000 (11:44 +0000)
committerThorsten Kukuk <kukuk@thkukuk.de>
Thu, 29 Jan 2009 11:44:08 +0000 (11:44 +0000)
Purpose of commit: bugfix

Commit summary:
---------------

2009-01-29  Thorsten Kukuk  <kukuk@thkukuk.de>

        * doc/man/pam_sm_setcred.3.xml: Document PAM_ESTABLISHED_CRED.

ChangeLog
doc/man/pam_sm_setcred.3.xml

index a00752cd59380fa5250ede653124e96bbe818a9a..ee3ba8eca6bb9858ab9bc5cab88a5bd4b0f39435 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-29  Thorsten Kukuk  <kukuk@thkukuk.de>
+
+       * doc/man/pam_sm_setcred.3.xml: Document PAM_ESTABLISHED_CRED.
+
 2009-01-19  Tomas Mraz <t8m@centrum.cz>
 
        * modules/pam_mkhomedir/Makefile.am: Add mkhomedir_helper.
index e4809ad75aedb158f81ae17b87322deaa211e026..e557000cd2cc50bbfff5081decc5e1358e44ba6c 100644 (file)
           </para>
         </listitem>
       </varlistentry>
+      <varlistentry>
+        <term>PAM_ESTABLISH_CRED</term>
+        <listitem>
+          <para>Initialize the credentials for the user.</para>
+        </listitem>
+      </varlistentry>
       <varlistentry>
         <term>PAM_DELETE_CRED</term>
         <listitem>
       </varlistentry>
     </variablelist>
     <para>
-      The way the <emphasis remap='B'>auth</emphasis> stack is 
+      The way the <emphasis remap='B'>auth</emphasis> stack is
       navigated in order to evaluate the <function>pam_setcred</function>()
-      function call, independent of the <function>pam_sm_setcred</function>() 
+      function call, independent of the <function>pam_sm_setcred</function>()
       return codes, is exactly the same way that it was navigated when
       evaluating the <function>pam_authenticate</function>() library
       call. Typically, if a stack entry was ignored in evaluating
       <function>pam_authenticate</function>(), it will be ignored when
-      libpam evaluates the <function>pam_setcred</function>() function 
-      call. Otherwise, the return codes from each module specific 
+      libpam evaluates the <function>pam_setcred</function>() function
+      call. Otherwise, the return codes from each module specific
       <function>pam_sm_setcred</function>() call are treated as
       <emphasis remap='B'>required</emphasis>.
     </para>
       </varlistentry>
     </variablelist>
     <para>
-      These, non-<emphasis>PAM_SUCCESS</emphasis>, return values will 
+      These, non-<emphasis>PAM_SUCCESS</emphasis>, return values will
       typically lead to the credential stack <emphasis>failing</emphasis>.
-      The first such error will dominate in the return value of 
+      The first such error will dominate in the return value of
       <function>pam_setcred</function>().
     </para>
   </refsect1>