LDAP & mailer-daemon

Hello,

I installed an authentication server based on LDAP for SSH access.

But in the log file of this service, I can see:

Code:
Sep  9 13:50:06 server slapd[10242]: conn=295336 op=9 SRCH base="dc=domain,dc=com" scope=2 deref=0
 filter="(&(objectClass=posixAccount)(uid=mailer-daemon))"

The ldap-stats command shows :

Code:
272503      (&(objectClass=posixAccount)(uid=mailer-daemon))

How can I fix it?

Thanks a lot.
 
10 year old thread. In any case, mailer-daemon is a local account and shouldn't authenticate through LDAP.
 
Back
Top