factoriauth/config.toml.example
2024-10-31 18:37:19 +01:00

20 lines
469 B
Text

listen = "[::]:80"
[padlock]
secret = ""
#proxy = "https://some-other-auth-server.example"
[database]
connection-string = "sqlite://sqlite.db"
# uncomment to allow login as local user via PAM
#[[auth-backends]]
#type = "PAM"
#service-name = "system-auth"
# uncomment and configure to allow login via LDAP
#[[auth-backends]]
#type = "LDAP"
#server-address = "ldap://ldap.example.com"
#search-base = "ou=users,dc=example,dc=com"
#user-filter = "(|(uid=%s)(mail=%s))"