Previously, installing or enabling Trusted Extensions would result in this stack
in pam.conf:
tsoljds-tstripe account requisite pam_roles.so.1
tsoljds-tstripe account required pam_tsol_account.so.1
The pam_tsol_account module was needed because of an nscd bug (since fixed) in which
the pam_unix_account module failed for this service. The drawback of this delivered
workaround is that TJDS roles were thus required to have a label range of admin_low
to admin_high.
The following correct stack for this service should be delivered now that the nscd
issue is resolved:
tsoljds-tstripe account requisite pam_roles.so.1
tsoljds-tstripe account required pam_unix_account.so.1
Work Around
edit pam.conf by hand to get the specified stack, or use only roles with the
widest label range.