1 .TH SLAPCAT 8C "2008/07/16" "OpenLDAP 2.4.11"
2 .\" $OpenLDAP: pkg/ldap/doc/man/man8/slapcat.8,v 1.28.2.7 2008/02/11 23:26:40 kurt Exp $
3 .\" Copyright 1998-2008 The OpenLDAP Foundation All Rights Reserved.
4 .\" Copying restrictions apply. See COPYRIGHT/LICENSE.
6 slapcat \- SLAPD database to LDIF utility
26 is used to generate an LDAP Directory Interchange Format
27 (LDIF) output based upon the contents of a
30 It opens the given database determined by the database number or
31 suffix and writes the corresponding LDIF to standard output or
33 Databases configured as
35 of this one are also output, unless \fB-g\fP is specified.
37 The entry records are presented in database order, not superior first
38 order. The entry records will include all (user and operational)
39 attributes stored in the database. The entry records will not include
40 dynamically generated attributes (such as subschemaSubentry).
42 The output of slapcat is intended to be used as input to
44 The output of slapcat cannot generally be used as input to
46 or other LDAP clients without first editing the output.
47 This editing would normally include reordering the records
48 into superior first order and removing no-user-modification
49 operational attributes.
53 Only dump entries matching the asserted filter.
57 "(!(entryDN:dnSubtreeMatch:=ou=People,dc=example,dc=com))"
59 will dump all but the "ou=People,dc=example,dc=com" subtree
60 of the "dc=example,dc=com" database.
63 Use the specified \fIsuffix\fR to determine which database to
64 generate output for. The \-b cannot be used in conjunction
70 Enable continue (ignore errors) mode.
73 Enable debugging messages as defined by the specified
80 Specify an alternative
85 specify a config directory.
90 are specified, the config file will be read and converted to
91 config directory format and written to the specified directory.
92 If neither option is specified, an attempt to read the
93 default config directory will be made before trying to use the default
94 config file. If a valid config directory exists then the
95 default config file is ignored.
98 disable subordinate gluing. Only the specified database will be
99 processed, and not its glued subordinates (if any).
102 Write LDIF to specified file instead of standard output.
105 Generate output for the \fIdbnum\fR\-th database listed in the
106 configuration file. The
108 cannot be used in conjunction with the
112 .BI \-o " option[=value]"
117 Possible generic options/values are:
120 syslog=<subsystems> (see `\-s' in slapd(8))
121 syslog-level=<level> (see `\-S' in slapd(8))
122 syslog-user=<user> (see `\-l' in slapd(8))
126 .BI \-s " subtree-dn"
127 Only dump entries in the subtree specified by this DN.
128 Implies `-b subtree-dn' if no
137 For some backend types, your
139 should not be running (at least, not in read-write
140 mode) when you do this to ensure consistency of the database. It is
150 To make a text backup of your SLAPD database and put it in a file called
156 /usr/sbin/slapcat -l ldif
166 "OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/)
168 .\" Shared Project Acknowledgement Text
169 .B "OpenLDAP Software"
170 is developed and maintained by The OpenLDAP Project <http://www.openldap.org/>.
171 .B "OpenLDAP Software"
172 is derived from University of Michigan LDAP 3.3 Release.