From 42d532c3a310b8ad71bd02d4facbb798f838a1f5 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sat, 23 Mar 2013 10:08:03 +0100 Subject: [PATCH] doc update --- NEWS | 2 +- src/ocserv-args.c | 2 +- src/ocserv-args.def | 5 ++++- src/ocserv-args.h | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index b5e83bcd..8c0b9ce6 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -* Version 0.1.0 (unreleased) +* Version 0.1.0 (released 2013-03-23) - Corrected issue with ocsp-response configuration field. - Added ability to specify multiple certificate and key pairs. diff --git a/src/ocserv-args.c b/src/ocserv-args.c index d68b96a8..b0ef0082 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 22, 2013 at 08:56:38 AM by AutoGen 5.16 + * It has been AutoGen-ed March 23, 2013 at 10:07:50 AM 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 681c1718..2165bbf5 100644 --- a/src/ocserv-args.def +++ b/src/ocserv-args.def @@ -277,7 +277,10 @@ The pid of that process is available from the command 'who -u' if utmp logging i @subheading Password authentication If your system supports Pluggable Authentication Modules (PAM), then ocserv will take advantage of it to password authenticate its users. -It can be used in conjunction with certificate authentication. +Otherwise a plain password file similar to the UNIX password file could +be used. In that case the 'ocpasswd' tool can be used for its management. +Password authentication can be used in conjunction with certificate +authentication. @subheading Certificate authentication In order to support certificate authentication you will need in addition to diff --git a/src/ocserv-args.h b/src/ocserv-args.h index 0708ec38..cc3c8642 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 22, 2013 at 08:56:38 AM by AutoGen 5.16 + * It has been AutoGen-ed March 23, 2013 at 10:07:50 AM by AutoGen 5.16 * From the definitions ocserv-args.def * and the template file options *