webui: service: add ipakrbrequirespreauth checkbox

Allow to configure missing krb ticket flag - ipakrbrequirespreauth from Web UI.

Reviewed-By: Tomas Babej <tbabej@redhat.com>
This commit is contained in:
Petr Vobornik
2015-02-25 12:56:19 +01:00
committed by Tomas Babej
parent 1a37822c3a
commit 55413566ca

View File

@@ -112,6 +112,11 @@ return {
name: 'ipakrbokasdelegate', name: 'ipakrbokasdelegate',
$type: 'checkbox', $type: 'checkbox',
acl_param: 'krbticketflags' acl_param: 'krbticketflags'
},
{
name: 'ipakrbrequirespreauth',
$type: 'checkbox',
acl_param: 'krbticketflags'
} }
] ]
}, },