mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +03:00
22d5a96550
We set up our DNS pretty well these days, and I think the previous setting
was only there because Andrew Kroeger copied this out of our selftest code
in bf3f3af926
.
Andrew Bartlett
18 lines
338 B
Plaintext
18 lines
338 B
Plaintext
[libdefaults]
|
|
default_realm = ${REALM}
|
|
dns_lookup_realm = true
|
|
dns_lookup_kdc = true
|
|
ticket_lifetime = 24h
|
|
forwardable = yes
|
|
|
|
[realms]
|
|
${REALM} = {
|
|
kdc = ${HOSTNAME}.${DNSDOMAIN}:88
|
|
admin_server = ${HOSTNAME}.${DNSDOMAIN}:749
|
|
default_domain = ${DNSDOMAIN}
|
|
}
|
|
|
|
[domain_realm]
|
|
.${DNSDOMAIN} = ${REALM}
|
|
${DNSDOMAIN} = ${REALM}
|