sasl external: request tls client cert, plumb sha256 certfp through to user, relay to services; advertise sasl=PLAIN,EXTERNAL on tls
This commit is contained in:
parent
fa84ba9f53
commit
f462fecac3
7 changed files with 75 additions and 9 deletions
|
|
@ -24,6 +24,11 @@ bind_server = 0.0.0.0:7000
|
|||
# link = <name> <ip> <port> <password> [autoconnect] (the password is a shared secret)
|
||||
# link = peer.example.net 203.0.113.5 7000 CHANGE_THIS_LINK_SECRET autoconnect
|
||||
|
||||
# services: the linked server that handles SASL (client AUTHENTICATE is relayed to
|
||||
# it). Leave unset to disable SASL. SASL EXTERNAL additionally needs the client on
|
||||
# TLS with a client certificate (its fingerprint is sent to services).
|
||||
# sasl_server = services.example.net
|
||||
|
||||
# IRC operators — oper = <name> <password>
|
||||
oper = admin CHANGE_THIS_PASSWORD
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue