Files
heimdal/tests/kdc/krb5-authz.conf.in
2011-12-08 13:34:02 -06:00

30 lines
533 B
Plaintext

[libdefaults]
default_realm = TEST.H5L.SE TEST2.H5L.SE TEST3.H5L.SE
no-addresses = TRUE
kuserok = SYSTEM-K5LOGIN:@srcdir@/k5login/%{luser}
kuserok = USER-K5LOGIN
kuserok = SIMPLE
[appdefaults]
[realms]
TEST.H5L.SE = {
auth_to_local_names = {
foo/mapped1 = foo
foo/mapped2 = bar
mapped1 = foo
mapped2 = bar
}
auth_to_local = NONE
}
TEST2.H5L.SE = {
auth_to_local = DB:@srcdir@/an2ln-db.txt
}
TEST3.H5L.SE = {
auth_to_local = DEFAULT
}
[logging]
default = 0-/FILE:@objdir@/messages.log