diff options
author | Simo Sorce <simo@redhat.com> | 2015-11-24 14:02:01 -0500 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2015-12-08 10:09:28 -0500 |
commit | 3aca4469af228bdc78c194751f0d19b6454e9f3e (patch) | |
tree | 6ed7848dcd990263942396be2c3c1dd00f234c64 /VERSION | |
parent | ced1f1321775a01473d88de59f20f4387ada7f47 (diff) | |
download | freeipa-3aca4469af228bdc78c194751f0d19b6454e9f3e.tar.gz freeipa-3aca4469af228bdc78c194751f0d19b6454e9f3e.tar.xz freeipa-3aca4469af228bdc78c194751f0d19b6454e9f3e.zip |
Disable User's ability to use the setkeytab exop.
Users can still obtain a keytab for themselves using the getkeytab exop
which does not circumvent password policy checks.
Users are disallowed from using setkeytab by default in new installations
but not in existing installations (no forced upgrade).
Signed-off-by: Simo Sorce <simo@redhat.com>
Ticket: https://fedorahosted.org/freeipa/ticket/5485
Diffstat (limited to 'VERSION')
-rw-r--r-- | VERSION | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=161 -# Last change: pvoborni - topologysuffix: change iparepltopomanagedsuffix type +IPA_API_VERSION_MINOR=162 +# Last change: simo - Disable User's ability to use the setkeytab exop. |