Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nadezhda Ivanova
OpenLDAP
Commits
45c2877c
Commit
45c2877c
authored
26 years ago
by
Hallvard Furuseth
Browse files
Options
Downloads
Patches
Plain Diff
Update README to reflect recent changes.
parent
72ef1d08
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/saucer/README
+18
-10
18 additions, 10 deletions
contrib/saucer/README
with
18 additions
and
10 deletions
contrib/saucer/README
+
18
−
10
View file @
45c2877c
...
...
@@ -3,18 +3,24 @@ program. The program is command-line oriented and uses a syntax and
command set roughly similar to ISODE's DISH program, hence it is
named "saucer" (i.e. a very small "dish" :-)
To build saucer, make sure the top-level LDAP 'make' has created all
of the makefiles from their templates (you can force this by typing
"make makefiles" in the LDAP root directory). Then cd into
contrib/saucer and type make. With luck, saucer will compile and
link without any warnings or errors. You can then install it by
doing an "su" and typing "make install". This will copy the binary
to the directory you specified for LDAP binaries, and the man page
will be placed in the appropriate man directory.
To build saucer, you must first build OpenLDAP, and then say
cd contrib/saucer
make depend
make
You can then install it by doing an "su" and typing "make install".
This will copy the binary to the directory you specified for LDAP
binaries, and the man page will be placed in the appropriate man
directory.
If you wish saucer to use GNU Readline, you must have set CPPFLAGS and
LDFLAGS so that <readline/readline.h> and -lreadline will be found when
you configured OpenLDAP, e.g.
env CPPFLAGS="-I/usr/gnu/include" LDFLAGS="-L/usr/gnu/lib" ./configure
Saucer runs from the Unix command line with the following arguments:
saucer [-h host] [-p portnumber] [-u X500UserName]
saucer [-h host] [-p portnumber] [-u
'
X500UserName
'
]
[-c credentials] [-d debug-level]
If no options are given, saucer will attempt to connect to an LDAP
...
...
@@ -23,7 +29,7 @@ bind anonymously.
Typing "help" at saucer's command prompt will yield:
Cmd?
help
saucer dn=>
help
Supported commands are:
help
list
...
...
@@ -39,3 +45,5 @@ Detailed instructions are available from the saucer man page.
Any comments or questions should be directed to:
Eric.Rosenquist@strataware.com
or to an OpenLDAP mailinglist, see <URL:http://www.openldap.org/lists/>.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment