summaryrefslogtreecommitdiff
path: root/src/main/conf/connections.yaml
blob: 1918d029a2103b208617025dfe48ac6337dbbccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This file contains credentials (should be readable only by SSSync)
connections:
  - id  : mysql_1
    type: jdbc
    dbms: mysql
    host: localhost
    port: 3306
    user: root
    pass: secret
    db  : sssync

  - id  : ldap_1
    type: ldap
    host: localhost
    port: 389
    bind: uid=ldapadmin,ou=specialUsers,dc=univ-jfc,dc=fr
    pass: secret