summaryrefslogtreecommitdiffstats
path: root/install/updates/Makefile.am
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2012-09-13 15:11:57 -0400
committerRob Crittenden <rcritten@redhat.com>2012-10-08 18:32:41 -0400
commit96decfea26a1ca977aa81456e46e0590dde1f861 (patch)
tree2af139b83a53de4ace6185c2aa352ea9a8ea5565 /install/updates/Makefile.am
parent74ebd0fd75fababe7d080080ef019b53e96c0c4f (diff)
downloadfreeipa-96decfea26a1ca977aa81456e46e0590dde1f861.tar.gz
freeipa-96decfea26a1ca977aa81456e46e0590dde1f861.tar.xz
freeipa-96decfea26a1ca977aa81456e46e0590dde1f861.zip
Add uniqueness plugin configuration for sudorule cn
We do a search looking for duplicate values but this leaves open the possibility that two adds are happening at the same time so both searches return NotFound therefore we get two entries with the same cn value. https://fedorahosted.org/freeipa/ticket/3017
Diffstat (limited to 'install/updates/Makefile.am')
-rw-r--r--install/updates/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/updates/Makefile.am b/install/updates/Makefile.am
index 1233126b1..8f60bc181 100644
--- a/install/updates/Makefile.am
+++ b/install/updates/Makefile.am
@@ -11,6 +11,7 @@ app_DATA = \
10-sudo.update \
10-ssh.update \
10-bind-schema.update \
+ 10-uniqueness.update \
19-managed-entries.update \
20-aci.update \
20-dna.update \