openldap/contrib/gtk-tool
1998-12-10 13:06:30 +00:00
..
icons new icon for RFC822 mail group in gtk-tool 1998-12-10 13:06:30 +00:00
ChangeLog miscelaneous updates and fixes to gtk-tool 1998-12-10 13:05:05 +00:00
common.h Initial revision 1998-11-24 18:01:09 +00:00
COPYRIGHT Initial revision 1998-11-24 18:01:09 +00:00
cpluscommon.h Initial revision 1998-11-24 18:01:09 +00:00
Gtk_LdapItem.h updates to gtk-tool, new functionality, uses config cn 1998-11-30 00:01:14 +00:00
Gtk_LdapServer.cc miscelaneous updates and fixes to gtk-tool 1998-12-10 13:05:05 +00:00
Gtk_LdapServer.h gtk-tool updates, multiple server support, smarter traversal, ldap_get_option enhancements, code cleanups 1998-12-04 01:11:12 +00:00
Gtk_LdapTree.cc gtk-tool updates, multiple server support, smarter traversal, ldap_get_option enhancements, code cleanups 1998-12-04 01:11:12 +00:00
Gtk_LdapTree.h New classes for gtk-tool 1998-12-02 15:15:49 +00:00
Gtk_LdapTreeItem.cc miscelaneous updates and fixes to gtk-tool 1998-12-10 13:05:05 +00:00
Gtk_LdapTreeItem.h miscelaneous updates and fixes to gtk-tool 1998-12-10 13:05:05 +00:00
gtk.h Initial revision 1998-11-24 18:01:09 +00:00
LICENSE Initial revision 1998-11-24 18:01:09 +00:00
main.cc miscelaneous updates and fixes to gtk-tool 1998-12-10 13:05:05 +00:00
Makefile miscelaneous updates and fixes to gtk-tool 1998-12-10 13:05:05 +00:00
My_Window.cc miscelaneous updates and fixes to gtk-tool 1998-12-10 13:05:05 +00:00
My_Window.h gtk-tool updates, multiple server support, smarter traversal, ldap_get_option enhancements, code cleanups 1998-12-04 01:11:12 +00:00
README gtk-tool updates, multiple server support, smarter traversal, ldap_get_option enhancements, code cleanups 1998-12-04 01:11:12 +00:00
system.h Initial revision 1998-11-24 18:01:09 +00:00
TODO updates of README and TODO in gtk-tool 1998-12-02 15:24:54 +00:00
utils.cc New classes for gtk-tool 1998-12-02 15:15:49 +00:00
utils.h New classes for gtk-tool 1998-12-02 15:15:49 +00:00

README for gtk-tool v0.6

This package has been tested and run with the latest Gtk+/Gtk--
OpenLDAP 1.1-devel. This thing doesn't run as it should, please
read TODO!

Just type 'make' to compile and if you have all the necessary stuff it'll do so.
You do need the latest version of Gtk+ and Gtk-- (which may be tricky to build).
You can also edit the Makefile and under "OPTS=-g" add " -DDEBUG" (line should
read "OPTS=-g -DDEBUG") to get a trace of what the gtk-tool is doing (getting
entries, traversing trees etc...)
After that, hopefully all goes well, you start the thing by doing:
./main -s localhost

It no longer has a default base, instead it reads cn=config off your slapd
and accordignly inserts all available databases under "localhost". If you are
not running slapd on your local machine, then supply it with a "-s hostname"
i.e.:
	./main -s server02.nowhere.net

or if you feel like having an adventure try multiple servers
i.e.:
	./main -s server02.nowhere.net -s server03.nowhere.com:322

etc...
It does not accept -b switch as it no longer needs it to aquire databases.
But please feel free to add whatever else you consider neccessary to 
understanding how this thing works. Enjoy, and I hope this can be useful to 
you in some miniscule way.

All emails to -devel list, and plase make sure you put "GTK-TOOL"
in the subject line, so other people who are not interested don't
have to read our garbage.

Pele
pele@openldap.org