Merge pull request #309615 from mkienitz/fix/vsftpd-assertion

Fix/vsftpd assertion
This commit is contained in:
Raghav Sood
2024-05-15 23:09:28 +08:00
committed by GitHub
+1 -1
View File
@@ -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.";
}];