Skip to content

Commit

Permalink
Add sub-domain missing config
Browse files Browse the repository at this point in the history
  • Loading branch information
joanlopez committed May 29, 2024
1 parent fd2febd commit 7a825bd
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion testenv/docker/krb5kdc/krb5.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
kdc = FILE:/var/log/krb5kdc.log
admin_server = FILE:/var/log/kadmind.log


[libdefaults]
default_realm = TEST.GOKRB5
dns_lookup_realm = false
Expand All @@ -17,10 +16,24 @@
admin_server = 127.0.0.1:749
default_domain = test.gokrb5
}
SUB.TEST.GOKRB5 = {
kdc = 127.0.0.1:288
admin_server = 127.0.0.1:749
default_domain = sub.test.gokrb5
}
RESDOM.GOKRB5 = {
kdc = 127.0.0.1:188
admin_server = 127.0.0.1:749
default_domain = resdom.gokrb5
}

[domain_realm]
.test.gokrb5 = TEST.GOKRB5
test.gokrb5 = TEST.GOKRB5
.sub.test.gokrb5 = SUB.TEST.GOKRB5
sub.test.gokrb5 = SUB.TEST.GOKRB5
.resdom.gokrb5 = RESDOM.GOKRB5
resdom.gokrb5 = RESDOM.GOKRB5

[appdefaults]
pam = {
Expand Down

0 comments on commit 7a825bd

Please sign in to comment.