mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Merge branch 'raphpen-dev' into dev
This commit is contained in:
commit
d95d8541f3
10 changed files with 186 additions and 29 deletions
|
|
@ -1173,6 +1173,12 @@ function printAuthentication()
|
|||
printAuthDuration()
|
||||
|
||||
-- Note: order must correspond to evaluation order in Ntop.cpp
|
||||
print('<tr><th class="info" colspan="2">'..i18n("prefs.client_x509_auth")..'</th></tr>')
|
||||
prefsToggleButton(subpage_active,{
|
||||
field = "toggle_client_x509_auth",
|
||||
default = "0",
|
||||
pref = "is_client_x509_auth_enabled",
|
||||
})
|
||||
if not entries.toggle_ldap_auth.hidden then
|
||||
printLdapAuth()
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue