]> git.sur5r.net Git - openldap/blob - contrib/gtk-tool/README
Updates: command-line parsing of parameters for server, port and baseDN. Started...
[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 After that, hopefully all goes well, you start the thing by doing:
10 ./main
11
12 It will default to base of o=University of Michigan, c=US", localhost, and 
13 LDAP_PORT (389). This is because OpenLDAP comes with the UMICH ldif and the 
14 assumption is that many of you have actually created a test db with that data 
15 (to see that people don't lie when they say OpenLDAP actually works or 
16 something). If you want to change any of these do ./main -h and it will give 
17 you a list of supported parameters. 
18
19 In short this is what you can do:
20
21 ./main -h ldap-server.somewhere.net -p 28345 -b "o=OpenLDAP Foundation, c=US"
22
23 I really couldn't think of anything else to put here (at the moment
24 that is). But please feel free to add whatever else you consider
25 neccessary to understanding how this thing works. Enjoy, and I hope
26 this can be useful to you in some miniscule way.
27
28 All emails to -devel list, and plase make sure you put "GTK-TOOL"
29 in the subject line, so other people who are not interested don't
30 have to read our garbage.
31
32 Pele
33 pele@openldap.org