Documentation ¶ Index ¶ func Forward(local string, remote string) type Message type Proxy Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Forward ¶ func Forward(local string, remote string) Types ¶ type Message ¶ type Message struct { // contains filtered or unexported fields } To dump each request we have to read the ASN.1 first bytes to get the lengh of the message then build a slice of bytes with the correct quantity of data type Proxy ¶ type Proxy struct { // contains filtered or unexported fields } The Proxy is a program-in-the-middle which will dump every LDAP structures exchanged between the client and the server Source Files ¶ View all Source files proxy.go Click to show internal directories. Click to hide internal directories.