[selinux-policy: 927/3172] commented out cipher config options.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 20:25:11 UTC 2010


commit f68326476ff80875cf84932c0b2f29e5d757613f
Author: Ryan Haggerty <rhaggerty at tresys.com>
Date:   Tue Nov 8 15:38:45 2005 +0000

    commented out cipher config options.

 testing/kerberos/README   |    8 --------
 testing/kerberos/kdc.conf |    4 ++--
 2 files changed, 2 insertions(+), 10 deletions(-)
---
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
 	}
 


More information about the scm-commits mailing list