]> git.sur5r.net Git - openldap/commitdiff
document recent changes
authorPierangelo Masarati <ando@openldap.org>
Tue, 15 Apr 2003 20:55:29 +0000 (20:55 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 15 Apr 2003 20:55:29 +0000 (20:55 +0000)
doc/man/man5/slapd-meta.5

index fca8aa1ba6608d2699489cbc1a5b68b87adbf03f..68f2de2374fc5559b7151a15920436e18687c4dc 100644 (file)
@@ -485,15 +485,18 @@ client -> server:
 .nf
 (default)      if defined and no specific context 
                is available
-bindDn         bind
+bindDN         bind
 searchBase     search
 searchFilter   search
-compareDn      compare
-addDn          add
-modifyDn       modify
-modrDn         modrdn
-newSuperiorDn  modrdn
-deleteDn       delete
+compareDN      compare
+compareAttrDN  compare AVA
+addDN          add
+addAttrDN      add AVA
+modifyDN       modify
+modifyAttrDN   modify AVA
+modrDN         modrdn
+newSuperiorDN  modrdn
+deleteDN       delete
 .fi
 .RE
 .LP
@@ -504,8 +507,8 @@ server -> client:
 searchResult   search (only if defined; no default;
                acts on DN and DN-syntax attributes 
                of search results)
-matchedDn      all ops (only if defined; no default;
-               NOT IMPL. except in search)
+searchAttrDN   search AVA
+matchedDN      all ops (only if applicable)
 .fi
 .RE
 .LP