mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 11:19:26 +02:00
Another change on the sample config
This commit is contained in:
parent
253de1bf18
commit
2fd07fc6e6
@ -56,7 +56,7 @@ $CFG['UserDBPass'] = "";
|
|||||||
$CFG['UserDBLoginRequired'] = false;
|
$CFG['UserDBLoginRequired'] = false;
|
||||||
|
|
||||||
// LDAP auth options
|
// LDAP auth options
|
||||||
$CFG['LDAPUserLoginRequired'] = true; // activate LDAP auth
|
$CFG['LDAPUserLoginRequired'] = false; // Activate LDAP auth
|
||||||
$CFG['LDAPServer'] = "127.0.0.1"; // LDAP server hostname or IP
|
$CFG['LDAPServer'] = "127.0.0.1"; // LDAP server hostname or IP
|
||||||
$CFG['LDAPPort'] = 389; // LDAP port, 389 or 636 for SSL
|
$CFG['LDAPPort'] = 389; // LDAP port, 389 or 636 for SSL
|
||||||
$CFG['LDAPBaseDN'] = 'CN=Users,DC=domain,DC=local'; // Base DN for LDAP Search, this is a typical ActiveDirectory sample
|
$CFG['LDAPBaseDN'] = 'CN=Users,DC=domain,DC=local'; // Base DN for LDAP Search, this is a typical ActiveDirectory sample
|
||||||
|
Loading…
x
Reference in New Issue
Block a user