]> git.sur5r.net Git - openldap/commitdiff
Patch: Bugs with back-ldap/meta mappings (ITS#1787)
authorKurt Zeilenga <kurt@openldap.org>
Fri, 14 Jun 2002 20:41:40 +0000 (20:41 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 14 Jun 2002 20:41:40 +0000 (20:41 +0000)
================
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.

doc/man/man5/slapd-ldap.5
doc/man/man5/slapd-meta.5

index 5093612890a29ad20a0a0a055c3d4104c20e06e3..e102d3830ed5737baa2535519786a2b05313aad1 100644 (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
index 909730a82e79c2b94653552b692128fa82c018d6..d953d09dcd317ac932d27f82249765a29ddb23c1 100644 (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).