summaryrefslogtreecommitdiffstats
path: root/src/mad-core.conf
blob: 8f8427854b9b50419d7f1c311cffc32939ba1fb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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
    #UserByName
    #GroupById
    #GroupByName
  }
}

Daemon test {
  IpAddress 127.0.0.1
}