]> git.sur5r.net Git - openldap/blob - contrib/gtk-tool/README
gtk-tool updates, multiple server support, smarter traversal, ldap_get_option enhance...
[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 or if you feel like having an adventure try multiple servers
22 i.e.:
23         ./main -s server02.nowhere.net -s server03.nowhere.com:322
24
25 etc...
26 It does not accept -b switch as it no longer needs it to aquire databases.
27 But please feel free to add whatever else you consider neccessary to 
28 understanding how this thing works. Enjoy, and I hope this can be useful to 
29 you in some miniscule way.
30
31 All emails to -devel list, and plase make sure you put "GTK-TOOL"
32 in the subject line, so other people who are not interested don't
33 have to read our garbage.
34
35 Pele
36 pele@openldap.org