mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
add LDAP service ping configuration to second LDAP server
This commit is contained in:
@@ -106,6 +106,7 @@ define('LDAP2_BASE_DN','ou=Mitarbeiter,dc=example,dc=com');
|
||||
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);
|
||||
*/
|
||||
|
||||
// LDAP MASTER SERVER fuer Passwort Aenderungen
|
||||
|
||||
@@ -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);
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
@@ -95,6 +95,7 @@ define('LDAP2_BASE_DN', 'ou=Mitarbeiter,dc=example,dc=com');
|
||||
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);
|
||||
*/
|
||||
|
||||
// LDAP MASTER SERVER fuer Passwort Aenderungen
|
||||
|
||||
@@ -73,6 +73,7 @@ define('LDAP2_BASE_DN','ou=Mitarbeiter,dc=example,dc=com');
|
||||
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);
|
||||
*/
|
||||
|
||||
// Attribut fuer Zutrittskartennummer im LDAP
|
||||
|
||||
Reference in New Issue
Block a user