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. ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
