summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2012-01-20 15:10:44 -0500
committerMartin Kosek <mkosek@redhat.com>2012-01-26 14:11:33 +0100
commit52e3488b75e1ed2de7a021148169901a522dbbcb (patch)
treecaa45cbdf88aa0ef96e16b1651bea49ddfad52ec /VERSION
parented061ce91011ce6ebf99c46f6424f0ee14d42def (diff)
downloadfreeipa-52e3488b75e1ed2de7a021148169901a522dbbcb.tar.gz
freeipa-52e3488b75e1ed2de7a021148169901a522dbbcb.tar.xz
freeipa-52e3488b75e1ed2de7a021148169901a522dbbcb.zip
Add support for storing MAC address in host entries.
macaddress is a multi-valued attribute and we allow multiple entries. This is from the objectclass ieee802device. This is added manually when doing a mod or add and not as a default to support existing host entries that do not have this objectclass. If this were added to the defaults then existing hosts missing this objectclass would not be found by host-find. It is possible to get ethers data out of nss by configuring nsswitch.conf to use ldap for ethers and running getent ethers <hostname> I tested nslcd and it only returned one macaddress value. https://fedorahosted.org/freeipa/ticket/1132
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index ff245b559..2afbba27d 100644
--- a/VERSION
+++ b/VERSION
@@ -79,4 +79,4 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=21
+IPA_API_VERSION_MINOR=22