summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2012-01-17 09:09:15 -0500
committerMartin Kosek <mkosek@redhat.com>2012-01-17 17:51:31 +0100
commitbb854cedd62e69f0a5b570b7a669dbb3dab3b0a7 (patch)
treeea41fff71b4e987092431d854750486783ecdf32
parent5febffbeccde7ba4c2b49139b6aa657c77445351 (diff)
downloadfreeipa.git-bb854cedd62e69f0a5b570b7a669dbb3dab3b0a7.tar.gz
freeipa.git-bb854cedd62e69f0a5b570b7a669dbb3dab3b0a7.tar.xz
freeipa.git-bb854cedd62e69f0a5b570b7a669dbb3dab3b0a7.zip
Use correct template variable for hosts, FQDN.
https://fedorahosted.org/freeipa/ticket/2268
-rw-r--r--install/updates/30-s4u2proxy.update4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/updates/30-s4u2proxy.update b/install/updates/30-s4u2proxy.update
index be1d557e..0775a69e 100644
--- a/install/updates/30-s4u2proxy.update
+++ b/install/updates/30-s4u2proxy.update
@@ -8,11 +8,11 @@ default: objectClass: ipaKrb5DelegationACL
default: objectClass: groupOfPrincipals
default: objectClass: top
default: cn: ipa-http-delegation
-default: memberPrincipal: HTTP/$HOST@$REALM
+default: memberPrincipal: HTTP/$FQDN@$REALM
default: ipaAllowedTarget: 'cn=ipa-ldap-delegation-targets,cn=etc,$SUFFIX'
dn: cn=ipa-ldap-delegation-targets,cn=s4u2proxy,cn=etc,$SUFFIX
default: objectClass: groupOfPrincipals
default: objectClass: top
default: cn: ipa-ldap-delegation-targets
-default: memberPrincipal: ldap/$HOST@$REALM
+default: memberPrincipal: ldap/$FQDN@$REALM