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
Jaak Ristioja
OpenLDAP
Commits
7c3f69d7
Commit
7c3f69d7
authored
24 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
More LDIF clarifications
parent
7a4172dc
Branches
Branches containing commit
Tags
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
+11
-7
11 additions, 7 deletions
doc/man/man1/ldapsearch.1
with
11 additions
and
7 deletions
doc/man/man1/ldapsearch.1
+
11
−
7
View file @
7c3f69d7
...
...
@@ -124,11 +124,12 @@ see if an attribute is present in an entry and are not interested in the
specific values.
.TP
.B \-L
Display s
earch results in LDAP Data Interchange Format detailed in
S
earch results
are display
in LDAP Data Interchange Format detailed in
.BR ldif (5).
A second -L disables comments. A third -L disables
printing of the LDIF version.
The default is -L.
A single -L restricts the output to LDIFv1.
A second -L disables comments.
A third -L disables printing of the LDIF version.
The default is to use an extended version of LDIF.
.TP
.B \-M[M]
Enable manage DSA IT control.
...
...
@@ -268,6 +269,9 @@ output in LDAP Data Interchange Format or
.BR ldif (5):
.LP
.nf
version: 1
# bjensen, example, net
dn: uid=bjensen, dc=example, dc=net
objectClass: person
objectClass: dcObject
...
...
@@ -277,7 +281,6 @@ output in LDAP Data Interchange Format or
...
.fi
.LP
Multiple entries are separated with a single blank line.
If the -t option is used, the URI of a temporary file
is used in place of the actual value. If the -A option
is given, only the "attributename" part is written.
...
...
@@ -371,8 +374,9 @@ and printed to standard output, resulting in output similar to this:
etc....
.fi
.SH DIAGNOSTICS
Exit status is 0 if no errors occur. Errors result in a non-zero exit
status and a diagnostic message being written to standard error.
Exit status is zero if no errors occur.
Errors result in a non-zero exit status and
a diagnostic message being written to standard error.
.SH "SEE ALSO"
.BR ldapadd (1),
.BR ldapdelete (1),
...
...
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