Merge pull request #309615 from mkienitz/fix/vsftpd-assertion
Fix/vsftpd assertion
This commit is contained in:
@@ -278,7 +278,7 @@ in
|
||||
}
|
||||
{
|
||||
assertion = (cfg.enableVirtualUsers -> cfg.userDbPath != null)
|
||||
&& (cfg.enableVirtualUsers -> cfg.localUsers != null);
|
||||
&& (cfg.enableVirtualUsers -> cfg.localUsers);
|
||||
message = "vsftpd: If enableVirtualUsers is true, you need to setup both the userDbPath and localUsers options.";
|
||||
}];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user