add LDAP service ping configuration to second LDAP server

This commit is contained in:
nkrondraf
2023-06-27 08:25:14 +02:00
parent efdd81ac0d
commit d6cce60b8f
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -72,6 +72,7 @@
define('LDAP2_BIND_USER','cn=fhcomplete,dc=example,dc=com');
define('LDAP2_BIND_PASSWORD','Pa55w0rd');
define('LDAP2_USER_SEARCH_FILTER','sAMAccountName');
define('LDAP2_SERVICEPING',true);
*/
?>