commit | c4e38abf5c31d77474d5287620d1ddc8089b6dae | [log] [tgz] |
---|---|---|
author | Yoshie Muranaka <yoshiemuranaka@gmail.com> | Thu Apr 09 12:41:27 2020 -0700 |
committer | Yoshie Muranaka <yoshiemuranaka@gmail.com> | Fri Apr 24 15:48:35 2020 -0700 |
tree | 9f606da745a8f8f30db41f9794c925cc9590fb37 | |
parent | 9e36f522b94511c1d77335493c09e68975db031c [diff] [blame] |
Add LDAP page Adds ability to enable LDAP service and modify LDAP and ActiveDirectory properties. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I59d65bba7f6fe321af395227ce2f7188d9c006b7
diff --git a/src/views/AccessControl/Ldap/index.js b/src/views/AccessControl/Ldap/index.js new file mode 100644 index 0000000..6ae3abf --- /dev/null +++ b/src/views/AccessControl/Ldap/index.js
@@ -0,0 +1,2 @@ +import Ldap from './Ldap.vue'; +export default Ldap;