aboutsummaryrefslogtreecommitdiff
path: root/consul/configuration/seafile/conf/ccnet.conf.sample
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-02-11 21:52:57 +0100
committerAlex Auvolat <alex@adnab.me>2020-02-15 16:20:47 +0100
commitacdb34027b361cccfe6200ed8f087aa146d0ab55 (patch)
tree2a5b77339c74b83b2d0f6b11919063e24dfc8acf /consul/configuration/seafile/conf/ccnet.conf.sample
parentca787155c9f6b247ffc8718e963aad0fffeb5044 (diff)
downloadinfrastructure-acdb34027b361cccfe6200ed8f087aa146d0ab55.tar.gz
infrastructure-acdb34027b361cccfe6200ed8f087aa146d0ab55.zip
WIP: update mysql/seafile to use their own ldap user in ou=services
Diffstat (limited to 'consul/configuration/seafile/conf/ccnet.conf.sample')
-rw-r--r--consul/configuration/seafile/conf/ccnet.conf.sample29
1 files changed, 0 insertions, 29 deletions
diff --git a/consul/configuration/seafile/conf/ccnet.conf.sample b/consul/configuration/seafile/conf/ccnet.conf.sample
deleted file mode 100644
index 76f4da9..0000000
--- a/consul/configuration/seafile/conf/ccnet.conf.sample
+++ /dev/null
@@ -1,29 +0,0 @@
-[General]
-USER_NAME = deuxfleurs
-ID = <to be defined>
-NAME = deuxfleurs
-SERVICE_URL = https://cloud.deuxfleurs.fr
-
-[Network]
-PORT = 10001
-
-[Client]
-PORT = 13418
-
-[LDAP]
-HOST = ldap://bottin2.service.2.cluster.deuxfleurs.fr/
-BASE = ou=users,dc=deuxfleurs,dc=fr
-USER_DN = cn=<to be defined>,dc=deuxfleurs,dc=fr
-FILTER = memberOf=CN=seafile,OU=groups,DC=deuxfleurs,DC=fr
-PASSWORD = <to be defined>
-LOGIN_ATTR = mail
-
-[Database]
-ENGINE = mysql
-HOST = mariadb.service.2.cluster.deuxfleurs.fr
-PORT = 3306
-USER = seafile
-PASSWD = <to be defined>
-DB = ccnet-db
-CONNECTION_CHARSET = utf8
-