File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 67
67
<para >
68
68
Third it will read a user configuration file
69
69
(<filename >$HOME/.pam_environment</filename > by default).
70
- The default file file can be changed with the
70
+ The default file can be changed with the
71
71
<emphasis >user_envfile</emphasis > option
72
72
and it can be turned on and off with the <emphasis >user_readenv</emphasis > option.
73
73
</para >
143
143
<para >
144
144
Indicate an alternative <filename >.pam_environment</filename >
145
145
file to override the default.The syntax is the same as
146
- for <emphasis >/etc/environment </emphasis >.
146
+ for <emphasis >/etc/security/pam_env.conf </emphasis >.
147
147
The filename is relative to the user home directory.
148
148
This can be useful when different services need different
149
149
environments.
158
158
<listitem >
159
159
<para >
160
160
Turns on or off the reading of the user specific environment
161
- file. 0 is off, 1 is on. By default this option is on .
161
+ file. 0 is off, 1 is on. By default this option is off .
162
162
</para >
163
163
</listitem >
164
164
</varlistentry >
Original file line number Diff line number Diff line change 10
10
#define DEFAULT_READ_ENVFILE 1
11
11
12
12
#define DEFAULT_USER_ENVFILE ".pam_environment"
13
- #define DEFAULT_USER_READ_ENVFILE 1
13
+ #define DEFAULT_USER_READ_ENVFILE 0
14
14
15
15
#include "config.h"
16
16
You can’t perform that action at this time.
0 commit comments