mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 18:01:23 -06:00
e40c583b12
http://hostname/config so users can point their MIT client at the IPA server and automatically fetch the configuration.
20 lines
438 B
Plaintext
20 lines
438 B
Plaintext
[libdefaults]
|
|
default_realm = $REALM
|
|
krb4_config = /usr/kerberos/lib/krb.conf
|
|
krb4_realms = /usr/kerberos/lib/krb.realms
|
|
dns_lookup_kdc = true
|
|
|
|
[realms]
|
|
$REALM = {
|
|
admin_server = $FQDN
|
|
kdc = $FQDN
|
|
default_domain = $REALM
|
|
}
|
|
|
|
[domain_realm]
|
|
.$DOMAIN = $REALM
|
|
$DOMAIN = $REALM
|
|
|
|
[logging]
|
|
# kdc = CONSOLE
|