tests: added kerberos test suite

This commit is contained in:
Nikos Mavrogiannopoulos
2015-02-17 17:34:37 +01:00
parent 9a3be087b4
commit cc86c2d174
21 changed files with 824 additions and 6 deletions

View File

@@ -0,0 +1,13 @@
[kdcdefaults]
kdc_ports = 88
kdc_tcp_ports = 88
[realms]
KERBEROS.TEST = {
#master_key_type = aes256-cts
acl_file = /var/kerberos/krb5kdc/kadm5.acl
dict_file = /usr/share/dict/words
admin_keytab = /var/kerberos/krb5kdc/kadm5.keytab
key_stash_file = /var/kerberos/krb5kdc/k5.KERBEROS.TEST,
supported_enctypes = aes256-cts:normal aes128-cts:normal des3-hmac-sha1:normal arcfour-hmac:normal camellia256-cts:normal camellia128-cts:normal des-hmac-sha1:normal des-cbc-md5:normal des-cbc-crc:normal
}