openldap/contrib/gtk-tool/README

39 lines
1.7 KiB
Plaintext
Raw Normal View History

1999-02-13 07:50:20 +08:00
README for gtk-tool v0.6a
1998-11-25 02:01:09 +08:00
This package has been tested and run with the latest Gtk+/Gtk--
1999-02-13 07:50:20 +08:00
OpenLDAP 2.0-devel. It should also compile (i.e. it is backward-compatible) with
the U-MICH (old) API but it has not been tested (read compiled) - however the siplicity of the "problem" and a few ifdefs lead me to believe everything should
be allright with gtk-tool now. This thing doesn't run as it should, please
1998-11-25 02:01:09 +08:00
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).
1998-12-02 23:29:45 +08:00
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:
1998-12-02 23:24:54 +08:00
./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...
1998-12-02 23:24:54 +08:00
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.
1998-11-25 02:01:09 +08:00
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.
1998-11-25 02:01:09 +08:00
Pele
pele@openldap.org