Erm, my previous message was a little terse! I forgot to mention that I
have libpam-krb5 installed and so my /etc/pam.d/common-session looks
like this (nothing special):
# here are the per-package modules (the "Primary" block)
session [default=1] pam_permit.so
# here's the fallback if no module succeeds
session requisite pam_deny.so
# prime the stack with a positive return value if there isn't one
already;
# this avoids us returning an error just because nothing sets a success
code
# since the modules above will each just jump around
session required pam_permit.so
# and here are more per-package modules (the "Additional" block)
session optional pam_krb5.so minimum_uid=1000
session optional pam_tmpdir.so
session optional pam_systemd.so
session optional pam_ck_connector.so nox11
# end of pam-auth-update config
--
Sam Morris <[email protected]>
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]