From 7c332ae610f7feca193ba50ea900f5a417681a7b Mon Sep 17 00:00:00 2001 From: mkaay Date: Sat, 5 Feb 2011 14:19:22 +0100 Subject: created unified authentication system (same data for webinterface an GUI/CLI, multiple accounts) --- module/config/default.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'module/config') diff --git a/module/config/default.conf b/module/config/default.conf index 18edd5a77..ab9afaca0 100644 --- a/module/config/default.conf +++ b/module/config/default.conf @@ -3,8 +3,7 @@ version: 1 remote - "Remote": int port : "Port" = 7227 ip listenaddr : "Adress" = 0.0.0.0 - str username : "Username" = admin - password password : "Password" = pwhere + bool nolocalauth : "No authentication on local connections" = True ssl - "SSL": bool activated : "Activated"= False file cert : "SSL Certificate" = ssl.crt @@ -58,4 +57,4 @@ proxy - "Proxy": int port : "Port" = 7070 http;socks4;socks5 type : "Protocol" = http str username : "Username" = None - password password : "Password" = None \ No newline at end of file + password password : "Password" = None -- cgit v1.2.3