[syslog-ng] Can't get syslog-ng to accept my ldap log-conf

Wilhelm Linder Rosén wilhelm.rosen at elva.se
Fri Sep 25 15:48:32 CEST 2009


Hi people!

I can't seem to get syslog-ng to start with my conf. Can anyone help me
out with my conf? The ldap part looks like this:


        source s_all { unix-stream("/dev/log"); internal(); };
        destination d_ldap      { file("/var/log/ldap[?].log");    };
        filter f_syslog         { not facility(auth, authpriv) and not
        match(slapd); };
        filter f_ldap           { match("slapd");               };
        log { source(s_all); filter(f_syslog);
        destination(d_syslog);           };
        log { source(s_all); filter(f_ldap);
        destination(d_ldap);               };
        

Thanks in advance, 
and have a great weekend =)

// Wilhelm Linder Rosén




More information about the syslog-ng mailing list