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. diff -u1 -r doc/man/man5/slapd-ldap.5~ doc/man/man5/slapd-ldap.5 --- doc/man/man5/slapd-ldap.5~ Tue Apr 30 18:23:10 2002 +++ doc/man/man5/slapd-ldap.5 Wed May 1 07:57:37 2002 @@ -66,3 +66,3 @@ .TP -.B map "{attribute | objectclass} { | *} [ | *]" +.B map "{attribute | objectclass} [ | *] { | *}" Map attribute names and object classes from the foreign server to @@ -73,6 +73,5 @@ 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 diff -u1 -r doc/man/man5/slapd-meta.5~ doc/man/man5/slapd-meta.5 --- doc/man/man5/slapd-meta.5~ Tue Apr 30 18:30:53 2002 +++ doc/man/man5/slapd-meta.5 Wed May 1 07:05:15 2002 @@ -171,3 +171,3 @@ .TP -.B map {objectClass|attribute} {|*} [|*] +.B map "{attribute|objectclass} [|*] {|*}" This maps object classes and attributes as in the LDAP backend.