mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 08:21:05 -06:00
d5683726d2
Automake manual section 13 What Gets Cleaned says that make maintainer-clean should not remove files necessary for subsequent runs of ./configure. It practically means that all usage of MAINTAINERCLEANFILES were incorrect so I've removed them. https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Lukas Slebodnik <lslebodn@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com> |
||
---|---|---|
.. | ||
Makefile.am | ||
README |
This directory is indended to store schema files for 3rd-party plugins. Each schema file should be named NN-description.ldif where NN is a number 00..90. The schema files from this directory are merged together with the core IPA schema files during the run of ipa-server-upgrade utility. Therefore, they are also installed when upgrade happens within the process of ipa-server-install. The directory is installed as /usr/share/ipa/schema.d and is owned by a freeipa-server-common package. Therefore, a 3rd-party plugin would need to depend on the freeipa-server-common package if it delivers the schema file(s). You may place your schema files in a subdirectory too, the code that loads schema files processes recursively all subdirectories of schema.d.