diff options
author | Colin Watson <cjwatson@debian.org> | 2004-10-06 13:22:30 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2004-10-06 13:22:30 +0000 |
commit | 23ad7ca187d4b40b45b18903c6e96b4cc3ea9ec1 (patch) | |
tree | b30b75b82f92948e8721ca68cb874178f72ed67c /debian/po/nl.po | |
parent | 77be91fc874d0bdfb00e2da57550ff9c8969a6d4 (diff) |
Forward-port from HEAD:
* 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).
* This will ask a question of anyone who installed fresh with 1:3.8p1-2 or
later and then upgraded. Sorry about that ... for this reason, the
default answer is to leave ChallengeResponseAuthentication enabled.
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 40bca6356..059d623da 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-07-31 03:10+0100\n" | 18 | "POT-Creation-Date: 2004-10-06 14:06+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" |
@@ -278,6 +278,34 @@ msgstr "" | |||
278 | msgid "You will need to generate a new host key." | 278 | msgid "You will need to generate a new host key." |
279 | msgstr "Het zal nodig zijn om een nieuwe computersleutel te genereren" | 279 | msgstr "Het zal nodig zijn om een nieuwe computersleutel te genereren" |
280 | 280 | ||
281 | #. Type: boolean | ||
282 | #. Description | ||
283 | #: ../openssh-server.templates.master:84 | ||
284 | msgid "Disable challenge-response authentication?" | ||
285 | msgstr "" | ||
286 | |||
287 | #. Type: boolean | ||
288 | #. Description | ||
289 | #: ../openssh-server.templates.master:84 | ||
290 | msgid "" | ||
291 | "Password authentication appears to be disabled in your current OpenSSH " | ||
292 | "server configuration. In order to prevent users from logging in using " | ||
293 | "passwords (perhaps using only public key authentication instead) with recent " | ||
294 | "versions of OpenSSH, you must disable challenge-response authentication, or " | ||
295 | "else ensure that your PAM configuration does not allow Unix password file " | ||
296 | "authentication." | ||
297 | msgstr "" | ||
298 | |||
299 | #. Type: boolean | ||
300 | #. Description | ||
301 | #: ../openssh-server.templates.master:84 | ||
302 | msgid "" | ||
303 | "If you disable challenge-response authentication, then users will not be " | ||
304 | "able to log in using passwords. If you leave it enabled (the default " | ||
305 | "answer), then the 'PasswordAuthentication no' option will have no useful " | ||
306 | "effect unless you also adjust your PAM configuration in /etc/pam.d/ssh." | ||
307 | msgstr "" | ||
308 | |||
281 | #~ msgid "ssh2 keys merged in configuration files" | 309 | #~ msgid "ssh2 keys merged in configuration files" |
282 | #~ msgstr "ssh2 sleutels zijn samengevoegd in de configuratiebestanden" | 310 | #~ msgstr "ssh2 sleutels zijn samengevoegd in de configuratiebestanden" |
283 | 311 | ||