Skip to content
Snippets Groups Projects
Commit b20d4e89 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Adding documentation about start_tls

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@417 44740490-163a-0410-bde0-09ae8108e29a
parent 6e3d9fee
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
<articleinfo>
<date>2007-10-15</date>
<pubdate>Fri Mar 14 10:39:22 2008</pubdate>
<pubdate>Tue Mar 11 20:59:28 2008</pubdate>
<author>
<firstname>Andreas Åkre</firstname>
......@@ -111,7 +111,7 @@
<para>If you want to perform local authentication on this server, and
you want to use the LDAP authenticaiton plugin, then you need to
configure the following parameters in
<filename>config.php</filename>:</para>
<filename>config/ldap.php</filename>:</para>
<itemizedlist>
<listitem>
......@@ -130,6 +130,11 @@
LDAP. What attributes should be extracted?
<literal>objectclass=*</literal> gives you all.</para>
</listitem>
<listitem>
<para><literal>auth.ldap.enable_tls</literal>: Will perform
start_tls() after creation the connectino to the LDAP server.</para>
</listitem>
</itemizedlist>
</section>
......
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