? openid_identifier_select_47x2.patch
Index: openid.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/openid/openid.module,v
retrieving revision 1.1.2.3.2.15
diff -u -p -r1.1.2.3.2.15 openid.module
--- openid.module	17 Apr 2007 20:39:33 -0000	1.1.2.3.2.15
+++ openid.module	31 Aug 2007 23:27:21 -0000
@@ -154,7 +154,7 @@ function openid_login_form_submit($formi
 
   $identity = $claimed_id;
   if (is_array($services[0]['types']) && in_array('http://openid.net/server/2.0', $services[0]['types'])) {
-    $identity = 'http://openid.net/identifier_select/2.0';
+    $identity = 'http://specs.openid.net/auth/2.0/identifier_select';
   }
   $authn_request = openid_authentication_request($claimed_id, $identity, $return_to, $assoc_handle);
 
Index: openid_server.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/openid/Attic/openid_server.module,v
retrieving revision 1.1.2.7
diff -u -p -r1.1.2.7 openid_server.module
--- openid_server.module	19 Feb 2007 03:08:26 -0000	1.1.2.7
+++ openid_server.module	31 Aug 2007 23:27:22 -0000
@@ -407,7 +407,7 @@ function openid_server_authentication_re
   }
 
   // Choose the identity URL for the user automatically
-  if ($request['openid.identity'] == 'http://openid.net/identifier_select/2.0') {
+  if ($request['openid.identity'] == 'http://specs.openid.net/auth/2.0/identifier_select') {
     $identity = url('user/' . $uid, NULL, NULL, TRUE);
   }
   else {
