Skip to content

Commit

Permalink
acme: remove redundant schema file
Browse files Browse the repository at this point in the history
ACME LDAP schema has been extracted as a modify LDIF.  I tested the
FreeIPA schema update machinery and it works fine with a modify
LDIF.  So the other schema LDIF, which is not an update object but a
plain entry, can be removed.

We could do likewise for LWCA and profile schema, but that is for
another day.
  • Loading branch information
frasertweedale authored and edewata committed May 27, 2020
1 parent da18f35 commit b970a72
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 85 deletions.
84 changes: 0 additions & 84 deletions base/server/share/conf/schema-acme.ldif

This file was deleted.

1 change: 0 additions & 1 deletion base/server/upgrade/10.8.0/02-RemoveLDAPSetupFiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def upgrade_instance(self, instance):
filenames = [
'schema-authority.ldif',
'schema-certProfile.ldif',
'schema-acme.ldif',
'usn.ldif',
]

Expand Down

0 comments on commit b970a72

Please sign in to comment.