diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2006-08-14 16:25:57 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2006-08-14 16:25:57 +0000 |
commit | 2960cf2646bda8ad4add66b49cbd5561db5ae309 (patch) | |
tree | 540ae991b5e4736e00ec338c834948acc324b099 /libexec/login_radius | |
parent | b42eb98d5f86ab05a2f1f67c7e45f8f3a80102a8 (diff) |
Document debug mode. OK jmc@
Diffstat (limited to 'libexec/login_radius')
-rw-r--r-- | libexec/login_radius/login_radius.8 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/libexec/login_radius/login_radius.8 b/libexec/login_radius/login_radius.8 index 7da662ea84e..66045abf84e 100644 --- a/libexec/login_radius/login_radius.8 +++ b/libexec/login_radius/login_radius.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: login_radius.8,v 1.7 2003/03/11 08:11:08 jmc Exp $ +.\" $OpenBSD: login_radius.8,v 1.8 2006/08/14 16:25:56 millert Exp $ .\" .\" Copyright (c) 1996 Berkeley Software Design, Inc. All rights reserved. .\" @@ -40,6 +40,7 @@ .Nd contact radiusd for authentication .Sh SYNOPSIS .Nm login_radius +.Op Fl d .Op Fl s Ar service .Op Fl v Ar name=value .Ar user @@ -65,6 +66,10 @@ use the authentication specified by .Pp Available options are: .Bl -tag -width indent +.It Fl d +Debug mode. +Output is sent to the standard output instead of the BSD +authentication backchannel. .It Fl s Specify the service. Currently only |