diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-09-07 16:08:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-07 16:08:21 +0200 |
| commit | 128910f79a92655bba65fffa426e1d8498bdeae3 (patch) | |
| tree | eb44d60d0e27445ce7c2eb2a1d960053bd2e29c4 /plugins/check_radius.c | |
| parent | a6802bd5f50a5c12ed5bafa4fe9ee14fede7c1e1 (diff) | |
| parent | 15d7ca8eb1edec26a44d361b57e53831f5c765f7 (diff) | |
| download | monitoring-plugins-128910f79a92655bba65fffa426e1d8498bdeae3.tar.gz | |
Merge branch 'master' into patch-chunk-nobody
Diffstat (limited to 'plugins/check_radius.c')
| -rw-r--r-- | plugins/check_radius.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_radius.c b/plugins/check_radius.c index 984aa37e..b1b4938c 100644 --- a/plugins/check_radius.c +++ b/plugins/check_radius.c | |||
| @@ -381,7 +381,7 @@ print_help (void) | |||
| 381 | printf ("\n"); | 381 | printf ("\n"); |
| 382 | printf ("%s\n", _("This plugin tests a RADIUS server to see if it is accepting connections.")); | 382 | printf ("%s\n", _("This plugin tests a RADIUS server to see if it is accepting connections.")); |
| 383 | printf ("%s\n", _("The server to test must be specified in the invocation, as well as a user")); | 383 | printf ("%s\n", _("The server to test must be specified in the invocation, as well as a user")); |
| 384 | printf ("%s\n", _("name and password. A configuration file may also be present. The format of")); | 384 | printf ("%s\n", _("name and password. A configuration file must be present. The format of")); |
| 385 | printf ("%s\n", _("the configuration file is described in the radiusclient library sources.")); | 385 | printf ("%s\n", _("the configuration file is described in the radiusclient library sources.")); |
| 386 | printf ("%s\n", _("The password option presents a substantial security issue because the")); | 386 | printf ("%s\n", _("The password option presents a substantial security issue because the")); |
| 387 | printf ("%s\n", _("password can possibly be determined by careful watching of the command line")); | 387 | printf ("%s\n", _("password can possibly be determined by careful watching of the command line")); |
