sgouvern / 389-ds-base

Forked from 389-ds-base 4 years ago
Clone

142900b Bug 551198 - LDAPI: incorrect logging to access log

Authored and Committed by rmeggins 14 years ago
    Bug 551198 - LDAPI: incorrect logging to access log
    
    https://bugzilla.redhat.com/show_bug.cgi?id=551198
    Resolves: bug 551198
    Bug Description: LDAPI: incorrect logging to access log
    Reviewed by: nkinder (Thanks!)
    Branch: HEAD
    Fix Description: The connection logging code was not ldapi/unix socket
    aware.  Now we check for the socket type, and check to see if there is
    a proper path name in the path field.  The "server" side of the socket
    seems not to get the path name set correctly - not sure why, but it doesn't
    really matter, since the client side path name does seem to be set
    correctly.  The access log will contain the server side path and the client
    side path, so something like "from local to /var/run/slapd-foo.socket"
    Platforms tested: RHEL5 x86_64, Fedora 11 x86_64
    Flag Day: no
    Doc impact: no