Patch: Bugs with back-ldap/meta mappings (ITS#1787)

================
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.
			================

manpage patch for ITS#1787.
This commit is contained in:
Kurt Zeilenga 2002-06-14 20:41:40 +00:00
parent 3ee908649a
commit 220b41bc91
2 changed files with 5 additions and 6 deletions

View file

@ -64,17 +64,16 @@ them to the client.
The <suffix> field must be defined as a valid suffix (or suffixAlias?)
for the current database.
.TP
.B map "{attribute | objectclass} {<local name> | *} [<foreign name> | *]"
.B map "{attribute | objectclass} [<local name> | *] {<foreign name> | *}"
Map attribute names and object classes from the foreign server to
different values on the local slapd.
The reason is that some attributes might not be part of the local
slapd's schema, some attribute names might be different but serve the
same purpose, etc.
If local or foreign name is `*', the name is preserved.
If foreign name is missing, the name is dropped.
Local name `*' and no foreign name means unmapped attributes are
removed, while local name = foreign name = `*' means unmapped
attributes are preserved.
If local name is omitted, the foreign name is removed.
Unmapped names are preseved if both local and foreign name are `*',
and removed if local name is omitted and foreign name is `*'.
.TP
.B rewrite*
The rewrite options are described in the "REWRITING" section of the

View file

@ -169,7 +169,7 @@ so "dc=foo, dc=com" would not match "dc=foo,dc=com".
.LP
See the "REWRITING" section.
.TP
.B map {objectClass|attribute} {<source>|*} [<dest>|*]
.B map "{attribute|objectclass} [<local name>|*] {<foreign name>|*}"
This maps object classes and attributes as in the LDAP backend.
See
.BR slapd-ldap (5).