diff options
author | Colin Watson <cjwatson@debian.org> | 2004-10-05 22:30:43 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2004-10-05 22:30:43 +0000 |
commit | 726497d9b38fab2eb9e9f66e73050527d9963712 (patch) | |
tree | 8afa45f1e9363ed0bdda2984ab2b27118c56fed5 /debian/po/nl.po | |
parent | 82688c6fdce4f7bd07efcacc82e49b520b8d8056 (diff) |
If PasswordAuthentication is disabled, then offer to disable
ChallengeResponseAuthentication too. The current PAM code will attempt
password-style authentication if ChallengeResponseAuthentication is enabled
(closes: #250369).
Diffstat (limited to 'debian/po/nl.po')
-rw-r--r-- | debian/po/nl.po | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/debian/po/nl.po b/debian/po/nl.po index e3fbdfc72..9ec34ca5e 100644 --- a/debian/po/nl.po +++ b/debian/po/nl.po | |||
@@ -15,7 +15,7 @@ msgid "" | |||
15 | msgstr "" | 15 | msgstr "" |
16 | "Project-Id-Version: openssh 3.6.1p2-9\n" | 16 | "Project-Id-Version: openssh 3.6.1p2-9\n" |
17 | "Report-Msgid-Bugs-To: \n" | 17 | "Report-Msgid-Bugs-To: \n" |
18 | "POT-Creation-Date: 2004-03-06 17:54+0000\n" | 18 | "POT-Creation-Date: 2004-10-05 20:41+0100\n" |
19 | "PO-Revision-Date: 2003-09-27 14:43+0100\n" | 19 | "PO-Revision-Date: 2003-09-27 14:43+0100\n" |
20 | "Last-Translator: Bart Cornelis <cobaco@linux.be>\n" | 20 | "Last-Translator: Bart Cornelis <cobaco@linux.be>\n" |
21 | "Language-Team: debian-l10n-dutch <debian-l10n-dutch@lists.debian.org>\n" | 21 | "Language-Team: debian-l10n-dutch <debian-l10n-dutch@lists.debian.org>\n" |
@@ -366,6 +366,34 @@ msgstr "" | |||
366 | "in /etc/ssh/sshd_config aan te zetten in nadat de opwaardering compleet is; " | 366 | "in /etc/ssh/sshd_config aan te zetten in nadat de opwaardering compleet is; " |
367 | "houd hierbij rekening met de waarschuwing in de sshd_config(5) man-pagina." | 367 | "houd hierbij rekening met de waarschuwing in de sshd_config(5) man-pagina." |
368 | 368 | ||
369 | #. Type: boolean | ||
370 | #. Description | ||
371 | #: ../templates.master:130 | ||
372 | msgid "Disable challenge-response authentication?" | ||
373 | msgstr "" | ||
374 | |||
375 | #. Type: boolean | ||
376 | #. Description | ||
377 | #: ../templates.master:130 | ||
378 | msgid "" | ||
379 | "Password authentication appears to be disabled in your current OpenSSH " | ||
380 | "server configuration. In order to prevent users from logging in using " | ||
381 | "passwords (perhaps using only public key authentication instead) with recent " | ||
382 | "versions of OpenSSH, you must disable challenge-response authentication, or " | ||
383 | "else ensure that your PAM configuration does not allow Unix password file " | ||
384 | "authentication." | ||
385 | msgstr "" | ||
386 | |||
387 | #. Type: boolean | ||
388 | #. Description | ||
389 | #: ../templates.master:130 | ||
390 | msgid "" | ||
391 | "If you disable challenge-response authentication (the default answer), then " | ||
392 | "users will not be able to log in using passwords. If you leave it enabled, " | ||
393 | "then the 'PasswordAuthentication no' option will have no useful effect " | ||
394 | "unless you also adjust your PAM configuration in /etc/pam.d/ssh." | ||
395 | msgstr "" | ||
396 | |||
369 | #~ msgid "Privilege separation" | 397 | #~ msgid "Privilege separation" |
370 | #~ msgstr "Rechtenscheiding" | 398 | #~ msgstr "Rechtenscheiding" |
371 | 399 | ||