diff --git a/testing/kerberos/README b/testing/kerberos/README index fa03295..f82d0c4 100644 --- a/testing/kerberos/README +++ b/testing/kerberos/README @@ -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 diff --git a/testing/kerberos/kdc.conf b/testing/kerberos/kdc.conf index aad5ee4..6b198cf 100644 --- a/testing/kerberos/kdc.conf +++ b/testing/kerberos/kdc.conf @@ -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 }