summaryrefslogtreecommitdiffstats
path: root/src/mad-core.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/mad-core.conf')
-rw-r--r--src/mad-core.conf32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/mad-core.conf b/src/mad-core.conf
deleted file mode 100644
index 4176307..0000000
--- a/src/mad-core.conf
+++ /dev/null
@@ -1,32 +0,0 @@
-Logger Console
-Logger File "mad-core.log"
-
-
-Listen *
-
-
-X509TrustFile ../Cert/ca-cert.pem
-#X509CrlFile ../Cert/crl.pem
-X509CertFile ../Cert/cert.pem
-X509KeyFile ../Cert/key.pem
-
-UserBackendMysql {
- Username test
- Password test
- Database test
-
- Queries {
- ListUsers "SELECT id, gid, username, fullname FROM users"
- #ListGroups
- #ListUserGroups
- #ListGroupUsers
- UserById "SELECT id, gid, username, fullname FROM users WHERE id = {ID}"
- UserByName "SELECT id, gid, username, fullname FROM users WHERE username = {USER}"
- #GroupById
- #GroupByName
- }
-}
-
-Daemon test {
- IpAddress 127.0.0.1
-}