--- src.save/ppp-manager/nm-ppp-manager.c	2011-08-22 23:16:06.000000000 +0000
+++ src/ppp-manager//nm-ppp-manager.c	2011-09-08 11:17:52.000000000 +0000
@@ -465,6 +465,7 @@
 	setting_name = nm_connection_need_secrets (connection, &hints);
 	if (!setting_name) {
 		/* Use existing secrets from the connection */
+        nm_log_dbg (LOGD_PPP, "Use existing secrets from the connection");
 		if (extract_details_from_connection (connection, &username, &password, &error)) {
 			/* Send existing secrets to the PPP plugin */
 			priv->pending_secrets_context = context;
@@ -482,9 +483,10 @@
 	 * pass back.
 	 */
 	tries = GPOINTER_TO_UINT (g_object_get_data (G_OBJECT (connection), PPP_MANAGER_SECRET_TRIES));
-	if (tries > 1)
+	/*
+    if (tries > 1)
 		flags |= NM_SETTINGS_GET_SECRETS_FLAG_REQUEST_NEW;
-
+    */
 	priv->secrets_id = nm_act_request_get_secrets (priv->act_req,
 	                                               setting_name,
 	                                               flags,
