From be7c497fd3aa09950eee485e065adab3d7a18eb9 Mon Sep 17 00:00:00 2001 From: nbk Date: Sat, 18 Nov 2006 13:05:08 +0000 Subject: [PATCH] Pull from CVS head: Add a new "-f" option to read the password from a file, instead of command line. (closes: #395) --- man/man8/radsqlrelay.8 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man/man8/radsqlrelay.8 b/man/man8/radsqlrelay.8 index 801b522..4849c63 100644 --- a/man/man8/radsqlrelay.8 +++ b/man/man8/radsqlrelay.8 @@ -9,6 +9,8 @@ radsqlrelay - relay SQL queries to a central database server .IR sql_driver ] .RB [ \-b .IR database ] +.RB [ \-f +.IR file ] .RB [ \-h .IR host ] .RB [ \-u @@ -32,6 +34,8 @@ must be configured in the \fBradiusd\fP server before you can use Driver to use: mysql, pg, oracle. .IP "\-b \fIdatabase\fP" Name of the database to use. +.IP "\-f \fIfile\fP" +Read password from file, instead of command line. .IP "\-h \fIhost\fP" Connect to host. .IP "\-u \fIuser\fP" -- 2.1.4