Expose the disabled User Auth Type

Additionally, fix a small bug in ipa-kdb so that the disabled User
Auth Type is properly handled.

https://fedorahosted.org/freeipa/ticket/4720

Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
Nathaniel McCallum
2014-11-13 02:42:55 -05:00
committed by Petr Vobornik
parent c438d9be91
commit 9549a5984b
7 changed files with 14 additions and 10 deletions

View File

@@ -78,6 +78,7 @@ return {
name: 'ipauserauthtype',
flags: ['w_if_no_aci'],
options: [
{ label: '@i18n:authtype.type_disabled', value: 'disabled' },
{ label: '@i18n:authtype.type_password', value: 'password' },
{ label: '@i18n:authtype.type_radius', value: 'radius' },
{ label: '@i18n:authtype.type_otp', value: 'otp' }

View File

@@ -53,6 +53,7 @@
"type_otp": "Two factor authentication (password + OTP)",
"type_password": "Password",
"type_radius": "Radius",
"type_disabled": "Disable per-user override",
"user_tooltip": "Per-user setting, overwrites the global setting if any option is checked."
},
"buttons": {