summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2007-09-20 19:13:22 -0400
committerAdrian Likins <alikins@redhat.com>2007-09-20 19:13:22 -0400
commit98010f591948fb4bf297c1c0c32def42f766edca (patch)
tree4165d69f5ecb98bcb2c90e11adaab46a4ca08e0b
parentcd9b88aaf0ded28358d0de2f3351a023e7ae5651 (diff)
downloadfunc-98010f591948fb4bf297c1c0c32def42f766edca.tar.gz
func-98010f591948fb4bf297c1c0c32def42f766edca.tar.xz
func-98010f591948fb4bf297c1c0c32def42f766edca.zip
just a friendly reminder
-rwxr-xr-xserver/server.py14
1 files changed, 13 insertions, 1 deletions
diff --git a/server/server.py b/server/server.py
index 5c4e6ec..aa8bdef 100755
--- a/server/server.py
+++ b/server/server.py
@@ -154,7 +154,19 @@ def main(argv):
"""
modules = module_loader.load_modules()
- print "modules", modules
+
+ print "\n\n\n\n\n"
+ print " WARNING WARNING WARNING"
+ print "DANGER DANGER DANGER"
+ print "\n\n\n\n"
+ print "THERE IS NO AUTHENTICATION IN THIS VERSION"
+ print "DO NOT RUN ON A MACHINE EXPOSED TO ANYONE YOU DO NOT TRUST"
+ print " THEY CAN DO VERY BAD THINGS"
+ print "\n\n\n\n\n"
+ print "Really, don't do that. It is not at all secure at the moment"
+ print "like, at all."
+ print ""
+ print "Seriously.\n\n"
try:
websvc = XmlRpcInterface(modules=modules)