View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005836 | unreal | ircd | public | 2021-03-20 21:18 | 2021-03-21 07:40 |
Reporter | Le_Coyote | Assigned To | syzop | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 5.0.9 | ||||
Fixed in Version | 5.2.0-rc1 | ||||
Summary | 0005836: security-group::tls cannot be used in config file. | ||||
Description | Although defaults groups such as tls-users make use of s->tls (see https://github.com/unrealircd/unrealircd/blob/unreal50/src/user.c#L829), there is no provision for security-group::tls in _conf_security_group, meaning the setting itself cannot be used in a configuration file, even though the logic itself (ie. matching tls users) is implemented. | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
Pull request made with proposed patch, works in my test environment. Hope I didn't leave anything out but it appears to do the job. |
|
Yup, patch looks fine, applied. Thanks! :) commit 00711f905c6a2f7ca5c0b57098c742a2eaa3451b (HEAD -> unreal50, origin/unreal50) Author: LeCoyote <[email protected]> Date: Sun Mar 21 07:39:49 2021 +0100 Actually read security-group::tls from the conf file (fixes 0005836) (#133) |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-03-20 21:18 | Le_Coyote | New Issue | |
2021-03-20 21:37 | Le_Coyote | Note Added: 0021909 | |
2021-03-21 07:40 | syzop | Assigned To | => syzop |
2021-03-21 07:40 | syzop | Status | new => resolved |
2021-03-21 07:40 | syzop | Resolution | open => fixed |
2021-03-21 07:40 | syzop | Fixed in Version | => 5.2.0-rc1 |
2021-03-21 07:40 | syzop | Note Added: 0021910 |