This repository has been archived by the owner on Feb 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest.ini
29 lines (28 loc) · 1.56 KB
/
test.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[app:main]
use = config:/usr/lib/ckan/lib/default/src/ckan/test-core.ini
#use = config:/home/jean/fast/dev/C2C/docker-ckan/ckan/root/etc/ckan/test-core.ini
ckanext.georchestra.ldap.uri = ldap://localhost:3899
ckanext.georchestra.ldap.base_dn = dc=georchestra,dc=org
ckanext.georchestra.ldap.orgs.rdn = ou=orgs
ckanext.georchestra.ldap.roles.rdn = ou=roles
ckanext.georchestra.ldap.users.rdn = ou=users
ckanext.georchestra.ldap.admin.dn = cn=admin,dc=georchestra,dc=org
# comma-separated list of users that we should not sync to CKAN
ckanext.georchestra.ldap.users.nosync = geoserver_privileged_user
ckanext.georchestra.ldap.admin.password = secret
ckanext.georchestra.ldap.auth.method = SIMPLE
#ckanext.georchestra.ldap.auth.mechanism = DIGEST-MD5
ckanext.georchestra.ldap.trace_level = 2
ckanext.georchestra.role.prefix = ROLE_
ckanext.georchestra.role.sysadmin = CKAN_SYSADMIN
ckanext.georchestra.role.orgadmin = CKAN_ADMIN
ckanext.georchestra.role.editor = CKAN_EDITOR
# used to keep root sysadmin users out of the sync process (we don't want them removed...)
ckanext.georchestra.external_users = ckandev,ckan
# If True, ckan users that don't belong to any LDAP organization are deleted
# if False, they are removed from all organizations and added to a orphan_users org
ckanext.georchestra.orphans.users.purge = False
ckanext.georchestra.orphans.users.orgname = orphan_users
# Prefix added to organizations' title that should be deleted but still contain
# datasets: they are referred as ghost, pending cleaning , for further deletion
ckanext.georchestra.organization.ghosts.prefix = [GHOST]