mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
This also corrects the kerberos test script environment to enable running the test. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
16 lines
474 B
Plaintext
16 lines
474 B
Plaintext
[kdcdefaults]
|
|
kdc_ports = 88
|
|
kdc_tcp_ports = 88
|
|
spake_preauth_kdc_challenge = edwards25519
|
|
|
|
[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 arcfour-hmac:normal camellia256-cts:normal camellia128-cts:normal
|
|
}
|
|
|