diff options
author | Tomas Mraz <tmraz@fedoraproject.org> | 2020-02-24 18:50:54 +0100 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2020-02-24 18:50:54 +0100 |
commit | f83fb5f25263356391d71da595def409e8dd90f7 (patch) | |
tree | 7da3245c3032696f630c11e58740765682b4aaac /modules/pam_env/pam_env.8.xml | |
parent | 563d21d6dbb6d64613919ccb1cc939bae546baab (diff) | |
download | pam-f83fb5f25263356391d71da595def409e8dd90f7.tar.gz pam-f83fb5f25263356391d71da595def409e8dd90f7.tar.bz2 pam-f83fb5f25263356391d71da595def409e8dd90f7.zip |
pam_env: Change the default to not read the user .pam_environment file
* modules/pam_env/pam_env.8.xml: Document the change.
* modules/pam_env/pam_env.c: Set DEFAULT_USER_READ_ENVFILE to 0.
Diffstat (limited to 'modules/pam_env/pam_env.8.xml')
-rw-r--r-- | modules/pam_env/pam_env.8.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/pam_env/pam_env.8.xml b/modules/pam_env/pam_env.8.xml index 105f923f..b765e527 100644 --- a/modules/pam_env/pam_env.8.xml +++ b/modules/pam_env/pam_env.8.xml @@ -67,7 +67,7 @@ <para> Third it will read a user configuration file (<filename>$HOME/.pam_environment</filename> by default). - The default file file can be changed with the + The default file can be changed with the <emphasis>user_envfile</emphasis> option and it can be turned on and off with the <emphasis>user_readenv</emphasis> option. </para> @@ -143,7 +143,7 @@ <para> Indicate an alternative <filename>.pam_environment</filename> file to override the default.The syntax is the same as - for <emphasis>/etc/environment</emphasis>. + for <emphasis>/etc/security/pam_env.conf</emphasis>. The filename is relative to the user home directory. This can be useful when different services need different environments. @@ -158,7 +158,7 @@ <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. </para> </listitem> </varlistentry> |