summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2012-10-02 17:06:10 +0200
committerMartin Kosek <mkosek@redhat.com>2012-10-03 08:53:41 +0200
commit43f4ca710bfcf2e4076f95b70e8cfc292becec7f (patch)
tree623b531013504b62733a9ca9446c2e509a2b20e6 /VERSION
parent941d1e8701c0c3a22ab4e6320686761b64d89c82 (diff)
downloadfreeipa-43f4ca710bfcf2e4076f95b70e8cfc292becec7f.tar.gz
freeipa-43f4ca710bfcf2e4076f95b70e8cfc292becec7f.tar.xz
freeipa-43f4ca710bfcf2e4076f95b70e8cfc292becec7f.zip
Only use service PAC type as an override
PAC type (ipakrbauthzdata attribute) was being filled for all new service automatically. However, the PAC type attribute was designed to serve only as an override to default PAC type configured in IPA config. With PAC type set in all services, users would have to update all services to get new PAC types configured in IPA config. Do not set PAC type for new services. Add new NONE value meaning that we do not want any PAC for the service (empty/missing attribute means that the default PAC type list from IPA config is read). https://fedorahosted.org/freeipa/ticket/2184
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index 962d476e7..c1f1bceff 100644
--- a/VERSION
+++ b/VERSION
@@ -79,4 +79,4 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=43
+IPA_API_VERSION_MINOR=44