test: move kerberos cfg for LOCAL to test/data
This is a test specific configuration file that should not be at the top level directory. Move it to a new test/data directory.
This commit is contained in:
parent
9a21c00f81
commit
2f5bea53f0
2 changed files with 1 additions and 1 deletions
8
test/data/krb5.local.conf
Normal file
8
test/data/krb5.local.conf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[realms]
|
||||
LOCAL = {
|
||||
kdc = localhost
|
||||
admin_server = localhost
|
||||
}
|
||||
|
||||
[domain_realm]
|
||||
localhost = LOCAL
|
||||
Loading…
Add table
Add a link
Reference in a new issue