diff options
author | Tomas Mraz <tmraz@fedoraproject.org> | 2020-11-04 11:49:30 +0100 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2020-11-05 09:40:39 +0100 |
commit | ecd526743a27157c5210b0ce9867c43a2fa27784 (patch) | |
tree | 6ba98dc48eda4275945441885f368283eb56de94 /modules/pam_env/pam_env.8.xml | |
parent | 51318fd423a8ab4456a278ef0aff6ad449aab916 (diff) | |
download | pam-ecd526743a27157c5210b0ce9867c43a2fa27784.tar.gz pam-ecd526743a27157c5210b0ce9867c43a2fa27784.tar.bz2 pam-ecd526743a27157c5210b0ce9867c43a2fa27784.zip |
pam_env: deprecation notice of reading the user environment
* modules/pam_env/pam_env.8.xml: Add the notice to the manual.
* modules/pam_env/pam_env.c (_pam_parse): Log deprecation warning
if user_readenv is set.
Diffstat (limited to 'modules/pam_env/pam_env.8.xml')
-rw-r--r-- | modules/pam_env/pam_env.8.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/pam_env/pam_env.8.xml b/modules/pam_env/pam_env.8.xml index 1e455576..75ff862b 100644 --- a/modules/pam_env/pam_env.8.xml +++ b/modules/pam_env/pam_env.8.xml @@ -163,6 +163,11 @@ behavior of subsequent modules in the stack without the consent of the system administrator. </para> + <para> + Due to problematic security this functionality is deprecated + since the 1.5.0 version and will be removed completely at some + point in the future. + </para> </listitem> </varlistentry> |