1 .TH SLAPTEST 8C "2008/07/16" "OpenLDAP 2.4.11"
2 .\" Copyright 2004-2008 The OpenLDAP Foundation All Rights Reserved.
3 .\" Copying restrictions apply. See COPYRIGHT/LICENSE.
5 slaptest \- Check the suitability of the OpenLDAP slapd.conf file
19 is used to check the conformance of the
24 configuration file, and parses it according to the general
25 and the backend-specific rules, checking its sanity.
30 enable debugging messages as defined by the specified
37 specify an alternative
42 specify a config directory.
47 are specified, the config file will be read and converted to
48 config directory format and written to the specified directory.
49 If neither option is specified, slaptest will attempt to read the
50 default config directory before trying to use the default
51 config file. If a valid config directory exists then the
52 default config file is ignored. If dryrun mode is also specified,
53 no conversion will occur.
55 .BI \-o " option[=value]"
60 Possible generic options/values are:
63 syslog=<subsystems> (see `\-s' in slapd(8))
64 syslog-level=<level> (see `\-S' in slapd(8))
65 syslog-user=<user> (see `\-l' in slapd(8))
70 Be extremely quiet: only the exit code indicates success (0) or not
74 enable dryrun mode (i.e. don't fail if databases cannot be opened,
86 /usr/sbin/slaptest -f //etc/openldap/slapd.conf -v
94 "OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/)
96 .\" Shared Project Acknowledgement Text
97 .B "OpenLDAP Software"
98 is developed and maintained by The OpenLDAP Project <http://www.openldap.org/>.
99 .B "OpenLDAP Software"
100 is derived from University of Michigan LDAP 3.3 Release.