From: Howard Chu Date: Mon, 13 Jul 2009 13:33:01 +0000 (+0000) Subject: Added VLV support X-Git-Tag: ACLCHECK_0~428 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9bf0a04910244ad7db534761a84c19a03b7ae057;p=openldap Added VLV support --- diff --git a/doc/man/man1/ldapsearch.1 b/doc/man/man1/ldapsearch.1 index 8133aaf2b7..f2d34d7636 100644 --- a/doc/man/man1/ldapsearch.1 +++ b/doc/man/man1/ldapsearch.1 @@ -93,13 +93,13 @@ library call. opens a connection to an LDAP server, binds, and performs a search using specified parameters. The \fIfilter\fP should conform to the string representation for search filters as defined in RFC 4515. -If not provided, the default filter, (objectClass=*), is used. +If not provided, the default filter, \fB(objectClass=*)\fP, is used. .LP If .B ldapsearch finds one or more entries, the attributes specified by -\fIattrs\fP are returned. If * is listed, all user attributes are -returned. If + is listed, all operational attributes are returned. +\fIattrs\fP are returned. If \fB*\fP is listed, all user attributes are +returned. If \fB+\fP is listed, all operational attributes are returned. If no \fIattrs\fP are listed, all user attributes are returned. If only 1.1 is listed, no attributes will be returned. .LP @@ -109,12 +109,12 @@ Option \fI\-L\fP controls the format of the output. .TP .B \-n Show what would be done, but don't actually perform the search. Useful for -debugging in conjunction with -v. +debugging in conjunction with \fB\-v\fP. .TP .B \-c Continuous operation mode. Errors are reported, but ldapsearch will continue with searches. The default is to exit after reporting an error. Only useful -in conjunction with -f. +in conjunction with \fB\-f\fP. .TP .B \-u Include the User Friendly Name form of the Distinguished Name (DN) @@ -274,13 +274,14 @@ General extensions: Search extensions: .nf - [!]domainScope (domain scope) - [!]mv= (matched values filter) + [!]domainScope (domain scope) + [!]mv= (matched values filter) [!]pr=[/prompt|noprompt] (paged results/prompt) [!]sss=[\-][/[\-]...] (server side sorting) [!]subentries[=true|false] (subentries) - [!]sync=ro[/] (LDAP Sync refreshOnly) + [!]sync=ro[/] (LDAP Sync refreshOnly) rp[/][/] (LDAP Sync refreshAndPersist) + [!]vlv=/(//|:) (virtual list view) .fi .TP .BI \-l \ timelimit