Setting up local Kerberos network
S2
non.sto.gioc at ndo.a.niente
Wed Nov 4 04:08:22 EST 2009
Devang Verma wrote:
> Is it possible to build a Kerberos KDC and realm for my own small network?
Sure!
> If it is possible then please explain how should I proceed. Thank you.
(for a debian distro)
on the machine you want to be the kdc
apt-get install krb5-admin-server
add some principals with kadmin.local
on a client
apt-get install krb5-user
and the authenticate with kinit.
done.
More information about the Kerberos
mailing list