Add bits needed for kadmind server test.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21469 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -10,11 +10,19 @@
|
|||||||
[realms]
|
[realms]
|
||||||
TEST.H5L.SE = {
|
TEST.H5L.SE = {
|
||||||
kdc = localhost:@port@
|
kdc = localhost:@port@
|
||||||
|
admin_server = localhost:@admport@
|
||||||
|
}
|
||||||
|
SUB.TEST.H5L.SE = {
|
||||||
|
kdc = localhost:@port@
|
||||||
}
|
}
|
||||||
TEST2.H5L.SE = {
|
TEST2.H5L.SE = {
|
||||||
kdc = localhost:@port@
|
kdc = localhost:@port@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[domain_realms]
|
||||||
|
.sub.test.h5l.se = SUB.TEST.H5L.SE
|
||||||
|
|
||||||
|
|
||||||
[kdc]
|
[kdc]
|
||||||
enable-digest = true
|
enable-digest = true
|
||||||
digests_allowed = chap-md5,digest-md5,ntlm-v1,ntlm-v1-session,ntlm-v2,ms-chap-v2
|
digests_allowed = chap-md5,digest-md5,ntlm-v1,ntlm-v1-session,ntlm-v2,ms-chap-v2
|
||||||
@@ -31,6 +39,7 @@
|
|||||||
dbname = @objdir@/current-db
|
dbname = @objdir@/current-db
|
||||||
realm = TEST.H5L.SE
|
realm = TEST.H5L.SE
|
||||||
mkey_file = @objdir@/mkey.file
|
mkey_file = @objdir@/mkey.file
|
||||||
|
acl_file = @srcdir@/heimdal.acl
|
||||||
}
|
}
|
||||||
|
|
||||||
[logging]
|
[logging]
|
||||||
|
Reference in New Issue
Block a user