summaryrefslogtreecommitdiffstats
path: root/src/include/osconf.hin
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/osconf.hin')
-rw-r--r--src/include/osconf.hin5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/osconf.hin b/src/include/osconf.hin
index 6feb22338..339e4b228 100644
--- a/src/include/osconf.hin
+++ b/src/include/osconf.hin
@@ -101,6 +101,11 @@
#define DEFAULT_KADM5_ACL_FILE "@LOCALSTATEDIR/krb5kdc/kadm5.acl"
#define DEFAULT_KADM5_PORT 749 /* assigned by IANA */
+#define KRB5_DEFAULT_SUPPORTED_ENCTYPES \
+ "aes256-cts-hmac-sha1-96:normal " \
+ "aes128-cts-hmac-sha1-96:normal " \
+ "des3-cbc-sha1:normal arcfour-hmac-md5:normal"
+
#define MAX_DGRAM_SIZE 4096
#define MAX_SKDC_TIMEOUT 30
#define SKDC_TIMEOUT_SHIFT 2 /* left shift of timeout for backoff */