[rsyslog-notify] Forum Thread: LDAP auth - (Mode 'post')

noreply at adiscon.com noreply at adiscon.com
Tue Jan 27 21:31:43 CET 2015


User: marcio 
Forumlink: http://kb.monitorware.com/viewtopic.php?p=25203#p25203

Message: 
----------
Hi guys.
I have L.A. working great for months, then now I need use ldap for user
auth.  The ldap is working fine for email, wifi, etc....
After I insert user/password, the home page still blank, I cant see the
logs.  Here my configuration for help.  I apreciate any help about it.
Thanks in advance.

$CFG['UserDBEnabled'] = true;
$CFG['UserDBServer'] = 'localhost';
$CFG['UserDBPort'] = 3306;
$CFG['UserDBName'] = 'Syslog';
$CFG['UserDBPref'] = 'logcon_';
$CFG['UserDBUser'] = 'rsyslog';
$CFG['UserDBPass'] = '1234';
$CFG['UserDBLoginRequired'] = false;
$CFG['UserDBAuthMode'] = USERDB_AUTH_LDAP;

// LDAP Auth options
$CFG['LDAPUserLoginRequired'] = true;
$CFG['LDAPServer'] = 'ldap.moon';                                          
  // LDAP server hostname or IP
$CFG['LDAPPort'] = 389;                                                    
   // LDAP port, 389 or 636 for SSL
$CFG['LDAPBaseDN'] = 'cn=users,cn=accounts,dc=moon';                       
  // Base DN for LDAP Search, this is a typical ActiveDirectory sample
$CFG['LDAPSearchFilter'] =
'(&(objectClass=person)(!(nsAccountLock=True)))';   // Basic Search filter
$CFG['LDAPUidAttribute'] = 'uid';                                          
   // LDAP attribute
$CFG['LDAPBindDN'] = 'uid=consultaldp,cn=users,cn=accounts,dc=moon' ;      
  // "Searchuser" = the privilegied user used to query LDAP Directory
$CFG['LDAPBindPassword'] = '4321pass';                               //
Password of the privilegied user


More information about the rsyslog-notify mailing list