commented out cipher config options.

This commit is contained in:
Ryan Haggerty 2005-11-08 15:38:45 +00:00
parent 42fc9a850d
commit f68326476f
2 changed files with 2 additions and 10 deletions

View File

@ -3,7 +3,6 @@ install server
and if the libs are not installed
yum install krb5-libs
===================
set a hostname
hostname noplace.org
@ -16,14 +15,7 @@ add an admin principal
kadmin.local
while running kadmin.local enter
addprinc master/admin
===================
init the database and admin principals.
kdb5_util create -s
add an admin principal
kadmin.local
while running kadmin.local enter
addprinc master/admin
start the service with init scripts
/etc/rc.d/init.d/krb5kdc start
/etc/rc.d/init.d/kadmin start

View File

@ -11,7 +11,7 @@
kadmind_port = 749
max_life = 10h 0m 0s
max_renewable_life = 7d 0h 0m 0s
master_key_type = dec3-hmac-sha1
supported_enctypes = dec3-hmac-sha1:nromal des-cbc-crc:normal
#master_key_type = dec3-hmac-sha1
#supported_enctypes = dec3-hmac-sha1:nromal des-cbc-crc:normal
}