From 77ae4da70632e17b6be09e9ad71fc353b3bad96e Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Wed, 19 Jun 2013 09:48:29 +0200 Subject: Remove entitlement support Entitlements code was not tested nor supported upstream since version 3.0. Remove the associated code. https://fedorahosted.org/freeipa/ticket/3739 --- install/share/bootstrap-template.ldif | 6 ------ 1 file changed, 6 deletions(-) (limited to 'install/share/bootstrap-template.ldif') diff --git a/install/share/bootstrap-template.ldif b/install/share/bootstrap-template.ldif index 014f7a55..f603ad5c 100644 --- a/install/share/bootstrap-template.ldif +++ b/install/share/bootstrap-template.ldif @@ -125,12 +125,6 @@ objectClass: nsContainer objectClass: top cn: sysaccounts -dn: cn=entitlements,cn=etc,$SUFFIX -changetype: add -objectClass: nsContainer -objectClass: top -cn: entitlements - dn: cn=ipa,cn=etc,$SUFFIX changetype: add objectClass: nsContainer -- cgit