Merge branch 'devel-2.6'
[ganeti-local] / man / ganeti-rapi.rst
index d6e83ab..ed96997 100644 (file)
@@ -9,7 +9,7 @@ ganeti-rapi - Ganeti remote API daemon
 Synopsis
 --------
 
-**ganeti-rapi** [-d] [-f] [--no-ssl] [-K *SSL_KEY_FILE*] [-C
+**ganeti-rapi** [-d] [-f] [\--no-ssl] [-K *SSL_KEY_FILE*] [-C
 *SSL_CERT_FILE*]
 
 DESCRIPTION
@@ -38,8 +38,8 @@ All query operations are allowed without authentication. Only the
 modification operations require authentication, in the form of basic
 authentication.
 
-The users and their rights are defined in a file named rapi_users,
-located in the ``@LOCALSTATEDIR@/lib/ganeti`` directory. The users
+The users and their rights are defined in the
+``@LOCALSTATEDIR@/lib/ganeti/rapi/users`` file. The users
 should be listed one per line, in the following format::
 
     username password options
@@ -56,3 +56,9 @@ different than not using authentication at all.
 
 More details (including on how to use hashed passwords) can be found
 in the Ganeti documentation.
+
+.. vim: set textwidth=72 :
+.. Local Variables:
+.. mode: rst
+.. fill-column: 72
+.. End: