From c4e38abf5c31d77474d5287620d1ddc8089b6dae Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Thu, 9 Apr 2020 12:41:27 -0700 Subject: Add LDAP page Adds ability to enable LDAP service and modify LDAP and ActiveDirectory properties. Signed-off-by: Yoshie Muranaka Change-Id: I59d65bba7f6fe321af395227ce2f7188d9c006b7 --- src/store/index.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/store/index.js') diff --git a/src/store/index.js b/src/store/index.js index 0180213d..364e16c0 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -3,6 +3,7 @@ import Vuex from 'vuex'; import GlobalStore from './modules/GlobalStore'; import AuthenticationStore from './modules/Authentication/AuthenticanStore'; +import LdapStore from './modules/AccessControl/LdapStore'; import LocalUserManagementStore from './modules/AccessControl/LocalUserMangementStore'; import SslCertificatesStore from './modules/AccessControl/SslCertificatesStore'; import OverviewStore from './modules/Overview/OverviewStore'; @@ -25,6 +26,7 @@ export default new Vuex.Store({ modules: { global: GlobalStore, authentication: AuthenticationStore, + ldap: LdapStore, localUsers: LocalUserManagementStore, overview: OverviewStore, firmware: FirmwareStore, -- cgit v1.2.3