2024-02-15 20:58:33 +01:00
|
|
|
listen = "[::]:80"
|
2024-02-10 14:11:19 +01:00
|
|
|
|
2024-02-20 22:57:03 +01:00
|
|
|
[padlock]
|
|
|
|
secret = ""
|
|
|
|
#proxy = "https://some-other-auth-server.example"
|
|
|
|
|
2024-02-10 14:11:19 +01:00
|
|
|
[database]
|
2024-02-10 14:25:33 +01:00
|
|
|
connection-string = "sqlite://sqlite.db"
|
2024-02-10 22:46:44 +01:00
|
|
|
|
2024-10-31 18:37:19 +01:00
|
|
|
# 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))"
|