# 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