From f77ae63daeba678612b11a274c92c5687cc3de5f Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Mon, 4 Jul 2022 20:14:55 -0400 Subject: Created sample configuration file --- mfa.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 mfa.conf diff --git a/mfa.conf b/mfa.conf new file mode 100644 index 0000000..7773388 --- /dev/null +++ b/mfa.conf @@ -0,0 +1,23 @@ +# Sample configuration file + +[mfad] +address = 127.0.0.1 +pam-port = 8000 +client-port = 8001 +pam-tls-port = 8100 +client-tls-port = 8101 +database = /etc/mfa/mfa.db +cert = /etc/mfa/tls/cert.pem +key = /etc/mfa/tls/key.pem + +[client] +server = 127.0.0.1 +port = 8101 +insecure = True +plain = False + +[pam] +server = 127.0.0.1 +port = 8100 +insecure = True +plain = False -- cgit v1.2.3