summaryrefslogtreecommitdiff
path: root/src/main/conf/connections.yaml
blob: 097117ec99f0949eafee5aa2b0021d257ba680b6 (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