On 22 Oct 2001, S.T. Wong wrote:
> Hi, there,
>
> Is it possible to retain the same password for users when migrating from
> NIS-like systems to Kerberos ?
- No, you can't convert a password file entry to a kerberos key. The
formats are incompatible.
> Seems there's no way to avoid changing users'
> passwords in such exercise.
>
> Would anyone please help?
> Thank you very much !
>
- The best solution is to try and capture the username/password
via a pam module or a specialized login and install this pair
in the kerberos database. I believe there is a pam module available
that does this already. Try searching for "pam kerberos" on
http://www.google.com/
- Booker C. Bense