Lee Eric <[email protected]> writes: > Hi all,
> I have set up a Kerberos server already in my network environment and > clients can get users principle tkt by kinit. And I hope when users > login they can get their principle automatically. So what I need to do > with the system? Do I need to use PAM to achieve that? Yup, assuming that you're talking about Linux or other UNIX systems. That's the standard functionality of any Kerberos PAM module. > And what password will use when user login? The Kerberos password, usually, although you have various more complex options available to you in PAM configuration if you want. -- Russ Allbery ([email protected]) <http://www.eyrie.org/~eagle/> ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
