first release
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
#[html]
|
||||
#page_title = Login
|
||||
|
||||
[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}
|
||||
|
||||
[uwsgi]
|
||||
plugins = python3
|
||||
socket = /run/uwsgi/main.sock
|
||||
chdir = /var/www/scripts
|
||||
logger = file:/var/log/uwsgi/main.log
|
||||
processes = 1
|
||||
threads = 2
|
||||
# map URI paths to applications
|
||||
mount = /admin/ldap-python-webui=ldap-python-webui/app.py
|
||||
manage-script-name = true
|
||||
|
||||
[server]
|
||||
server = auto
|
||||
host = localhost
|
||||
port = 8080
|
||||
|
||||
[session]
|
||||
type = file
|
||||
expire = 300
|
||||
data_dir = ./session
|
||||
auto = true
|
||||
|
||||
[locale]
|
||||
dir = ./locales
|
||||
#default lang
|
||||
lang = en
|
||||
Reference in New Issue
Block a user