From 14fab1cf21f4f4f91a2b6a7c4fcc5772a82e32c6 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Fri, 9 Mar 2007 09:46:34 +0000 Subject: [PATCH] Document the "hidden" keyword. --- doc/man/man5/slapd.conf.5 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 0ed9dc1edb..a37c174550 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -1106,6 +1106,13 @@ or .BR sql , depending on which backend will serve the database. .TP +.B hidden on | off +Controls whether the database will be used to answer +queries. A database that is hidden will never be +selected to answer any queries, and any suffix configured +on the database will be ignored in checks for conflicts +with other databases. By default, hidden is off. +.TP .B lastmod on | off Controls whether .B slapd -- 2.39.5