- Package:
- libpam-runtime
- Source:
- pam
- Submitter:
- "C. Gatzemeier"
- Date:
- 2010-06-01 08:39:05 UTC
- Severity:
- normal
Several unifying pam modules are not called from common-* files. Instead they are only called from specific configs like pam.d/login. Examples are pam_group and pam_environment. (pam_group needs to be called before pam_umask) This seems contrary to the notion of pam giving a unified configuration independent from the method of entry to the system (login, ssh, ppp, ...).