#584093 several unifying modules not in common-* files, only in specific configs

#584093#5
Date:
2010-06-01 08:35:24 UTC
From:
To:
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, ...).