aboutsummaryrefslogtreecommitdiff
path: root/scripts/ldap_sync.conf
blob: 46ea509c1f2fa3ff2b93d084229c4b240ffa999f (plain)
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
30
31
32
33
34
35
[ldap_config]
api_url = http://your.rhodecode.server:5000/_admin/api
api_user = admin
api_key = XXXXXXXXXXXX

ldap_uri = ldap://your.ldap.server:389
ldap_user = cn=rhodecode,ou=binders,dc=linaro,dc=org
ldap_key = XXXXXXXXX
base_dn = dc=linaro,dc=org

sync_users = True

[loggers]
keys=root

[logger_root]
level=DEBUG
handlers=file

[formatters]
keys=simple

[formatter_simple]
format=%(asctime)s %(levelname)-8s %(message)s

[handlers]
keys=file

[handler_file]
class=handlers.TimedRotatingFileHandler
interval=midnight
backupCount=10
formatter=simple
level=DEBUG
args=('/tmp/test.log',)