summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2013-10-29 11:37:03 +0100
committerMartin Kosek <mkosek@redhat.com>2013-11-01 09:28:35 +0100
commitb5e60c20201d174cdf4df51a1443ab295cc086b9 (patch)
tree5435713e87197f967dd7903dd5e09cec8646f39d /ipalib
parent941e9686a379aea56900d8e3194cef231c4e1406 (diff)
downloadfreeipa-b5e60c20201d174cdf4df51a1443ab295cc086b9.tar.gz
freeipa-b5e60c20201d174cdf4df51a1443ab295cc086b9.tar.xz
freeipa-b5e60c20201d174cdf4df51a1443ab295cc086b9.zip
Remove AllowLMhash from the allowed IPA config strings
Fixes https://fedorahosted.org/freeipa/ticket/3795
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/config.py b/ipalib/plugins/config.py
index b9cf05016..fbaacb7b9 100644
--- a/ipalib/plugins/config.py
+++ b/ipalib/plugins/config.py
@@ -178,7 +178,7 @@ class config(LDAPObject):
cli_name='ipaconfigstring',
label=_('Password plugin features'),
doc=_('Extra hashes to generate in password plug-in'),
- values=(u'AllowLMhash', u'AllowNThash',
+ values=(u'AllowNThash',
u'KDC:Disable Last Success', u'KDC:Disable Lockout'),
csv=True,
),