Skip to content
Snippets Groups Projects
Commit 1c86fd6d authored by Ketil Albertsen's avatar Ketil Albertsen
Browse files

Minor language check, fixing internal link

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@459 44740490-163a-0410-bde0-09ae8108e29a
parent 2dc7dd55
No related branches found
No related tags found
No related merge requests found
...@@ -237,7 +237,7 @@ openssl x509 -req -days 60 -in server2.csr -signkey server2.key -out server2.crt ...@@ -237,7 +237,7 @@ openssl x509 -req -days 60 -in server2.csr -signkey server2.key -out server2.crt
<glosslist> <glosslist>
<glossentry> <glossentry>
<glossterm>key (the key of the associative array)</glossterm> <glossterm>index in the <code>$metadata</code> array</glossterm>
<glossdef> <glossdef>
<para>The entity ID of the IdP. In this example: <para>The entity ID of the IdP. In this example:
...@@ -343,8 +343,7 @@ openssl x509 -req -days 60 -in server2.csr -signkey server2.key -out server2.crt ...@@ -343,8 +343,7 @@ openssl x509 -req -days 60 -in server2.csr -signkey server2.key -out server2.crt
<glossterm>request.signing</glossterm> <glossterm>request.signing</glossterm>
<glossdef> <glossdef>
<para>A boolean value, that should be true or false. Default is <para>Boolean, default <literal>false</literal>.</para>
false.</para>
</glossdef> </glossdef>
</glossentry> </glossentry>
</glosslist> </glosslist>
...@@ -381,7 +380,7 @@ openssl x509 -req -days 60 -in server2.csr -signkey server2.key -out server2.crt ...@@ -381,7 +380,7 @@ openssl x509 -req -days 60 -in server2.csr -signkey server2.key -out server2.crt
<glosslist> <glosslist>
<glossentry> <glossentry>
<glossterm>key (the key of the associative array)</glossterm> <glossterm>index in the <code>$metadata</code> array</glossterm>
<glossdef> <glossdef>
<para>Entity ID of the given SP. Here: <para>Entity ID of the given SP. Here:
...@@ -594,7 +593,7 @@ openssl x509 -req -days 60 -in server2.csr -signkey server2.key -out server2.crt ...@@ -594,7 +593,7 @@ openssl x509 -req -days 60 -in server2.csr -signkey server2.key -out server2.crt
</section> </section>
<appendix> <appendix>
<title>Writing your own authentication module</title> <title id="sect.customauth">Writing your own authentication module</title>
<para>You can write your own authentication module. Just copy one of the <para>You can write your own authentication module. Just copy one of the
files in the www/auth directory and play with it, then configure an IdP to files in the www/auth directory and play with it, then configure an IdP to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment