mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Remove AllowLMhash from the allowed IPA config strings
Fixes https://fedorahosted.org/freeipa/ticket/3795
This commit is contained in:
2
API.txt
2
API.txt
@@ -499,7 +499,7 @@ args: 0,24,3
|
||||
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
||||
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
||||
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
||||
option: StrEnum('ipaconfigstring', attribute=True, autofill=False, cli_name='ipaconfigstring', csv=True, multivalue=True, required=False, values=(u'AllowLMhash', u'AllowNThash', u'KDC:Disable Last Success', u'KDC:Disable Lockout'))
|
||||
option: StrEnum('ipaconfigstring', attribute=True, autofill=False, cli_name='ipaconfigstring', csv=True, multivalue=True, required=False, values=(u'AllowNThash', u'KDC:Disable Last Success', u'KDC:Disable Lockout'))
|
||||
option: Str('ipadefaultemaildomain', attribute=True, autofill=False, cli_name='emaildomain', multivalue=False, required=False)
|
||||
option: Str('ipadefaultloginshell', attribute=True, autofill=False, cli_name='defaultshell', multivalue=False, required=False)
|
||||
option: Str('ipadefaultprimarygroup', attribute=True, autofill=False, cli_name='defaultgroup', multivalue=False, required=False)
|
||||
|
||||
@@ -69,7 +69,7 @@ return {
|
||||
name: 'ipaconfigstring',
|
||||
$type: 'checkboxes',
|
||||
options: IPA.create_options([
|
||||
'AllowLMhash', 'AllowNThash',
|
||||
'AllowNThash',
|
||||
'KDC:Disable Last Success', 'KDC:Disable Lockout'
|
||||
])
|
||||
},
|
||||
|
||||
@@ -2278,7 +2278,6 @@
|
||||
"name": "ipaconfigstring",
|
||||
"type": "unicode",
|
||||
"values": [
|
||||
"AllowLMhash",
|
||||
"AllowNThash",
|
||||
"KDC:Disable Last Success",
|
||||
"KDC:Disable Lockout"
|
||||
|
||||
@@ -580,7 +580,6 @@
|
||||
"name": "ipaconfigstring",
|
||||
"type": "unicode",
|
||||
"values": [
|
||||
"AllowLMhash",
|
||||
"AllowNThash",
|
||||
"KDC:Disable Last Success",
|
||||
"KDC:Disable Lockout"
|
||||
|
||||
@@ -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,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user