summaryrefslogtreecommitdiffstats
path: root/src/mad-server.conf
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-08-27 17:27:58 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-08-27 17:27:58 +0200
commit82ef58fb3d0bdf6ce7d13f42cca30d03b24973c6 (patch)
tree4508a31968224772e70fd9df38f11b3a2461c55e /src/mad-server.conf
parent854e90be061166d1619a74cbfdc7e384fc700125 (diff)
downloadmad-82ef58fb3d0bdf6ce7d13f42cca30d03b24973c6.tar
mad-82ef58fb3d0bdf6ce7d13f42cca30d03b24973c6.zip
AuthProvider hinzugefügt
AuthBackendFile in AuthProviderFile und AuthBackendPassword aufgeteilt
Diffstat (limited to 'src/mad-server.conf')
-rw-r--r--src/mad-server.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mad-server.conf b/src/mad-server.conf
index 88213e6..ff8249c 100644
--- a/src/mad-server.conf
+++ b/src/mad-server.conf
@@ -1,6 +1,7 @@
LoadModule "FileLogger"
-LoadModule "AuthBackendFile"
+LoadModule "AuthBackendPassword"
+LoadModule "AuthProviderFile"
LoadModule "SystemBackendPosix"
LoadModule "SystemBackendProc"
@@ -21,7 +22,7 @@ X509TrustFile ../Cert/ca-cert.pem
X509CertFile ../Cert/cert.pem
X509KeyFile ../Cert/key.pem
-AuthBackendFile {
+AuthProviderFile {
File "users"
}