summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2013-03-03 21:32:46 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2013-03-03 21:34:44 +0100
commit4436104929fb437fd0e323fcc6e542323db1aed6 (patch)
treedbd4a90ca144b59c038563f97c6bdc9108b8a709 /man
parenta6675fde94aef0da259511fb7c581a07d88ab31e (diff)
downloadeurephia-4436104929fb437fd0e323fcc6e542323db1aed6.tar.gz
eurephia-4436104929fb437fd0e323fcc6e542323db1aed6.tar.xz
eurephia-4436104929fb437fd0e323fcc6e542323db1aed6.zip
New feature: Added config option auth_disable_internal
By setting this config option in the eurephia database, eurephia will expect all user account/certificate links to be set up with an external plug-in for username/password authentications. Further, it is now ensured that system configuration issues or general failures not related to the user authentication itself, is not counted as a login attempt. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Diffstat (limited to 'man')
-rw-r--r--man/eurephia-variables.78
1 files changed, 6 insertions, 2 deletions
diff --git a/man/eurephia-variables.7 b/man/eurephia-variables.7
index d7bc0a3..1276653 100644
--- a/man/eurephia-variables.7
+++ b/man/eurephia-variables.7
@@ -1,4 +1,4 @@
-.TH "eurephia-variables" "7" "October 2010" "David Sommerseth" ""
+.TH "eurephia-variables" "7" "March 2013" "David Sommerseth" ""
.SH "NAME"
eurephia-variables \- eurephia configuration variables
.SH DESCRIPTION
@@ -56,10 +56,14 @@ The \fBeurephiadm\fR utility uses XSLT templates for generating the output to th
.TP
.B openvpn_devtype
The \fBeurephia-auth\fR plug-in will try to auto-detect the device type, which must be either tun or tap. If this auto-detection fails, this configuration variable needs to be set to \fBtun\fR or \fBtap\fR. This value must correspond to the OpenVPN configuration.
+.SH "AUTHENTICATION"
+.TP
+.B auth_disable_internal
+If this is set to \fB1\fR, \fBeurephia\fR will not authenticate users against the password hashes in the \fBeurephia\fR database. This will enforce usage of an external authentication source via additionally loaded authentication plug-ins. If not set or set to \fB0\fR, the eurephia database will be used if no authentication plug-ins have been configured or it has been disabled.
.SH "SEE ALSO"
\fBeurephiadm\-config\fR(7),
\fBeurephia_init\fR(7),
.br
Administrators Tutorial and Manual
.SH "AUTHOR"
-Copyright (C) 2008\-2012 David Sommerseth <dazo@users.sourceforge.net>
+Copyright (C) 2008\-2013 David Sommerseth <dazo@users.sourceforge.net>