17 lines
384 B
Plaintext
17 lines
384 B
Plaintext
#default Section
|
|
[DEFAULT]
|
|
# debug, info, warning, error, critical
|
|
logLevel = INFO
|
|
logFilePath = /tmp/seafile-ldap.log
|
|
|
|
[Seafile]
|
|
# token for a admin account
|
|
token = 123456789abcdef
|
|
# Path of CCENT.conf file
|
|
ccnetPath = /opt/seafile/conf/ccnet.conf
|
|
# Seafile Admin Account
|
|
# This will be the owners of the groups and will be excluded from the script
|
|
adminEmail = admin@seafile.com
|
|
|
|
|