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