Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
af9ce148
Commit
af9ce148
authored
Dec 01, 2004
by
Pierangelo Masarati
Browse files
allow undefined schema items to be returned by back-ldap and remapped by the rwm overlay
parent
6e128193
Changes
1
Show whitespace changes
Inline
Side-by-side
doc/man/man5/slapo-rwm.5
View file @
af9ce148
...
...
@@ -46,7 +46,14 @@ The local
.I objectClasses
and
.I attributeTypes
must be defined in the local schema; the foreign ones do not have to.
must be defined in the local schema; the foreign ones do not have to,
but users are encouraged to explicitly define the remote attributeTypes
and the objectClasses they intend to map. All in all, when remapping
a remote server via back-ldap (\fBslapd-ldap\fP(5))
or back-meta (\fBslapd-meta\fP(5))
their definition can be easily obtained by querying the \fIsubschemaSubentry\fP
of the remote server; the problem should not exist when remapping a local
database.
Note, however, that the decision whether to rewrite or not attributeTypes
with
.IR "distinguishedName syntax" ,
...
...
@@ -59,8 +66,9 @@ while mapping from remote to local, first the attributeType is mapped,
and then the DN is rewritten.
As such, it is important that the local attributeType is appropriately
defined as using the distinguishedName syntax.
Also, note that there are DN-related syntaxes, like nameAndOptionalUID,
whose values are currenlty not rewritten.
Also, note that there are DN-related syntaxes (i.e. compound types with
a portion that is DN-valued), like nameAndOptionalUID,
whose values are currently not rewritten.
.SH SUFFIX MASSAGING
A basic feature of the
.B rwm
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment