Have a nice day,
Dev
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.