summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Chudnick <sam@chudnick.com>2022-07-04 20:14:55 -0400
committerSam Chudnick <sam@chudnick.com>2022-07-04 20:14:55 -0400
commitf77ae63daeba678612b11a274c92c5687cc3de5f (patch)
tree11fac0f7cdf22b1bc766e7b198a2290569b0ddc1
parent2e840e7c381f88425952c6fa9d68e0d433084a5a (diff)
Created sample configuration file
-rw-r--r--mfa.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/mfa.conf b/mfa.conf
new file mode 100644
index 0000000..7773388
--- /dev/null
+++ b/mfa.conf
@@ -0,0 +1,23 @@
1# Sample configuration file
2
3[mfad]
4address = 127.0.0.1
5pam-port = 8000
6client-port = 8001
7pam-tls-port = 8100
8client-tls-port = 8101
9database = /etc/mfa/mfa.db
10cert = /etc/mfa/tls/cert.pem
11key = /etc/mfa/tls/key.pem
12
13[client]
14server = 127.0.0.1
15port = 8101
16insecure = True
17plain = False
18
19[pam]
20server = 127.0.0.1
21port = 8100
22insecure = True
23plain = False