diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-03-23 21:14:49 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-03-23 21:14:49 +0000 |
commit | b9123f23092221da8b12449794ee6f0511e904ef (patch) | |
tree | 9ac416acba4e8707e9edbf506fb77f392f468ac8 /modules/openid/tests/openid_test.module | |
parent | 58ea109dcd89a204bea80aa3badeffb728886e6c (diff) | |
download | brdo-b9123f23092221da8b12449794ee6f0511e904ef.tar.gz brdo-b9123f23092221da8b12449794ee6f0511e904ef.tar.bz2 |
- Patch #218097 by c960657: OpenID must use canonical ID when authenticating XRI i-names.
Diffstat (limited to 'modules/openid/tests/openid_test.module')
-rw-r--r-- | modules/openid/tests/openid_test.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/openid/tests/openid_test.module b/modules/openid/tests/openid_test.module index 4314e0b20..b2f737b21 100644 --- a/modules/openid/tests/openid_test.module +++ b/modules/openid/tests/openid_test.module @@ -90,6 +90,7 @@ function openid_test_yadis_xrds() { print '<?xml version="1.0" encoding="UTF-8"?> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> + <Status cid="' . check_plain(variable_get('openid_test_canonical_id_status', 'verified')) . '"/> <ProviderID>xri://@</ProviderID> <CanonicalID>http://example.com/user</CanonicalID> <Service> |