GQ is a GTK-based LDAP client. Features include:

  - browse and search modes
  - use any number of servers
  - search based on single argument or LDAP filter
  - not limited to "standard" schema
  - edit and delete entries
  - add entries (using existing entry as template)
  - export to LDIF file of subtree or whole server

Getting GQ:

  http://biot.com/gq/


Compiling:

  You'll need the OpenLDAP library and header files (http://www.OpenLDAP.org/).
  You will also need gtk+ 1.2.x installed.
  For generic installation instructions, see the file INSTALL.

  If your OpenLDAP installation is in a nonstandard place, use

	configure --with-ldap-prefix=/path/to/install

  The configure program expects to find the headers and libraries under
  include/ and lib/ respectively.

  If your LDAP server uses Kerberos, compile GQ with Kerberos support:

	configure --with-kerberos-prefix=/path/to/install


Contact:

  For any feedback, comments, suggestions for improvement, and requests for
  features, mail me at bert@biot.com


Acknowledgements:

  Joris Heyndrickx (moonbeetle@tvd.be) made the logo and icons.

