mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
@@ -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 = \
|
||||
|
||||
2
ipa-server/ipa-install/share/krb.con.template
Normal file
2
ipa-server/ipa-install/share/krb.con.template
Normal file
@@ -0,0 +1,2 @@
|
||||
$REALM $DOMAIN
|
||||
$REALM $DOMAIN admin server
|
||||
19
ipa-server/ipa-install/share/krb5.ini.template
Normal file
19
ipa-server/ipa-install/share/krb5.ini.template
Normal 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
|
||||
3
ipa-server/ipa-install/share/krbrealm.con.template
Normal file
3
ipa-server/ipa-install/share/krbrealm.con.template
Normal file
@@ -0,0 +1,3 @@
|
||||
.$REALM $REALM
|
||||
.$REALM. $REALM
|
||||
$REALM $REALM
|
||||
Reference in New Issue
Block a user