20 lines
469 B
Text
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))"
|