Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1997-08-23
1997-08-23 01:29:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a0a52bd673467edbedff7b16efa0c306d30e0ee7 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
a0a52bd673467edbedff7b16efa0c306d30e0ee7
Support for disabling anonymous ftp added.
Rev: server/base_server/configuration.pike:1.64
1:
-
string cvs_version = "$Id: configuration.pike,v 1.
63
1997/08/
21
10
:
50
:
21
per
Exp $";
+
string cvs_version = "$Id: configuration.pike,v 1.
64
1997/08/
23
01
:
29
:
32
grubba
Exp $";
#include <module.h> #include <roxen.h> /* A configuration.. */
2470:
defvar("named_ftp", 0, "Allow named FTP", TYPE_FLAG|VAR_MORE, "Allow ftp to normal user-accounts (requires auth-module).\n");
+
defvar("anonymous_ftp", 1, "Allow anonymous FTP", TYPE_FLAG|VAR_MORE,
+
"Allow anonymous ftp.\n");
+
defvar("shells", "/etc/shells", "Shell database", TYPE_FILE|VAR_MORE, "File which contains a list of all valid shells.\n" "Usually /etc/shells\n");