From fe7cb34f76a04e04e4dd0ffe9e1795752b422e26 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 21 May 2010 15:15:20 -0400 Subject: Re-number some attributes to compress our usage to be contiguous No longer install the policy or key escrow schemas and remove their OIDs for now. 594149 --- ipaserver/install/dsinstance.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'ipaserver/install/dsinstance.py') diff --git a/ipaserver/install/dsinstance.py b/ipaserver/install/dsinstance.py index d6dbb80b..1a80a560 100644 --- a/ipaserver/install/dsinstance.py +++ b/ipaserver/install/dsinstance.py @@ -291,8 +291,6 @@ class DsInstance(service.Service): schema_dirname(self.serverid) + "60ipaconfig.ldif") shutil.copyfile(ipautil.SHARE_DIR + "60basev2.ldif", schema_dirname(self.serverid) + "60basev2.ldif") - shutil.copyfile(ipautil.SHARE_DIR + "60policyv2.ldif", - schema_dirname(self.serverid) + "60policyv2.ldif") try: shutil.move(schema_dirname(self.serverid) + "05rfc2247.ldif", schema_dirname(self.serverid) + "05rfc2247.ldif.old") -- cgit