Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/node/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar_network/node/__init__.py')
-rw-r--r--sugar_network/node/__init__.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/sugar_network/node/__init__.py b/sugar_network/node/__init__.py
index 68f3e2a..92970d5 100644
--- a/sugar_network/node/__init__.py
+++ b/sugar_network/node/__init__.py
@@ -33,12 +33,6 @@ certfile = Option(
'path to SSL certificate file to serve requests via HTTPS',
name='certfile')
-trust_users = Option(
- 'switch off user credentials check; disabling this option will '
- 'require OpenSSH-5.6 or later',
- default=False, type_cast=Option.bool_cast,
- action='store_true', name='trust-users')
-
data_root = Option(
'path to a directory to place server data',
default='/var/lib/sugar-network', name='data_root')