]> jfr.im git - solanum.git/blame - tests/send1.conf
tests: Verify behaviour if services authenticates a user after SASL is aborted
[solanum.git] / tests / send1.conf
CommitLineData
d2b5f411
SA
1serverinfo {
2 sid = "0AA";
3 name = "me.test";
4 description = "Test server";
5 network_name = "Test network";
6};
7
60f1d711
SA
8connect "remote.test" {
9 host = "::1";
10 fingerprint = "test";
11 class = "default";
12};
13
54f75d36
SA
14connect "remote2.test" {
15 host = "::1";
16 fingerprint = "test";
17 class = "default";
18};
19
20connect "remote3.test" {
21 host = "::1";
22 fingerprint = "test";
23 class = "default";
24};
25
26privset "admin" {
27 privs = oper:admin;
28};
29