You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by Apache Wiki <wi...@apache.org> on 2005/09/06 00:37:54 UTC

[Directory Wiki] Update of "ProxyHome" by EmmanuelLecharny

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Directory Wiki" for change notification.

The following page has been changed by EmmanuelLecharny:
http://wiki.apache.org/directory/ProxyHome

The comment on the change is:
Added info about the LdapProxy very first version.

New page:
= Ldap Proxy =

There is a Ldap Proxy GUI which gives you a view of exchanged messages between a Client and a Server.

Here is a snapshot of this proxy :

attachment:Screenshot-LDAP-Proxy-GUI.png


== Usage ==
It's pretty simple to use : you juste have to give it three parameters (local port, server host and server port). Then you must configure your client to "talk" to the proxy instead of the server : just tell your favorite ldap browser that the server is '''localhost''' and the listening port is any port that fits your need (of course, it will be equal to the proxy listening port). That's it !

As you can see, you have two pannels. The left one contains all the requests and response, while the right one show the LdapMessage contents, and optionnaly the PDU (you have a menu '''edit''' wher you can ask to show or mask those PDUs.

You can save the data in a XML file, and restore them back (Work in Progess)

Note : actually, to use the proxy, you need to use the branches of two projects : asn1 and shared-ldap. There is no jars for thos projects, so you will have to compile them.