mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-02 12:16:56 -06:00
fe67680da5
This adds a new directive to ipa-ldap-updater: addifnew. This will add a new attribute only if it doesn't exist in the current entry. We can't compare values because the value we are adding is automatically generated. ticket 1177
28 lines
498 B
Makefile
28 lines
498 B
Makefile
NULL =
|
|
|
|
appdir = $(IPA_DATA_DIR)/updates
|
|
app_DATA = \
|
|
10-60basev2.update \
|
|
10-RFC2307bis.update \
|
|
10-RFC4876.update \
|
|
20-aci.update \
|
|
20-dna.update \
|
|
20-indices.update \
|
|
20-nss_ldap.update \
|
|
20-replication.update \
|
|
20-winsync_index.update \
|
|
21-replicas_container.update \
|
|
40-delegation.update \
|
|
45-roles.update \
|
|
50-lockout-policy.update \
|
|
50-groupuuid.update \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(app_DATA) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|