Always send the certificate fingerprint when doing SASL because the services might need it for SOME REASON
This commit is contained in:
parent
ba316ed56c
commit
802710b59a
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ m_authenticate(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *
|
|||
me.id, saslserv_p->servptr->name, source_p->id, saslserv_p->id,
|
||||
source_p->host, source_p->sockhost);
|
||||
|
||||
if (!strcmp(parv[1], "EXTERNAL") && source_p->certfp != NULL)
|
||||
if (source_p->certfp != NULL)
|
||||
sendto_one(saslserv_p, ":%s ENCAP %s SASL %s %s S %s %s",
|
||||
me.id, saslserv_p->servptr->name, source_p->id, saslserv_p->id,
|
||||
parv[1], source_p->certfp);
|
||||
|
|
Loading…
Reference in a new issue