blob: 78a4fa6b637b29b13adfc03b40e213fe292c9731 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# This file contains credentials (should be readable only by SSSync)
connections:
- id : ora_1
type: JDBC
dbms: ORACLE
ress: gest
host: ora.univ-jfc.fr
port: 1521
user: grhum
pass: secret
db : grhum
- id : ldap_1
type: LDAP
host: localhost
port: 389
bind: uid=ldapadmin,ou=specialUsers,dc=univ-jfc,dc=fr
pass: secret
|