DESCRIPTION:

This is a DEMO version of ProtoVer LDAP 1.5 testsuite.

Tested protocols: LDAP v3 (Server)

ProtoVer LDAP testsuite is written in Python and provided with full source code. 

The current version of ProtoVer LDAP testsuite can generate more than 155000 individual test cases. 
The test cases are generated on the fly with the help of 15 test modules (see modules/LDAP directory).

HOW TO USE:

Three user interfaces are available: command-line (CLI), GUI and Remote Server interface (RSI).

To run GUI interface use the following command: 
$ python pygtkinterface.py

To use RSI enter the command "python serverinterface.py -p <your_port>"
than visit http://<your_ip>:<your_port> using your favorite browser.
 
Examples of CLI usage:

To run "LDAPBindRequest" group of tests use the following command:
$ python commandlineinterface.py -g LDAPBindRequest -t localhost -p 389

To run all tests:
$ python commandlineinterface.py -t localhost -p 389

It is also possible to run the test module :
$ python modules/LDAP/ldap_bind.py -t localhost -p 389

CONTACT:

If you have any questions or problems - contact us via email info@gleg.net

Evgeny Legerov, GLEG Ltd, Jan 2006
