URL: https://github.com/freeipa/freeipa/pull/1240 Author: felipevolpone Title: #1240: Removing replica-s4u2proxy.ldif since it's not used anymore Action: opened
PR body: """ Since commit 23a0453c4d33271376b2156f2e2b484e8b9708c9, the replica-s4u2proxy.ldif file it's not used anymore. """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1240/head:pr1240 git checkout pr1240
From 537cfa7380aeb2af0575355447652e1df8a4e2b5 Mon Sep 17 00:00:00 2001 From: Felipe Barreto <fbarr...@redhat.com> Date: Mon, 6 Nov 2017 14:12:49 -0200 Subject: [PATCH] Removing replica-s4u2proxy.ldif since it's not used anymore Since commit 23a0453c4d33271376b2156f2e2b484e8b9708c9, the replica-s4u2proxy.ldif file it's not used anymore. --- install/share/Makefile.am | 1 - install/share/replica-s4u2proxy.ldif | 14 -------------- 2 files changed, 15 deletions(-) delete mode 100644 install/share/replica-s4u2proxy.ldif diff --git a/install/share/Makefile.am b/install/share/Makefile.am index e044b328f6..b1285854ea 100644 --- a/install/share/Makefile.am +++ b/install/share/Makefile.am @@ -79,7 +79,6 @@ dist_app_DATA = \ sudobind.ldif \ automember.ldif \ replica-automember.ldif \ - replica-s4u2proxy.ldif \ sasl-mapping-fallback.ldif \ schema-update.ldif \ vault.ldif \ diff --git a/install/share/replica-s4u2proxy.ldif b/install/share/replica-s4u2proxy.ldif deleted file mode 100644 index c7ced5ee29..0000000000 --- a/install/share/replica-s4u2proxy.ldif +++ /dev/null @@ -1,14 +0,0 @@ -dn: cn=ipa-http-delegation,cn=s4u2proxy,cn=etc,$SUFFIX -changetype: modify -add: memberPrincipal -memberPrincipal: HTTP/$FQDN@$REALM - -# ipa-cifs-delegation-targets needs to be an ipaAllowedTarget for HTTP -# delegation but we don't add it here as an LDIF because this entry may -# already exist from another replica, or previous install. If it is missing -# then it will be caught by the update file 61-trusts-s4u2proxy.update - -dn: cn=ipa-ldap-delegation-targets,cn=s4u2proxy,cn=etc,$SUFFIX -changetype: modify -add: memberPrincipal -memberPrincipal: ldap/$FQDN@$REALM
_______________________________________________ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org