selinux-refpolicy/testing/kerberos
Ryan Haggerty e6f94f7eed adding some config files for kerberos. 2005-11-03 15:59:51 +00:00
..
README adding some config files for kerberos. 2005-11-03 15:59:51 +00:00
kdc.conf adding some config files for kerberos. 2005-11-03 15:59:51 +00:00
krb5.conf adding some config files for kerberos. 2005-11-03 15:59:51 +00:00

README

install server
	yum install krb5-server
and if the libs are not installed
	yum install krb5-libs

set a hostname
	hostname noplace.org

copy krb5.conf to /etc/
copy kdc.conf to /var/kerberos/krb5kdc

init the database and admin principals.
	kdb5_util create -s
add an admin principal
	kadmin.local
while running kadmin.local enter
	addprinc master/admin