diff options
author | Nathaniel McCallum <npmccallum@redhat.com> | 2014-05-01 16:31:45 -0400 |
---|---|---|
committer | Alexander Bokovoy <abokovoy@redhat.com> | 2014-05-23 11:50:23 +0300 |
commit | 5afa3c18159ae3f56a5a73158b526fcf8ff4d427 (patch) | |
tree | ded5849b6be1faaa586f322330e75ae57095719f /VERSION | |
parent | 4d7351ef070176283d7626ae2501a4ad7acc093e (diff) | |
download | freeipa-5afa3c18159ae3f56a5a73158b526fcf8ff4d427.tar.gz freeipa-5afa3c18159ae3f56a5a73158b526fcf8ff4d427.tar.xz freeipa-5afa3c18159ae3f56a5a73158b526fcf8ff4d427.zip |
Only specify the ipatokenuniqueid default in the add operation
Specifying the default in the LDAP Object causes the parameter to be specified
for non-add operations. This is especially problematic when performing the
modify operation as it causes the primary key to change for every
modification.
https://fedorahosted.org/freeipa/ticket/4227
Reviewed-By: Petr Viktorin <pviktori@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r-- | VERSION | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -89,5 +89,5 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=85 -# Last change: tbabej - expose krbPrincipalExpiration +IPA_API_VERSION_MINOR=86 +# Last change: npmccallum - Only specify the ipatokenuniqueid default in the add operation |