19 lines
496 B
Plaintext
19 lines
496 B
Plaintext
#default Section
|
|
[DEFAULT]
|
|
# debug, info, warning, error, critical
|
|
logLevel = INFO
|
|
logFilePath = /tmp/seafile-ldap.log
|
|
|
|
# this section contains information related to the server
|
|
[LDAP SERVER]
|
|
server = ad.sample.com
|
|
port = 636
|
|
ssl = true
|
|
|
|
# this section will contain the information for the bind account to the ldap server
|
|
# the username needs to be in the domain\username or username@domain.com format
|
|
[Bind Account]
|
|
username = domain\service_account
|
|
password = super_Secret_p@ssword_G0es_H3r3
|
|
|