2022-04-09 17:38:00 +02:00
|
|
|
#[html]
|
|
|
|
#page_title = Login
|
|
|
|
|
2022-09-11 19:28:52 +02:00
|
|
|
[general]
|
|
|
|
allow_registration = True
|
|
|
|
|
2022-04-09 17:38:00 +02:00
|
|
|
[ldap:0]
|
|
|
|
host = localhost
|
|
|
|
port = 636
|
|
|
|
use_ssl = True
|
|
|
|
base = ou=groups,dc=example,dc=org
|
|
|
|
search_filter = uid={uid}
|
|
|
|
|
|
|
|
# LDAP zerbitzariak gehitu nahi badira...
|
|
|
|
#[ldap:1]
|
|
|
|
#host = localhost
|
|
|
|
#base = ou=People,dc=example,dc=org
|
|
|
|
#search_filter = uid={uid}
|
|
|
|
|
|
|
|
[server]
|
|
|
|
server = auto
|
|
|
|
host = localhost
|
|
|
|
port = 8080
|
|
|
|
|
|
|
|
[session]
|
|
|
|
type = file
|
2022-06-24 18:21:41 +02:00
|
|
|
expire = 900
|
2022-04-09 17:38:00 +02:00
|
|
|
data_dir = ./session
|
|
|
|
auto = true
|
|
|
|
|
|
|
|
[locale]
|
|
|
|
dir = ./locales
|
|
|
|
#default lang
|
|
|
|
lang = en
|