source: branches/samba-3.2.x/docs/manpages/ldbsearch.1@ 201

Last change on this file since 201 was 201, checked in by Herwig Bauernfeind, 16 years ago

Update to Samba 3.2.3

File size: 1.6 KB
Line 
1.\" Title: ldbsearch
2.\" Author:
3.\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/>
4.\" Date: 08/27/2008
5.\" Manual: User Commands
6.\" Source: Samba 3.2
7.\"
8.TH "LDBSEARCH" "1" "08/27/2008" "Samba 3\.2" "User Commands"
9.\" disable hyphenation
10.nh
11.\" disable justification (adjust text to left margin only)
12.ad l
13.SH "NAME"
14ldbsearch - Search for records in a LDB database
15.SH "SYNOPSIS"
16.HP 1
17ldbsearch [\-h] [\-s\ base|one|sub] [\-b\ basedn] [\-i] [\-H\ LDB\-URL] [expression] [attributes]
18.SH "DESCRIPTION"
19.PP
20ldbsearch searches a LDB database for records matching the specified expression (see the ldapsearch(1) manpage for a description of the expression format)\. For each record, the specified attributes are printed\.
21.SH "OPTIONS"
22.PP
23\-h
24.RS 4
25Show list of available options\.
26.RE
27.PP
28\-H <ldb\-url>
29.RS 4
30LDB URL to connect to\. See ldb(7) for details\.
31.RE
32.PP
33\-s one|sub|base
34.RS 4
35Search scope to use\. One\-level, subtree or base\.
36.RE
37.PP
38\-i
39.RS 4
40Read search expressions from stdin\.
41.RE
42.PP
43\-b basedn
44.RS 4
45Specify Base DN to use\.
46.RE
47.SH "ENVIRONMENT"
48.PP
49LDB_URL
50.RS 4
51LDB URL to connect to (can be overrided by using the \-H command\-line option\.)
52.RE
53.SH "VERSION"
54.PP
55This man page is correct for version 4\.0 of the Samba suite\.
56.SH "SEE ALSO"
57.PP
58ldb(7), ldbedit(1)
59.SH "AUTHOR"
60.PP
61ldb was written by
62Andrew Tridgell\.
63.PP
64If you wish to report a problem or make a suggestion then please see the
65: http://ldb.samba.org/
66web site for current contact and maintainer information\.
67.PP
68This manpage was written by Jelmer Vernooij\.
Note: See TracBrowser for help on using the repository browser.