From 66a8ab6ad815961010fe201e646379314fc50bd6 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 5 Mar 2013 22:09:43 +0100 Subject: [PATCH] updated doc --- src/ocserv-args.c | 2 +- src/ocserv-args.def | 4 ++-- src/ocserv-args.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ocserv-args.c b/src/ocserv-args.c index 2a8e09e8..4391e023 100644 --- a/src/ocserv-args.c +++ b/src/ocserv-args.c @@ -2,7 +2,7 @@ * * DO NOT EDIT THIS FILE (ocserv-args.c) * - * It has been AutoGen-ed March 5, 2013 at 01:41:50 AM by AutoGen 5.16 + * It has been AutoGen-ed March 5, 2013 at 10:09:33 PM by AutoGen 5.16 * From the definitions ocserv-args.def * and the template file options * diff --git a/src/ocserv-args.def b/src/ocserv-args.def index 17af183a..d1126249 100644 --- a/src/ocserv-args.def +++ b/src/ocserv-args.def @@ -74,8 +74,8 @@ An example configuration file follows. @example # User authentication method. Could be set multiple times and in -# that case all should succeed. -# Options: certificate, pam. +# that case all should succeed. To enable multiple methods use +# multiple auth directives. Available options: certificate, pam. #auth = "certificate" auth = "pam" diff --git a/src/ocserv-args.h b/src/ocserv-args.h index 8949be27..7e2bcab3 100644 --- a/src/ocserv-args.h +++ b/src/ocserv-args.h @@ -2,7 +2,7 @@ * * DO NOT EDIT THIS FILE (ocserv-args.h) * - * It has been AutoGen-ed March 5, 2013 at 01:41:50 AM by AutoGen 5.16 + * It has been AutoGen-ed March 5, 2013 at 10:09:33 PM by AutoGen 5.16 * From the definitions ocserv-args.def * and the template file options *