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

  - browse and search modes
  - LDAPv3 schema browser
  - template editor
  - edit and delete entries
  - add entries with templates
  - export subtree or whole server to LDIF file
  - use any number of servers
  - search based on single argument or LDAP filter
  - TLS support for LDAPv3
  - filter bookmarks

Getting GQ:

  http://biot.com/gq/


Compiling:

  You'll need the OpenLDAP library and header files (http://www.OpenLDAP.org/).
  If you compile against OpenLDAP 2.x libraries, GQ will have access to LDAPv3
  schema information, and use it. However, it will work with any LDAPv3
  compliant server (and then some) once compiled.

  If you compile against OpenLDAP 1.2.x or another LDAP library, the schema
  functionality won't be available at all.

  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

  To enable LDAPv3 over TLS support, simply build your LDAP libraries
  with TLS capabilities enabled, and GQ should auto-configure.  See
  README.TLS for more information.


Contributing:

  GQ is a Sourceforge project. The Sourceforge URL is:

	http://sourceforge.net/project/?group_id=3805

  Contributions are more than welcome, and your help is appreciated.


Contact:

  For any feedback, comments, suggestions for improvement, and requests for
  features, please join the mailing list at Sourceforge. You can subscribe
  on this URL:

	http://lists.sourceforge.net/mailman/listinfo/gqclient-discuss

  You can also mail be directly at bert@biot.com. Alternatively, you can
  join the #ldap channel on either IRCnet or OPN.

Acknowledgements:

  Joris Heyndrickx (info@moonbeetle.com) made the logo and icons.
  Karl Derdelinckx (DerdeK@yucom.be) made the website.
  Ross Golder (rossigee@bigfoot.com) contributed RPM and Gnome integration
  Doug Nazar (nazard@dragoninc.on.ca) contributed speed fixes for browse
	mode and many other fixes. He is also a GTK+ wizard.
  Alexander Guy (a7r@andern.org) added support for TLS with LDAPv3.

