From 0f626a9cc870ba0bdcc1322d765687b0e597c26c Mon Sep 17 00:00:00 2001 From: Adam Misnyovszki Date: Thu, 27 Mar 2014 16:26:08 +0100 Subject: Extending user plugin with inetOrgPerson fields According to http://tools.ietf.org/html/rfc2798 ipa client and web ui extended with inetOrgPerson fields: - employeenumber - employeetype - preferredlanguage - departmentnumber carlicenseplate is now multivalued https://fedorahosted.org/freeipa/ticket/4165 Reviewed-By: Petr Vobornik --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'VERSION') diff --git a/VERSION b/VERSION index ff5ed2e81..7c6722965 100644 --- a/VERSION +++ b/VERSION @@ -89,5 +89,5 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=80 -# Last change: pviktori - ":" in permission names +IPA_API_VERSION_MINOR=81 +# Last change: amisnyov - user plugin extend -- cgit