diff options
author | Martin Kosek <mkosek@redhat.com> | 2012-07-11 14:09:17 +0200 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2012-07-13 16:18:29 +0200 |
commit | 34f8ff47932c49ab3a2b19a64c84b7d3ae0b514a (patch) | |
tree | a1e3568aed9073b5cf6eaaa1385de27803af9a3f /VERSION | |
parent | 9d69db80a3d1fc46236a4546988176cdd7939b82 (diff) | |
download | freeipa-34f8ff47932c49ab3a2b19a64c84b7d3ae0b514a.tar.gz freeipa-34f8ff47932c49ab3a2b19a64c84b7d3ae0b514a.tar.xz freeipa-34f8ff47932c49ab3a2b19a64c84b7d3ae0b514a.zip |
Add range-mod command
range plugin was missing range-mod command that could be used for
example to fix a size for a range generated during upgrades. The
range should be updated with a caution though, a misconfiguration
could break trusts.
iparangetype is now also handled better and filled in all commands
instead of just range-show. objectclass attribute is deleted only
when really needed now.
Diffstat (limited to 'VERSION')
-rw-r--r-- | VERSION | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,4 +79,4 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=39 +IPA_API_VERSION_MINOR=40 |