ekiga r7609 - trunk/lib/engine/components/ldap



Author: jpuydt
Date: Sun Jan 25 14:23:29 2009
New Revision: 7609
URL: http://svn.gnome.org/viewvc/ekiga?rev=7609&view=rev

Log:
Fixed bug #561043 (document "Challenge" for translators -- thanks Howard Chu)

Modified:
   trunk/lib/engine/components/ldap/ldap-book.cpp

Modified: trunk/lib/engine/components/ldap/ldap-book.cpp
==============================================================================
--- trunk/lib/engine/components/ldap/ldap-book.cpp	(original)
+++ trunk/lib/engine/components/ldap/ldap-book.cpp	Sun Jan 25 14:23:29 2009
@@ -574,6 +574,16 @@
 
       /* accumulate any challenge strings */
       if (challenge && in->challenge) {
+
+	/* Translators, Howard explained : "Challenge" is a generic term
+	 * in authentication. It's a prompt from the authentication mechanism
+	 * for some type of credential. Exactly what kind of challenge and
+	 * what kind of credential depends on the specific authentication
+	 * mechanism. Since SASL is a generic interface, and can dynamically
+	 * load arbitrary mechanisms, there's not much more specific you can
+	 * say about it. You might google for "challenge response
+	 * authentication" if you'd like more background context.
+	 */
         ctxt += std::string (_("Challenge: ")) +
 	  std::string (in->challenge) +"\n";
       }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]