Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
Christopher Ng
OpenLDAP
Commits
fdc7b123
Commit
fdc7b123
authored
24 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Fix attrlist description
parent
9e450558
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
doc/man/man1/ldapsearch.1
+8
-9
8 additions, 9 deletions
doc/man/man1/ldapsearch.1
with
8 additions
and
9 deletions
doc/man/man1/ldapsearch.1
+
8
−
9
View file @
fdc7b123
.TH LDAPSEARCH 1 "
20 August
2000" "OpenLDAP LDVERSION"
.TH LDAPSEARCH 1 "
3 October
2000" "OpenLDAP LDVERSION"
.\" $OpenLDAP$
.\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
...
...
@@ -81,17 +81,16 @@ library call.
.LP
.B ldapsearch
opens a connection to an LDAP server, binds, and performs a search
using
the filter \fIfilter\fP.
The \fIfilter\fP should conform to
using
specified parameters.
The \fIfilter\fP should conform to
the string representation for search filters as defined in RFC 2254.
If not provided, the default filter, (objectClass=*), is used.
.LP
If
.B ldapsearch
finds one or more entries, the attributes specified by
\fIattrs\fP are retrieved and the entries and values are printed to
standard output. If no \fIattrs\fP are listed, all attributes are
returned. If * is listed, all user attributes are returned.
If + is listed, all operational attributes are returned.
If only 1.1 is listed, no attributes are listed.
.B ldapsearch finds one or more entries, the attributes specified by
\fIattrs\fP are returned. If * is listed, all user attributes are
returned. If + is listed, all operational attributes are returned.
If no \fIattrs\fP are listed, all attributes are returned. If only
1.1 is listed, no attributes will be returned.
.SH OPTIONS
.TP
.B \-n
...
...
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