From 5f09b209927c681c78df37a9fbf4009b65c1da53 Mon Sep 17 00:00:00 2001
From: Tomas Plesnik <plesnik@ics.muni.cz>
Date: Thu, 11 Dec 2014 09:07:16 +0100
Subject: [PATCH] doplnen popis zadatele o zaregistrovani klienta

---
 src/warden-client/doc/README        | 5 ++++-
 src/warden-client/doc/README.cesnet | 4 ++++
 src/warden-server/doc/README        | 4 ++--
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/src/warden-client/doc/README b/src/warden-client/doc/README
index 038a9a3..21eb78e 100644
--- a/src/warden-client/doc/README
+++ b/src/warden-client/doc/README
@@ -285,7 +285,10 @@ G. Registration
     of requested events, receiving of own events, description tags and CIDR
     this client is allowed to communicate from.
   
-    Hostname  hostname of client to be registered
+    Hostname                  Hostname of client to be registered
+
+    Requestor                 E-mail address of organization or authorized person
+                              who demands new client registration.
 
     Service name              Text string. Unique name of the service the client
                               is integrated in.
diff --git a/src/warden-client/doc/README.cesnet b/src/warden-client/doc/README.cesnet
index 52cb24b..e18a83f 100644
--- a/src/warden-client/doc/README.cesnet
+++ b/src/warden-client/doc/README.cesnet
@@ -37,6 +37,8 @@ B. Registration
 
     * For sender client:
       - hostname of the machine, where client runs,
+      - e-mail address of organization or authorized person who demands
+        new client registration,
       - client type = sender,
       - name of the detection service (for example 'ScanDetector'),
       - description tags of sent events (see below)
@@ -44,6 +46,8 @@ B. Registration
 
     * For receiver client:
       - hostname of the machine, where client runs,
+      - e-mail address of organization or authorized person who demands
+        new client registration,
       - client type = receiver,
       - whether client should receive all events, or type of requested
         events (for example 'portscan', see below) otherwise
diff --git a/src/warden-server/doc/README b/src/warden-server/doc/README
index e371506..4ca5483 100644
--- a/src/warden-server/doc/README
+++ b/src/warden-server/doc/README
@@ -312,8 +312,8 @@ G. Registration of Clients
     successfully:
 
     hostname           - hostname of the client,
-    requestor          - organization or authorized person who demands new
-                         client registration,
+    requestor          - e-mail address of organization or authorized person
+                         who demands new client registration,
     type               - the type of events the client wish to receive or '_any_'
                          for receiving of all types of events,
     receive_own_events - boolean value describing if events originating from
-- 
GitLab