25 lines
664 B
Plaintext
25 lines
664 B
Plaintext
#default Section
|
|
[DEFAULT]
|
|
# debug, info, warning, error, critical
|
|
logLevel = INFO
|
|
logFilePath = /tmp/seafile-sso.log
|
|
|
|
[Seafile]
|
|
# url for seafile
|
|
SERVICE_URL = https://cloud.seafile.com
|
|
# token for a admin account
|
|
token = 123456789abcdef
|
|
# Seafile Admin Account to exclude from marking inactive
|
|
adminEmail = admin@seafile.com
|
|
|
|
[LDAP]
|
|
# LDAP host
|
|
HOST = ldap://ldap.local
|
|
# BASE OU to search
|
|
BASE = OU=Users,DC=ldap,DC=local
|
|
# User account to connect to ldap to search
|
|
USER_DN = CN=user,OU=Users,DC=ldap,DC=local
|
|
# password for bind dn user
|
|
PASSWORD = password
|
|
# ldap filter used to grant access to seafile
|
|
FILTER = memberOf=CN=Seafile,,OU=Users,DC=ldap,DC=local |