Просмотр исходного кода

fix integration test kdc config

Jonathan Turner 7 лет назад
Родитель
Сommit
b77c1e4a4c

+ 1 - 0
testenv/docker/krb5kdc-latest/kdc.conf

@@ -11,4 +11,5 @@
   dict_file = /usr/share/dict/words
   admin_keytab = /opt/krb5/data/kadm5.keytab
   supported_enctypes = aes128-cts-hmac-sha1-96:normal aes256-cts-hmac-sha1-96:normal aes128-cts-hmac-sha256-128:normal aes256-cts-hmac-sha384-192:normal des3-cbc-sha1-kd:normal rc4-hmac:normal
+  default_principal_flags = +renewable
  }

+ 2 - 1
testenv/docker/krb5kdc-older/kdc.conf

@@ -11,4 +11,5 @@
   dict_file = /usr/share/dict/words
   admin_keytab = /opt/krb5/data/kadm5.keytab
   supported_enctypes = aes128-cts-hmac-sha1-96:normal aes256-cts-hmac-sha1-96:normal des3-cbc-sha1-kd:normal rc4-hmac:normal
- }
+  default_principal_flags = +renewable
+ }

+ 2 - 0
testenv/docker/krb5kdc-res/kdc.conf

@@ -11,4 +11,6 @@
   dict_file = /usr/share/dict/words
   admin_keytab = /opt/krb5/data/kadm5.keytab
   supported_enctypes = aes128-cts-hmac-sha1-96:normal aes256-cts-hmac-sha1-96:normal aes128-cts-hmac-sha256-128:normal aes256-cts-hmac-sha384-192:normal des3-cbc-sha1-kd:normal rc4-hmac:normal
+  default_principal_flags = +renewable
  }
+

+ 2 - 0
testenv/docker/krb5kdc-shorttickets/kdc.conf

@@ -11,4 +11,6 @@
   dict_file = /usr/share/dict/words
   admin_keytab = /opt/krb5/data/kadm5.keytab
   supported_enctypes = aes128-cts-hmac-sha1-96:normal aes256-cts-hmac-sha1-96:normal aes128-cts-hmac-sha256-128:normal aes256-cts-hmac-sha384-192:normal des3-cbc-sha1-kd:normal rc4-hmac:normal
+  default_principal_flags = +renewable
  }
+

+ 1 - 0
testenv/docker/krb5kdc/kdc.conf

@@ -11,4 +11,5 @@
   dict_file = /usr/share/dict/words
   admin_keytab = /opt/krb5/data/kadm5.keytab
   supported_enctypes = aes128-cts-hmac-sha1-96:normal aes256-cts-hmac-sha1-96:normal aes128-cts-hmac-sha256-128:normal aes256-cts-hmac-sha384-192:normal des3-cbc-sha1-kd:normal rc4-hmac:normal
+  default_principal_flags = +renewable
  }

+ 1 - 0
testenv/krb5kdc-vagrant/kdc.conf

@@ -11,4 +11,5 @@
   dict_file = /usr/share/dict/words
   admin_keytab = /opt/krb5/data/kadm5.keytab
   supported_enctypes = aes128-cts-hmac-sha1-96:normal aes256-cts-hmac-sha1-96:normal aes128-cts-hmac-sha256-128:normal aes256-cts-hmac-sha384-192:normal des3-cbc-sha1-kd:normal rc4-hmac:normal
+  default_principal_flags = +renewable
  }

+ 1 - 0
testenv/latest-krb5kdc-vagrant/kdc.conf

@@ -11,4 +11,5 @@
   dict_file = /usr/share/dict/words
   admin_keytab = /opt/krb5/data/kadm5.keytab
   supported_enctypes = aes128-cts-hmac-sha1-96:normal aes256-cts-hmac-sha1-96:normal aes128-cts-hmac-sha256-128:normal aes256-cts-hmac-sha384-192:normal des3-cbc-sha1-kd:normal rc4-hmac:normal
+  default_principal_flags = +renewable
  }

+ 1 - 0
testenv/older-krb5kdc-vagrant/kdc.conf

@@ -11,4 +11,5 @@
   dict_file = /usr/share/dict/words
   admin_keytab = /opt/krb5/data/kadm5.keytab
   supported_enctypes = aes128-cts-hmac-sha1-96:normal aes256-cts-hmac-sha1-96:normal des3-cbc-sha1-kd:normal rc4-hmac:normal
+  default_principal_flags = +renewable
  }