summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/serverconfig.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/src/freeipa/serverconfig.js')
-rw-r--r--install/ui/src/freeipa/serverconfig.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/src/freeipa/serverconfig.js b/install/ui/src/freeipa/serverconfig.js
index d134c8882..efe180569 100644
--- a/install/ui/src/freeipa/serverconfig.js
+++ b/install/ui/src/freeipa/serverconfig.js
@@ -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' }