vsftpd userlist options added
svn path=/nixos/trunk/; revision=14650
This commit is contained in:
parent
1220a6da39
commit
7eab893010
@ -1874,6 +1874,28 @@ in
|
||||
Whether mkdir is permitted to anonymous users.
|
||||
";
|
||||
};
|
||||
|
||||
chrootlocaluser = mkOption {
|
||||
default = false;
|
||||
description = "
|
||||
Whether u can like out of ur home dir.
|
||||
";
|
||||
};
|
||||
|
||||
userlistenable = mkOption {
|
||||
default = false;
|
||||
description = "
|
||||
Whether users are included.
|
||||
";
|
||||
};
|
||||
|
||||
userlistdeny = mkOption {
|
||||
default = false;
|
||||
description = "
|
||||
Whether users are excluded.
|
||||
";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
printing = {
|
||||
|
Loading…
Reference in New Issue
Block a user