Module: nagvis Branch: master Commit: db2f13fda7574b5a272535e047c0976aba3fc45d URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=db2f13fda7574b5a272535e047c0976aba3fc45d
Author: Lars Michelsen <[email protected]> Date: Sat Aug 28 10:06:16 2010 +0200 Added missing options to documentation --- docs/en_US/nagvis_config_format_description.html | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/docs/en_US/nagvis_config_format_description.html b/docs/en_US/nagvis_config_format_description.html index 47c6de1..13c9658 100644 --- a/docs/en_US/nagvis_config_format_description.html +++ b/docs/en_US/nagvis_config_format_description.html @@ -87,6 +87,15 @@ <td>logonmodule</td><td>FrontendLogonDialog</td><td>Defines the logon module to use. By default NagVis uses the HTML logon dialog for requesting authentication information from the user. On delivery there is no other logon module available. It is possible to add own logon modules for serving other dialogs. For details take a look at the <a href="logon_modules.html">logon module</a> documentation. (<font color="#ff0000">New in 1.5</font>)</td> </tr> <tr> + <td>logonenvvar</td><td>REMOTE_USER</td><td>Defines the environment variable to be used for fetching the authenticated user from the webservers environment. This option is only used with the logon modules LogonEnv and LogonMixed. (<font color="#ff0000">New in 1.5</font>)</td> + </tr> + <tr> + <td>logonenvcreateuser</td><td>1</td><td>Tells the LogonEnv/LogonMixed module to create a user account for each unknown user which opens the NagVis pages. This option is only used with the logon modules LogonEnv and LogonMixed. (<font color="#ff0000">New in 1.5</font>)</td> + </tr> + <tr> + <td>logonenvcreaterole</td><td>Guests</td><td>Tells the LogonEnv/LogonMixed module to create the user accounts with the given role associated. This option is only used with the logon modules LogonEnv and LogonMixed. (<font color="#ff0000">New in 1.5</font>)</td> + </tr> + <tr> <td>refreshtime</td><td>60</td><td>Refresh time of maps or reloading the next map in map rotation</td> </tr> <tr> ------------------------------------------------------------------------------ Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase revenue and speed time-to-market. Join now, and jumpstart your future. http://p.sf.net/sfu/intel-atom-d2d _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
