feat(ldap): add ldap protocol support (#50)

Co-authored-by: tardc <[email protected]>
Co-authored-by: E99p1ant <[email protected]>
This commit is contained in:
Li4n0
2022-01-07 22:47:02 +08:00
committed by GitHub
co-authored by tardc E99p1ant
parent 06ae3d0555
commit fc505b0733
46 changed files with 1356 additions and 135 deletions
+10
View File
@@ -30,6 +30,11 @@ const routes = [
name: 'RmiLogs',
component: () => import( '../views/logs/Rmi')
},
{
path: '/logs/ldap',
name: 'LdapLogs',
component: () => import( '../views/logs/Ldap')
},
{
path: '/logs/ftp',
name: 'FtpLogs',
@@ -56,6 +61,11 @@ const routes = [
name: 'RmiRules',
component: () => import( '../views/rules/Rmi')
},
{
path: '/rules/ldap',
name: 'LdapRules',
component: () => import( '../views/rules/Ldap')
},
{
path: '/rules/ftp',
name: 'FtpRules',