added path to ccnet.conf and remove dup config that will be in there
This commit is contained in:
@@ -4,32 +4,12 @@
|
||||
logLevel = INFO
|
||||
logFilePath = /tmp/seafile-ldap.log
|
||||
|
||||
# this section contains information related to the server
|
||||
[LDAP SERVER]
|
||||
# ldap server address
|
||||
server = ad.sample.com
|
||||
# ldap server port
|
||||
port = 636
|
||||
# ldap ssl, true for yes, false for no
|
||||
ssl = true
|
||||
# group DN for where the groups are located
|
||||
groupBaseDN = CN=Users,,DC=samples,DC=com
|
||||
# user DN for where the groups are located
|
||||
userBaseDN = CN=Users,,DC=samples,DC=com
|
||||
# group that grants access to seafile, if not in this group, no access to seafile
|
||||
seafileGroupDN = CN=Seafile,CN=Users,DC=samples,DC=com
|
||||
|
||||
# this section will contain the information for the bind account to the ldap server
|
||||
[Bind Account]
|
||||
# the username needs to be in the domain\username or username@domain.com format
|
||||
username = domain\account
|
||||
# password for the bind account
|
||||
password = super_Secret_p@ssword_G0es_H3r3
|
||||
|
||||
[Seafile]
|
||||
# url of the seafile server, should have a trsuted ssl cert
|
||||
url = https://seafile.com
|
||||
# token for a admin account
|
||||
token = 123456789abcdef
|
||||
# Path of CCENT.conf file
|
||||
ccnetPath = /opt/seafile/conf/ccnet.conf
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user