]> git.sur5r.net Git - openldap/blob - contrib/saucer/README
Annoying little son of a `free' BUG fixed.
[openldap] / contrib / saucer / README
1 This directory contains a set of files that build a simple LDAP client
2 program.  The program is command-line oriented and uses a syntax and
3 command set roughly similar to ISODE's DISH program, hence it is
4 named "saucer" (i.e. a very small "dish" :-)
5
6 To build saucer, make sure the top-level LDAP 'make' has created all
7 of the makefiles from their templates (you can force this by typing
8 "make makefiles" in the LDAP root directory).  Then cd into
9 contrib/saucer and type make.  With luck, saucer will compile and
10 link without any warnings or errors.  You can then install it by
11 doing an "su" and typing "make install".  This will copy the binary
12 to the directory you specified for LDAP binaries, and the man page
13 will be placed in the appropriate man directory.
14
15 Saucer runs from the Unix command line with the following arguments:
16
17   saucer [-h host] [-p portnumber] [-u X500UserName]
18          [-c credentials] [-d debug-level]
19
20 If no options are given, saucer will attempt to connect to an LDAP
21 daemon on the local host and default port (389), and will attempt to
22 bind anonymously.
23
24 Typing "help" at saucer's command prompt will yield:
25
26 Cmd? help
27 Supported commands are:
28   help
29   list
30   moveto
31   quit
32   search
33   set
34   show
35
36 You can get syntactical help for a command by typing "help <command>".
37 Detailed instructions are available from the saucer man page.
38
39 Any comments or questions should be directed to:
40
41       Eric.Rosenquist@strataware.com