From: Howard Chu Date: Sun, 22 Jul 2007 18:30:46 +0000 (+0000) Subject: ITS#5028 - note that bdb, hdb, and null are safe X-Git-Tag: OPENLDAP_REL_ENG_2_4_MP~308 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=dc6088339b5cd9b39926caa54a57601e80a63f2b;p=openldap ITS#5028 - note that bdb, hdb, and null are safe --- diff --git a/doc/man/man8/slapcat.8 b/doc/man/man8/slapcat.8 index 498d148125..f591a658fa 100644 --- a/doc/man/man8/slapcat.8 +++ b/doc/man/man8/slapcat.8 @@ -134,10 +134,18 @@ option is given. .B \-v Enable verbose mode. .SH LIMITATIONS -In general, your +For some backend types, your .BR slapd (8) should not be running (at least, not in read-write -mode) when you do this to ensure consistency of the database. +mode) when you do this to ensure consistency of the database. It is +always safe to run +.B slapcat +with the +.BR slapd-bdb (5), +.BR slapd-hdb (5), +and +.BR slapd-null (5) +backends. .SH EXAMPLES To make a text backup of your SLAPD database and put it in a file called .BR ldif ,