Create configuration for MIT Windows kerberos client and install into

http://hostname/config so users can point their MIT client at the IPA
server and automatically fetch the configuration.
This commit is contained in:
Rob Crittenden
2007-10-29 12:00:48 -04:00
parent 859291a706
commit e40c583b12
6 changed files with 47 additions and 1 deletions

View File

@@ -12,6 +12,9 @@ app_DATA = \
certmap.conf.template \
kdc.conf.template \
krb5.conf.template \
krb5.ini.template \
krb.con.template \
krbrealm.con.template \
$(NULL)
EXTRA_DIST = \

View File

@@ -0,0 +1,2 @@
$REALM $DOMAIN
$REALM $DOMAIN admin server

View File

@@ -0,0 +1,19 @@
[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

View File

@@ -0,0 +1,3 @@
.$REALM $REALM
.$REALM. $REALM
$REALM $REALM