1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-06 20:03:13 +02:00

Add oper::auto-login. When set to yes, opers are automatically logged in

if the oper block permits, the user does not have to send "OPER xyz".

Eg:
security-group Syzop { certfp "xyz"; }
oper Syzop {
	auto-login yes;
        mask { security-group Syzop; }
        operclass netadmin-with-override;
        class opers;
}

Then, if you connect with SSL with that certificate fingerprint,
you become IRCOp automatically.
This commit is contained in:
Bram Matthys
2022-05-26 20:57:03 +02:00
parent c183c06d06
commit d47fdbede4
3 changed files with 53 additions and 1 deletions
+1
View File
@@ -1635,6 +1635,7 @@ struct ConfigItem_oper {
int maxlogins;
int server_notice_colors;
int server_notice_show_event;
int auto_login;
};
/** The TLS options that are used in set::tls and otherblocks::tls-options.