Lines Matching full:ldap
2 <div class="ldap" id="configuration-ldap">
4 <h1>LDAP</h1>
7 <p>Configure LDAP settings and manage role groups.</p>
16 <input type="checkbox" aria-labelledby="ldap-auth-label"
20 <span id="ldap-auth-label" class="control__label">
21 <strong>Enable LDAP authentication</strong> <br>
22 LDAP authentication must be enabled to modify role groups.
30 <legend class="screen-reader-offscreen">LDAP Settings</legend>
34 <input id="secure-ldap-ssl" aria-labelledby="use-ssl" type="checkbox"
39 <span class="control__label" id="use-ssl">Secure LDAP using SSL</span>
46 <dt>LDAP certificate valid until</dt>
50 … <span>A CA certificate and LDAP certificate are required. One or more are missing.</span>
60 <label class="control-radio control__radio__label">Open LDAP
61 <input type="radio" name="service_enabled_type" id="open-ldap" value="LDAP"
81 ng-pattern="ldapProperties.useSSL ? '^ldaps://.*' : '^ldap://.*'"
86 … <p ng-message="pattern">Must start with {{ldapProperties.useSSL ? 'ldaps://' : 'ldap://'}}</p>
145 <div class="ldap-groups row column">
151 …<ldap-user-roles role-groups="roleGroups" role-group-type="roleGroupType" enabled="ldapProperties.…
152 </ldap-user-roles>