]> git.sur5r.net Git - openldap/blob - doc/man/man8/slaptest.8
document new tools
[openldap] / doc / man / man8 / slaptest.8
1 .TH SLAPTEST 8C "RELEASEDATE" "OpenLDAP LDVERSION"
2 .\" Copyright 2004 The OpenLDAP Foundation All Rights Reserved.
3 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
4 .SH NAME
5 slaptest \- Check the suitability of the slapd.conf file.
6 .SH SYNOPSIS
7 .B SBINDIR/slaptest
8 .B [\-v]
9 .B [\-d level]
10 .B [\-f slapd.conf]
11 .LP
12 .SH DESCRIPTION
13 .LP
14 .B Slaptest
15 is used to check the conformance of the
16 .BR slapd.conf (5)
17 configurtion file.
18 It opens the
19 .BR slapd.conf (5)
20 configuration file, and parses it according to the general 
21 and the backend-specific rules, checking its sanity.
22 .LP
23 .SH OPTIONS
24 .TP
25 .B \-v
26 enable verbose mode.
27 .TP
28 .BI \-d " level"
29 enable debugging messages as defined by the specified
30 .IR level .
31 .TP
32 .BI \-f " slapd.conf"
33 specify an alternative
34 .BR slapd.conf (5)
35 file.
36 .SH EXAMPLES
37 To check a 
38 .BR slapd.conf (5)
39 give the command:
40 .LP
41 .nf
42 .ft tt
43         SBINDIR/slaptest -f /ETCDIR/slapd.conf -v
44 .ft
45 .fi
46 .SH "SEE ALSO"
47 .BR ldap (3),
48 .BR slapd (8)
49 .BR slapdn (8)
50 .LP
51 "OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/)
52 .SH ACKNOWLEDGEMENTS
53 .B OpenLDAP
54 is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
55 .B OpenLDAP
56 is derived from University of Michigan LDAP 3.3 Release.