diff options
author | Martin Hedenfal <martinh@cvs.openbsd.org> | 2010-11-10 08:00:55 +0000 |
---|---|---|
committer | Martin Hedenfal <martinh@cvs.openbsd.org> | 2010-11-10 08:00:55 +0000 |
commit | ebfaac69617548d3e4845c8b32ce70f01731065d (patch) | |
tree | 26ebc3f004c9a5780a0fc11e8e714aa44aa0d3ea /usr.sbin/ldapd/ldapd.8 | |
parent | 408354608ae943f836f74405593828f81d0bdf3b (diff) |
Make -dvv flags produce debug traces of decoded BER messages on stderr.
Also shows a hexdump of the input buffer if BER decoding fails.
Useful when debugging protocol issues.
Diffstat (limited to 'usr.sbin/ldapd/ldapd.8')
-rw-r--r-- | usr.sbin/ldapd/ldapd.8 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.sbin/ldapd/ldapd.8 b/usr.sbin/ldapd/ldapd.8 index 3864ba7c919..e6bd09d153e 100644 --- a/usr.sbin/ldapd/ldapd.8 +++ b/usr.sbin/ldapd/ldapd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldapd.8,v 1.7 2010/11/05 07:18:30 martinh Exp $ +.\" $OpenBSD: ldapd.8,v 1.8 2010/11/10 08:00:54 martinh Exp $ .\" .\" Copyright (c) 2009, 2010 Martin Hedenfalk <martin@bzero.se> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 5 2010 $ +.Dd $Mdocdate: November 10 2010 $ .Dt LDAPD 8 .Os .Sh NAME @@ -64,6 +64,11 @@ Only check the configuration file for validity. Specify an alternative location for the socket file. .It Fl v Produce more verbose output. +A second +.Fl v +together with the +.Fl d +flag produces debug traces of decoded BER messages on stderr. .El .Sh FILES .Bl -tag -width "/var/run/ldapd.sockXXXXXXX" -compact |