diff options
author | Tomas Mraz <tm@t8m.info> | 2010-10-11 14:24:30 +0000 |
---|---|---|
committer | Tomas Mraz <tm@t8m.info> | 2010-10-11 14:24:30 +0000 |
commit | 4c430f6f8391555bb1b7b78991afb20d35228efc (patch) | |
tree | 0079e70cff4a5253867b13a6f67e09bdbcc16157 /modules/pam_env/pam_env.8.xml | |
parent | bd093f250963e33c98801a1058de337e38ca1ef0 (diff) | |
download | pam-4c430f6f8391555bb1b7b78991afb20d35228efc.tar.gz pam-4c430f6f8391555bb1b7b78991afb20d35228efc.tar.bz2 pam-4c430f6f8391555bb1b7b78991afb20d35228efc.zip |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
2010-10-11 Tomas Mraz <t8m@centrum.cz>
* modules/pam_env/pam_env.c: Change default for user_readenv to 0.
* modules/pam_env/pam_env.8.xml: Document the new default for user_readenv.
Diffstat (limited to 'modules/pam_env/pam_env.8.xml')
-rw-r--r-- | modules/pam_env/pam_env.8.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/pam_env/pam_env.8.xml b/modules/pam_env/pam_env.8.xml index 536cb132..b85fbaae 100644 --- a/modules/pam_env/pam_env.8.xml +++ b/modules/pam_env/pam_env.8.xml @@ -143,7 +143,10 @@ <listitem> <para> Turns on or off the reading of the user specific environment - file. 0 is off, 1 is on. By default this option is on. + file. 0 is off, 1 is on. By default this option is off as user + supplied environment variables in the PAM environment could affect + behavior of subsequent modules in the stack without the consent + of the system administrator. </para> </listitem> </varlistentry> |