Lines Matching full:ldap
9 ldap: { class in LdapStore.state
30 ldap: (state) => state.ldap,
38 : 'ldap';
61 state.ldap.serviceAddress = ServiceAddresses[0];
62 state.ldap.serviceEnabled = ServiceEnabled;
63 state.ldap.baseDn = BaseDistinguishedNames[0];
64 state.ldap.bindDn = Authentication.Username;
65 state.ldap.userAttribute = UsernameAttribute;
66 state.ldap.groupsAttribute = GroupsAttribute;
67 state.ldap.roleGroups = RemoteRoleMapping;
98 .then(({ data: { LDAP = {}, ActiveDirectory = {} } }) => { property in AnonymousClassb567187a0401.data
99 const ldapEnabled = LDAP.ServiceEnabled;
103 commit('setLdapProperties', LDAP);
109 const data = { LDAP: properties }; property in LdapStore.actions.saveLdapSettings.data
129 if (state.ldap.serviceEnabled) {
130 // Disable LDAP service if enabled
132 LDAP: { ServiceEnabled: false }, class in AnonymousClassb567187a0801
202 data.LDAP = { RemoteRoleMapping };
234 data.LDAP = { RemoteRoleMapping };
261 data.LDAP = { RemoteRoleMapping };