1313 ?>
1414 </select>
1515 <button type="button" id="ldap_action_add_configuration"
16- aria-describedby="ldap_action_add_configuration_instructions"
1716 name="ldap_action_add_configuration" class="icon-add icon-default-style"
1817 title="<?php p ($ l ->t ('Add a new configuration ' ));?> "> </button>
19- <p class="hidden-visually" id="ldap_action_add_configuration_instructions">
20- <?php p ($ l ->t ('Add a new configuration ' ));?>
21- </p>
2218 <button type="button" id="ldap_action_copy_configuration"
2319 name="ldap_action_copy_configuration"
24- aria-describedby="ldap_action_copy_configuration_instructions"
2520 class="ldapIconCopy icon-default-style"
2621 title="<?php p ($ l ->t ('Copy current configuration into new directory binding ' ));?> "> </button>
27- <p class="hidden-visually" id="ldap_action_copy_configuration_instructions">
28- <?php p ($ l ->t ('Copy current configuration into new directory binding ' ));?>
29- </p>
3022 <button type="button" id="ldap_action_delete_configuration"
31- aria-describedby="ldap_action_delete_configuration_instructions"
3223 name="ldap_action_delete_configuration" class="icon-delete icon-default-style"
3324 title="<?php p ($ l ->t ('Delete the current configuration ' ));?> "> </button>
34- <p class="hidden-visually" id="ldap_action_delete_configuration_instructions">
35- <?php p ($ l ->t ('Delete the current configuration ' ));?>
36- </p>
3725 </p>
3826
3927 <div class="hostPortCombinator">
@@ -42,13 +30,9 @@ class="ldapIconCopy icon-default-style"
4230 <div class="table">
4331 <input type="text" class="host" id="ldap_host"
4432 name="ldap_host"
45- aria-describedby="ldap_host_instructions"
4633 placeholder="<?php p ($ l ->t ('Host ' ));?> "
4734 title="<?php p ($ l ->t ('You can omit the protocol, unless you require SSL. If so, start with ldaps:// ' ));?> "
4835 />
49- <p class="hidden-visually" id="ldap_host_instructions">
50- <?php p ($ l ->t ('You can omit the protocol, unless you require SSL. If so, start with ldaps:// ' ));?>
51- </p>
5236 <span class="hostPortCombinatorSpan">
5337 <input type="number" id="ldap_port" name="ldap_port"
5438 placeholder="<?php p ($ l ->t ('Port ' ));?> " />
@@ -63,25 +47,17 @@ class="ldapIconCopy icon-default-style"
6347 <div class="tablerow">
6448 <input type="text" id="ldap_dn" name="ldap_dn"
6549 class="tablecell"
66- aria-describedby="ldap_dn_instructions"
6750 placeholder="<?php p ($ l ->t ('User DN ' ));?> " autocomplete="off"
6851 title="<?php p ($ l ->t ('The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty. ' ));?> "
6952 />
70- <p class="hidden-visually" id="ldap_dn_instructions">
71- <?php p ($ l ->t ('The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty. ' ));?>
72- </p>
7353 </div>
7454
7555 <div class="tablerow">
7656 <input type="password" id="ldap_agent_password"
7757 class="tablecell" name="ldap_agent_password"
78- aria-describedby="ldap_agent_password_instructions"
7958 placeholder="<?php p ($ l ->t ('Password ' ));?> " autocomplete="off"
8059 title="<?php p ($ l ->t ('For anonymous access, leave DN and Password empty. ' ));?> "
8160 />
82- <p class="hidden-visually" id="ldap_agent_password_instructions">
83- <?php p ($ l ->t ('For anonymous access, leave DN and Password empty. ' ));?>
84- </p>
8561 <button class="ldapSaveAgentCredentials" name="ldapSaveAgentCredentials" type="button">
8662 <?php p ($ l ->t ('Save Credentials ' ));?>
8763 </button>
@@ -91,13 +67,9 @@ class="tablecell" name="ldap_agent_password"
9167 <div class="tablerow">
9268 <textarea id="ldap_base" name="ldap_base"
9369 class="tablecell"
94- aria-describedby="ldap_base_instructions"
9570 placeholder="<?php p ($ l ->t ('One Base DN per line ' ));?> "
9671 title="<?php p ($ l ->t ('You can specify Base DN for users and groups in the Advanced tab ' ));?> ">
9772 </textarea>
98- <p class="hidden-visually" id="ldap_base_instructions">
99- <?php p ($ l ->t ('You can specify Base DN for users and groups in the Advanced tab ' ));?>
100- </p>
10173 <button class="ldapDetectBase" name="ldapDetectBase" type="button">
10274 <?php p ($ l ->t ('Detect Base DN ' ));?>
10375 </button>
@@ -109,12 +81,8 @@ class="tablecell"
10981 <div class="tablerow left">
11082 <input type="checkbox" id="ldap_experienced_admin" value="1"
11183 name="ldap_experienced_admin" class="tablecell"
112- aria-describedby="ldap_experienced_admin_instructions"
11384 title="<?php p ($ l ->t ('Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge. ' ));?> "
11485 />
115- <p class="hidden-visually" id="ldap_experienced_admin_instructions">
116- <?php p ($ l ->t ('Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge. ' ));?>
117- </p>
11886 <label for="ldap_experienced_admin" class="tablecell">
11987 <?php p ($ l ->t ('Manually enter LDAP filters (recommended for large directories) ' ));?>
12088 </label>
0 commit comments