commented out cipher config options.
This commit is contained in:
parent
42fc9a850d
commit
f68326476f
@ -3,7 +3,6 @@ install server
|
|||||||
and if the libs are not installed
|
and if the libs are not installed
|
||||||
yum install krb5-libs
|
yum install krb5-libs
|
||||||
|
|
||||||
===================
|
|
||||||
set a hostname
|
set a hostname
|
||||||
hostname noplace.org
|
hostname noplace.org
|
||||||
|
|
||||||
@ -16,14 +15,7 @@ add an admin principal
|
|||||||
kadmin.local
|
kadmin.local
|
||||||
while running kadmin.local enter
|
while running kadmin.local enter
|
||||||
addprinc master/admin
|
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
|
start the service with init scripts
|
||||||
/etc/rc.d/init.d/krb5kdc start
|
/etc/rc.d/init.d/krb5kdc start
|
||||||
/etc/rc.d/init.d/kadmin start
|
/etc/rc.d/init.d/kadmin start
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
kadmind_port = 749
|
kadmind_port = 749
|
||||||
max_life = 10h 0m 0s
|
max_life = 10h 0m 0s
|
||||||
max_renewable_life = 7d 0h 0m 0s
|
max_renewable_life = 7d 0h 0m 0s
|
||||||
master_key_type = dec3-hmac-sha1
|
#master_key_type = dec3-hmac-sha1
|
||||||
supported_enctypes = dec3-hmac-sha1:nromal des-cbc-crc:normal
|
#supported_enctypes = dec3-hmac-sha1:nromal des-cbc-crc:normal
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user