aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl17
1 files changed, 17 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 718d530..444cdd3 100644
--- a/param.ccl
+++ b/param.ccl
@@ -26,6 +26,23 @@ BOOLEAN pause "Pause ?" STEERABLE = ALWAYS
{
} "no"
+# Username and password for controlling cactus
+STRING user "The username for Cactus Control "
+{
+ ".+" :: "Any name of one or more characters"
+} "anon"
+
+STRING password "The password for Cactus Control"
+{
+ ".*" :: "Any password"
+} "anon"
+
+KEYWORD encryption_scheme "How the password is encrypted"
+{
+ "none" :: "Not encrypted"
+ "crypt" :: "crypt(3) (standard UNIX passwd format)"
+} "none"
+
##################################################################
# Tuning parameters