diff --git a/docs/source/simplesamlphp-install.xml b/docs/source/simplesamlphp-install.xml
index 773d02faaf6c5e7ebbf6285df109f2450d679162..855b53787f9ad4b76cb3dc340d0456bfdb1e3709 100644
--- a/docs/source/simplesamlphp-install.xml
+++ b/docs/source/simplesamlphp-install.xml
@@ -7,7 +7,7 @@
   <articleinfo>
     <date>2007-08-30</date>
 
-    <pubdate>Mon Oct 15 16:54:59 2007</pubdate>
+    <pubdate>Fri Sep 14 10:49:49 2007</pubdate>
 
     <author>
       <firstname>Andreas Ă…kre</firstname>
@@ -66,11 +66,11 @@
     <section>
       <title>Version 0.5</title>
 
-      <para>Released . Revision X.</para>
+      <para>Released 2007-10-15. Revision 28.</para>
 
       <warning>
-        <para>Both config.php and metadata format is changed. Look at the
-        templates to understand the new format.</para>
+        <para>Both <filename>config.php</filename> and metadata format is
+        changed. Look at the templates to understand the new format.</para>
       </warning>
 
       <itemizedlist>
@@ -94,7 +94,8 @@
         </listitem>
 
         <listitem>
-          <para>Added support for Shibboleth 1.3 IdP functionality.</para>
+          <para>Added support for Shibboleth 1.3 IdP functionality (beta,
+          contact me if any problems)</para>
         </listitem>
 
         <listitem>
diff --git a/lib/SimpleSAML/XML/Shib13/AuthnRequest.php b/lib/SimpleSAML/XML/Shib13/AuthnRequest.php
index 6d12ae978634bf514ad6ac38ee19b4ebab10be35..5265cf0cba942bcd949cc22e607e9503944b1768 100644
--- a/lib/SimpleSAML/XML/Shib13/AuthnRequest.php
+++ b/lib/SimpleSAML/XML/Shib13/AuthnRequest.php
@@ -97,7 +97,7 @@ class SimpleSAML_XML_Shib13_AuthnRequest {
 		$spmetadata = $this->metadata->getMetaData($this->getIssuer(), 'shib13-sp-hosted');
 	
 		$desturl = $idpmetadata['SingleSignOnUrl'];
-		$shire = $spmetadata['AssertionConsumerService'];
+		$shire = $this->metadata->getGenerated('AssertionConsumerService', 'shib13-sp-hosted');
 		$target = $this->getRelayState();
 		
 		$url = $desturl . '?' .