]> git.sur5r.net Git - openldap/blob - contrib/gtk-tool/README
* configure.in: add tcl8.2 to list of tcl libs to search for, also added new MOD_TCL_LIB
[openldap] / contrib / gtk-tool / README
1 README for gtk-tool v0.6a
2
3 This package has been tested and run with the latest Gtk+/Gtk--
4 OpenLDAP 2.0-devel. It should also compile (i.e. it is backward-compatible) with
5 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
6 be allright with gtk-tool now. This thing doesn't run as it should, please
7 read TODO!
8
9 Just type 'make' to compile and if you have all the necessary stuff it'll do so.
10 You do need the latest version of Gtk+ and Gtk-- (which may be tricky to build).
11 You can also edit the Makefile and under "OPTS=-g" add " -DDEBUG" (line should
12 read "OPTS=-g -DDEBUG") to get a trace of what the gtk-tool is doing (getting
13 entries, traversing trees etc...)
14 After that, hopefully all goes well, you start the thing by doing:
15 ./main -s localhost
16
17 It no longer has a default base, instead it reads cn=config off your slapd
18 and accordignly inserts all available databases under "localhost". If you are
19 not running slapd on your local machine, then supply it with a "-s hostname"
20 i.e.:
21         ./main -s server02.nowhere.net
22
23 or if you feel like having an adventure try multiple servers
24 i.e.:
25         ./main -s server02.nowhere.net -s server03.nowhere.com:322
26
27 etc...
28 It does not accept -b switch as it no longer needs it to aquire databases.
29 But please feel free to add whatever else you consider neccessary to 
30 understanding how this thing works. Enjoy, and I hope this can be useful to 
31 you in some miniscule way.
32
33 All emails to -devel list, and plase make sure you put "GTK-TOOL"
34 in the subject line, so other people who are not interested don't
35 have to read our garbage.
36
37 Pele
38 pele@openldap.org