summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5cfbc55)
raw | patch | inline | side by side (parent: 5cfbc55)
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | |
Wed, 23 Apr 2008 08:19:13 +0000 (08:19 +0000) | ||
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | |
Wed, 23 Apr 2008 08:19:13 +0000 (08:19 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1983 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_radius.c | patch | blob | history |
diff --git a/plugins/check_radius.c b/plugins/check_radius.c
index 54617f1f824047dd75cd7a7c68e5593948c8e54d..ed93787311b54c597fbc97467762e777aa28c704 100644 (file)
--- a/plugins/check_radius.c
+++ b/plugins/check_radius.c
* Nagios check_radius plugin
*
* License: GPL
-* Copyright (c) 1999-2007 Nagios Plugins Development Team
+* Copyright (c) 1999-2008 Nagios Plugins Development Team
*
* Last Modified: $Date$
*
const char *progname = "check_radius";
const char *revision = "$Revision$";
-const char *copyright = "2000-2007";
+const char *copyright = "2000-2008";
const char *email = "nagiosplug-devel@lists.sourceforge.net";
#include "common.h"
printf ("%s\n", _("The password option presents a substantial security issue because the"));
printf ("%s\n", _("password can be determined by careful watching of the command line in"));
printf ("%s\n", _("a process listing. This risk is exacerbated because nagios will"));
- printf ("%s\n", _("run the plugin at regular prdictable intervals. Please be sure that"));
- printf ("%s\n", _("the password used does not allow access to sensitive system resources,"));
- printf ("%s\n", _("otherwise compormise could occur."));
+ printf ("%s\n", _("run the plugin at regular predictable intervals. Please be sure that"));
+ printf ("%s\n", _("the password used does not allow access to sensitive system resources."));
printf (_(UT_SUPPORT));
}