mirror of
https://github.com/anope/anope.git
synced 2026-07-08 21:13:13 +02:00
Store a cert->account map and use it for SASL EXTERNAL and certfp auth
This commit is contained in:
@@ -60,3 +60,12 @@ struct NSCertList
|
||||
|
||||
virtual void Check() = 0;
|
||||
};
|
||||
|
||||
class CertService : public Service
|
||||
{
|
||||
public:
|
||||
CertService(Module *c) : Service(c, "CertService", "certs") { }
|
||||
|
||||
virtual NickCore* FindAccountFromCert(const Anope::string &cert) = 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user