[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#4092) PATCH: back-shell additional connection information



Full_Name: Brian Candler
Version: HEAD
OS: FreeBSD 5.4-RELEASE
URL: http://psg.com/~brian/software/openldap-backshell-conn.patch
Submission from: (NULL) (212.74.113.67)


This is an enhancement to add extra meta-attributes to requests sent to
back-shell modules. They are:

binddn: <currect connection bound DN>
peername: <connection peer IP address>
ssf: <connection SSF value>

Note: the UNBIND command now sends the current bind DN twice, as 'binddn:' and
'dn:'
Dropping the 'dn:' line would make things cleaner, at the slight risk of not
being backwards-compatible (is there anything useful you can do in back-shell
for an UNBIND request though??)