selinux-refpolicy/testing/kerberos
Ryan Haggerty a8b62e799c more config files and updates. 2005-11-14 20:07:26 +00:00
..
README more config files and updates. 2005-11-14 20:07:26 +00:00
denial_notes more config files and updates. 2005-11-14 20:07:26 +00:00
kadm5.acl more config files and updates. 2005-11-14 20:07:26 +00:00
kdc.conf commented out cipher config options. 2005-11-08 15:38:45 +00:00
krb5.conf Fixing configuration files. 2005-11-08 15:14:11 +00:00

README

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

copy krb5.conf to /etc/
copy kdc.conf to /var/kerberos/krb5kdc
copy kadm5.acl 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

turn off iptables
start the service with init scripts
	/etc/rc.d/init.d/krb5kdc start
	/etc/rc.d/init.d/kadmin start
test it out
	kinit master/admin
	kadmin