diff options
author | Martin Kosek <mkosek@redhat.com> | 2014-10-17 11:07:04 +0200 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2014-10-17 12:02:25 +0200 |
commit | 588e7bc899c23af2633a3820a34b7c4545c0b27a (patch) | |
tree | eb0b86bdfc59da8168032bfd0a2f1a72566137d1 | |
parent | ca7e0c270f5e3b685fd2fbe34b676e85c373c5d0 (diff) | |
download | freeipa-588e7bc899c23af2633a3820a34b7c4545c0b27a.tar.gz freeipa-588e7bc899c23af2633a3820a34b7c4545c0b27a.tar.xz freeipa-588e7bc899c23af2633a3820a34b7c4545c0b27a.zip |
Remove changetype attribute from update plugin
The attribute addition had no effect, but it should not be there.
-rw-r--r-- | install/updates/62-ranges.update | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install/updates/62-ranges.update b/install/updates/62-ranges.update index 0248034e7..d5a64a9c2 100644 --- a/install/updates/62-ranges.update +++ b/install/updates/62-ranges.update @@ -4,7 +4,6 @@ default: objectClass: nsContainer default: cn: ranges dn: cn=IPA Range-Check,cn=plugins,cn=config -default: changetype: add default: objectclass: top default: objectclass: nsSlapdPlugin default: objectclass: extensibleObject |