From 0840b588d753e468ce16f47944e8a332864e3166 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Mon, 8 Oct 2012 13:27:16 +0300 Subject: Add cifs principal to S4U2Proxy targets only when running ipa-adtrust-install Since CIFS principal is generated by ipa-adtrust-install and is only usable after setting CIFS configuration, there is no need to include it into default setup. This should fix upgrades from 2.2 to 3.0 where CIFS principal does not exist by default. https://fedorahosted.org/freeipa/ticket/3041 --- install/share/replica-s4u2proxy.ldif | 6 ------ 1 file changed, 6 deletions(-) (limited to 'install/share/replica-s4u2proxy.ldif') diff --git a/install/share/replica-s4u2proxy.ldif b/install/share/replica-s4u2proxy.ldif index 98de46fa7..c7ced5ee2 100644 --- a/install/share/replica-s4u2proxy.ldif +++ b/install/share/replica-s4u2proxy.ldif @@ -12,9 +12,3 @@ dn: cn=ipa-ldap-delegation-targets,cn=s4u2proxy,cn=etc,$SUFFIX changetype: modify add: memberPrincipal memberPrincipal: ldap/$FQDN@$REALM - -dn: cn=ipa-cifs-delegation-targets,cn=s4u2proxy,cn=etc,$SUFFIX -changetype: modify -add: memberPrincipal -memberPrincipal: cifs/$FQDN@$REALM - -- cgit