-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreplform.rf
More file actions
42 lines (42 loc) · 1.02 KB
/
replform.rf
File metadata and controls
42 lines (42 loc) · 1.02 KB
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
36
37
38
39
40
41
42
{
"suffix": "dc=bozemanpass,dc=local",
"repman": {
"dn": "cn=repman,cn=config",
"pw": "secret12"
},
"suppliers": [
{
"replicaid": 5,
"hostname": "test5.bozemanpass.local",
"port": 389,
"binddn": "cn=Directory Manager",
"bindpw": "secret12",
"changelogdir": "/var/lib/dirsrv/slapd-bpi/changelogdb"
},
{
"replicaid": 6,
"hostname": "test6.bozemanpass.local",
"port": 389,
"binddn": "cn=Directory Manager",
"bindpw": "secret12",
"init_from": "test5.bozemanpass.local",
"changelogdir": "/var/lib/dirsrv/slapd-bpi/changelogdb"
}
],
"consumers": [
{
"hostname": "test76.bozemanpass.local",
"port": 389,
"binddn": "cn=Directory Manager",
"bindpw": "secret12",
"init_from": "test5.bozemanpass.local"
},
{
"hostname": "test7.bozemanpass.local",
"port": 389,
"binddn": "cn=Directory Manager",
"bindpw": "secret12",
"init_from": "test5.bozemanpass.local"
}
]
}