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
43fb9f0e
Commit
43fb9f0e
authored
19 years ago
by
Pierangelo Masarati
Browse files
Options
Downloads
Patches
Plain Diff
allop man page
parent
4a3b0496
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/man/man5/slapo-allop.5
+63
-0
63 additions, 0 deletions
doc/man/man5/slapo-allop.5
with
63 additions
and
0 deletions
doc/man/man5/slapo-allop.5
0 → 100644
+
63
−
0
View file @
43fb9f0e
.TH SLAPO-ALLOP 5 "RELEASEDATE" "OpenLDAP LDVERSION"
.\" Copyright 2005 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
.\" $OpenLDAP$
.SH NAME
slapo-allop \- All Operational Attributes overlay
.SH SYNOPSIS
ETCDIR/slapd.conf
.SH DESCRIPTION
The All Operational Attributes overlay is designed to allow slapd to
interoperate with dumb clients that expect all attributes, including
operational ones, to be returned when "*" or an empty attribute list
is requested, as opposed to RFC2251 and RFC3673.
.SH CONFIGURATION
These
.B slapd.conf
options apply to the All Operational overlay.
They should appear after the
.B overlay
directive and before any subsequent
.B database
directive.
.TP
.B allop-URI <ldapURI>
Specify the base and the scope of search operations that trigger the overlay.
By default, it is "ldap:///??base", i.e. it only applies to the rootDSE.
This requires the overlay to be instantited as global.
.SH EXAMPLES
.LP
default behavior: only affects requests to the rootDSE
.nf
# global
overlay allop
.fi
.LP
affects all requests
.nf
# global
overlay allop
allop-URI "ldap:///??sub"
.fi
.LP
affects only requests directed to the suffix of a database
.nf
# per database
database bdb
suffix "dc=example,dc=com"
# database specific directives ...
overlay allop
allop-URI "ldap:///dc=example,dc=com??base"
.fi
.SH FILES
.TP
ETCDIR/slapd.conf
default slapd configuration file
.SH SEE ALSO
.BR slapd.conf (5).
.SH ACKNOWLEDGEMENTS
.P
This module was written in 2005 by Pierangelo Masarati for SysNet s.n.c.
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