From b20d4e89d31114b741a55a67cd7bdf3a5c144cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Fri, 14 Mar 2008 11:42:20 +0000 Subject: [PATCH] Adding documentation about start_tls git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@417 44740490-163a-0410-bde0-09ae8108e29a --- docs/source/simplesamlphp-idp.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/source/simplesamlphp-idp.xml b/docs/source/simplesamlphp-idp.xml index 58abcf568..f7e3d0e99 100644 --- a/docs/source/simplesamlphp-idp.xml +++ b/docs/source/simplesamlphp-idp.xml @@ -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> -- GitLab