Lines Matching full:ldap
15 data-test-id="ldap-checkbox-ldapAuthenticationEnabled"
40 id="enable-secure-ldap"
43 data-test-id="ldap-checkbox-secureLdapEnabled"
77 data-test-id="ldap-radio-activeDirectoryEnabled"
85 data-test-id="ldap-radio-activeDirectoryEnabled"
107 data-test-id="ldap-input-serverUri"
125 data-test-id="ldap-input-bindDn"
140 data-test-id="ldap-input-togglePassword"
164 data-test-id="ldap-input-baseDn"
184 data-test-id="ldap-input-userIdAttribute"
200 data-test-id="ldap-input-groupIdAttribute"
215 data-test-id="ldap-button-saveSettings"
249 name: 'Ldap',
271 ldapAuthenticationEnabled: this.$store.getters['ldap/isServiceEnabled'],
274 this.$store.getters['ldap/isActiveDirectoryEnabled'],
286 ...mapGetters('ldap', [
289 'ldap',
304 type: 'LDAP Certificate',
310 return this.form.secureLdapEnabled ? 'ldaps://' : 'ldap://';
358 .dispatch('ldap/getAccountSettings')
370 : this.ldap;
407 .dispatch('ldap/saveAccountSettings', data)
424 : this.ldap;