Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch
SuSE Linux: Versions since 6.2
The new login program continues to evaluate the file /etc/login.defs. A number of entries from this have been replaced, however, by PAM modules:
pam_env.so
module.
This reads the old configuration file /etc/environment
or
the new one in /etc/security/pam_env.conf
pam_securetty.so
module.
The CONSOLE entry in login.defs
is now obsolete. If root wants
to log in remotely, then pam_securetty must be commented out from
/etc/pam.d/login
and /etc/pam.d/rlogin
. Or
ROOT_LOGIN_REMOTE
in /etc/rc.config
is set to
"yes" gesetzt and SuSEconfig
is run.
pam_limits.so
module which evaluates the configuration file
/etc/security/limits.conf
The syntax is also described in this file./etc/pam.d
look like
the following:
auth required /lib/security/pam_securetty.so auth required /lib/security/pam_env.so session required /lib/security/pam_limits.soThe entry
ENV_SUPATH
is omitted, as it has never been used. There is
a new entry, ENV_ROOTPATH
. This contains the default path for the
user root. Otherwise all valid variables for /etc/login.defs
are described in the manpage (man login.defs
).
Documentation on PAM and "The Linux-PAM System Administrator's Guide", as well
as the two Developer's Guides can be found in /usr/doc/packages/pam
.
See also:
Categories:
Applications
Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch