gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r15341 - gauger


From: gnunet
Subject: [GNUnet-SVN] r15341 - gauger
Date: Fri, 27 May 2011 16:23:58 +0200

Author: bartpolot
Date: 2011-05-27 16:23:58 +0200 (Fri, 27 May 2011)
New Revision: 15341

Modified:
   gauger/README
Log:
Updated docuentation


Modified: gauger/README
===================================================================
--- gauger/README       2011-05-27 13:49:10 UTC (rev 15340)
+++ gauger/README       2011-05-27 14:23:58 UTC (rev 15341)
@@ -3,7 +3,7 @@
 
 Copyright Notice
 ================
-gauger-cli.py is distributed under:
+gauger client is distributed under:
 - GNU GENERAL PUBLIC LICENSE
 
 All .css and .php files are distributed under:
@@ -33,7 +33,7 @@
 * Run install.sh with --client and/or --server options to attempt
   an automatic installation of gauger
 
-* Create configuration files as described below
+* Create or edit configuration files as described below
 
 
 Files
@@ -41,16 +41,24 @@
 
  * gauger.conf: Server configuration
   Should be placed in same directory as the server scripts. Should contain, 
-  two secitions, one with directories and one for authentication.
-  * Section dir
-   Should contain a path where to put the data logged from clients
+  two secitions, one with general configuration options and one with
+  authentication data.
+  * Section config
+   Should contain:
+    * A path where to put the data logged from clients
+    * A salt to protect the password hashes
+    * A flag for the auto add feature
   * Section hosts
-   Should contain "username,password" and the desired hostname for each
-   machine authorized to log data to the server, one per line. Username and
-   password should be separated by a comma and contain no blank spaces.
+   Should contain a username for each machine authorized to log data to
+   the server, followed by a salted hash of the password, one per line.
+   This username will be used as the host identifier in the web interface.
+   The hash can be generated by the install process or with the auto_add
+   feature.
   Example:
   [dir]
   data=my_data_directory
+  salt=some_random_string
+  auto_add=1
 
   [hosts]
   user,123456=foo
@@ -95,12 +103,7 @@
             return 0;
         }
 
-   * Limitations:
-    Since the data is stored on plaintext files, category and unit are encoded 
in the name
-    of the files themselves. Therefore, using ':::' or '___' in the name, 
category or unit
-    fields can cause problems visualizing the data in the web interface.
 
-
 Dependencies
 ============
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]