mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Add option to disable LDAP referrals
This commit is contained in:
parent
74b916c054
commit
5e3d88d0cc
5 changed files with 17 additions and 2 deletions
|
|
@ -49,6 +49,9 @@ local menu_subpages = {
|
|||
}, toggle_ldap_anonymous_bind = {
|
||||
title = i18n("prefs.toggle_ldap_anonymous_bind_title"),
|
||||
description = i18n("prefs.toggle_ldap_anonymous_bind_description"),
|
||||
}, toggle_ldap_referrals = {
|
||||
title = i18n("prefs.toggle_ldap_referrals_title"),
|
||||
description = i18n("prefs.toggle_ldap_referrals_description"),
|
||||
}, radius_server = {
|
||||
title = i18n("prefs.radius_server_title"),
|
||||
description = i18n("prefs.radius_server_description", {example="127.0.0.1:1812"}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue