summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2011-11-29 09:59:11 +0100
committerSimo Sorce <ssorce@redhat.com>2012-01-11 12:04:18 -0500
commitd223a74a591245cd7c30cb87ae7ad2cf6328f7f9 (patch)
treee41a8356baf6588ae3d028ec19b90ba0b4487039 /VERSION
parent9e3799d38943c1c5d8f0672e1ca7bc28bb5f423a (diff)
downloadfreeipa.git-d223a74a591245cd7c30cb87ae7ad2cf6328f7f9.tar.gz
freeipa.git-d223a74a591245cd7c30cb87ae7ad2cf6328f7f9.tar.xz
freeipa.git-d223a74a591245cd7c30cb87ae7ad2cf6328f7f9.zip
Add --delattr option to complement --setattr/--addattr
Add a --delattr option to round out multi-valued attribute manipulation. The new option is available for all LDAPUpdate based commands. --delattr is evaluated last, it can remove any value present either in --addattr/--setattr option or in current LDAP object. --*attr processing was completely refactored and placed to one independent function available for all baseldap commands. For this purpose a missing common base class for all baseldap commands has been implemented. The new class should serve not only for --*attr processing but also for other common baseldap methods and attributes. This approach will also benefit other custom commands based neither on LDAPCreate nor LDAPUpdate. They can easily integrate --*attr option processing when needed. https://fedorahosted.org/freeipa/ticket/1929
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index f1010bfe..4ea4f9de 100644
--- a/VERSION
+++ b/VERSION
@@ -79,4 +79,4 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=15
+IPA_API_VERSION_MINOR=16