diff --git a/modules/pam_env/pam_env.8.xml b/modules/pam_env/pam_env.8.xml index 3af52ea6..c7889e0f 100644 --- a/modules/pam_env/pam_env.8.xml +++ b/modules/pam_env/pam_env.8.xml @@ -114,6 +114,19 @@ Since setting of PAM environment variables can have side effects to other modules, this module should be the last one on the stack. + + This module is only executed if the main application calls + + pam_setcred3 + or + + pam_open_session3 + . + The module does nothing and returns PAM_IGNORE if called by + + pam_authenticate3 + . + @@ -244,7 +257,11 @@ PAM_IGNORE - No pam_env.conf and environment file was found. + No pam_env.conf and environment file was found or the module got + called by + + pam_authenticate3 + . @@ -309,4 +326,4 @@ pam_env was written by Dave Kinchlea <kinch@kinch.ark.com>. - \ No newline at end of file +