<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: using active directory ldap authentication with testlink</title>
	<atom:link href="http://blog.loftninjas.org/2008/02/07/using-active-directory-ldap-authentication-with-testlink/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.loftninjas.org/2008/02/07/using-active-directory-ldap-authentication-with-testlink/</link>
	<description></description>
	<lastBuildDate>Sat, 21 Jan 2012 06:46:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Integrando TestLink ao Active Directory via Open LDAP &#171; Camilo Ribeiro</title>
		<link>http://blog.loftninjas.org/2008/02/07/using-active-directory-ldap-authentication-with-testlink/comment-page-1/#comment-2656</link>
		<dc:creator>Integrando TestLink ao Active Directory via Open LDAP &#171; Camilo Ribeiro</dc:creator>
		<pubDate>Mon, 21 Dec 2009 16:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.loftninjas.org/?p=138#comment-2656</guid>
		<description>[...] Outras referencias que podem te ajudar: -Conhecer um pouco mais sobre LDAP http://en.wikipedia.org/wiki/LDAP -Fórum do TestLink http://www.teamst.org/phpBB2/ -Outro tutorial sobre esse mesmo assunto http://blog.loftninjas.org/2008/02/07/using-active-directory-ldap-authentication-with-testlink/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Outras referencias que podem te ajudar: -Conhecer um pouco mais sobre LDAP <a href="http://en.wikipedia.org/wiki/LDAP">http://en.wikipedia.org/wiki/LDAP</a> -Fórum do TestLink <a href="http://www.teamst.org/phpBB2/">http://www.teamst.org/phpBB2/</a> -Outro tutorial sobre esse mesmo assunto <a href="http://blog.loftninjas.org/2008/02/07/using-active-directory-ldap-authentication-with-testlink/">http://blog.loftninjas.org/2008/02/07/using-active-directory-ldap-authentication-with-testlink/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lavanya</title>
		<link>http://blog.loftninjas.org/2008/02/07/using-active-directory-ldap-authentication-with-testlink/comment-page-1/#comment-978</link>
		<dc:creator>lavanya</dc:creator>
		<pubDate>Tue, 11 Nov 2008 08:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.loftninjas.org/?p=138#comment-978</guid>
		<description>Hi,

I have installed ldap on my local machine at:/etc/ldap and testlink(1.7.4) under /var/www

I am a little confused about what $g_ldap_server should be set to.Should i set it to localhost?

If you could point me in the right direction i would really appreciate it.Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have installed ldap on my local machine at:/etc/ldap and testlink(1.7.4) under /var/www</p>
<p>I am a little confused about what $g_ldap_server should be set to.Should i set it to localhost?</p>
<p>If you could point me in the right direction i would really appreciate it.Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: btm</title>
		<link>http://blog.loftninjas.org/2008/02/07/using-active-directory-ldap-authentication-with-testlink/comment-page-1/#comment-870</link>
		<dc:creator>btm</dc:creator>
		<pubDate>Tue, 14 Oct 2008 23:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.loftninjas.org/?p=138#comment-870</guid>
		<description>Just installed Testlink 1.8 Beta3 and found all the LDAP configuration variable names have changed:

&lt;pre&gt;
// LDAP Login
$tlCfg-&gt;authentication[&#039;method&#039;]            = &#039;LDAP&#039;;
$tlCfg-&gt;authentication[&#039;ldap_server&#039;]       = &#039;ad.example.org&#039;;
$tlCfg-&gt;authentication[&#039;ldap_port&#039;]         = &#039;3268&#039;;
$tlCfg-&gt;authentication[&#039;ldap_version&#039;]      = &#039;3&#039;;
$tlCfg-&gt;authentication[&#039;ldap_root_dn&#039;]      = &#039;DC=ad,DC=example,DC=org&#039;;
$tlCfg-&gt;authentication[&#039;ldap_organization&#039;] = &#039;&#039;;
$tlCfg-&gt;authentication[&#039;ldap_uid_field&#039;]    = &#039;sAMAccountName&#039;
$tlCfg-&gt;authentication[&#039;ldap_bind_dn&#039;]      = 
&#039;CN=BindUser,CN=Users,DC=ad,DC=example,DC=org&#039;;
$tlCfg-&gt;authentication[&#039;ldap_bind_passwd&#039;]  = &#039;bindpassword&#039;;

&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Just installed Testlink 1.8 Beta3 and found all the LDAP configuration variable names have changed:</p>
<pre>
// LDAP Login
$tlCfg->authentication['method']            = 'LDAP';
$tlCfg->authentication['ldap_server']       = 'ad.example.org';
$tlCfg->authentication['ldap_port']         = '3268';
$tlCfg->authentication['ldap_version']      = '3';
$tlCfg->authentication['ldap_root_dn']      = 'DC=ad,DC=example,DC=org';
$tlCfg->authentication['ldap_organization'] = '';
$tlCfg->authentication['ldap_uid_field']    = 'sAMAccountName'
$tlCfg->authentication['ldap_bind_dn']      =
'CN=BindUser,CN=Users,DC=ad,DC=example,DC=org';
$tlCfg->authentication['ldap_bind_passwd']  = 'bindpassword';
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blog.loftninjas.org/2008/02/07/using-active-directory-ldap-authentication-with-testlink/comment-page-1/#comment-356</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 26 May 2008 14:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.loftninjas.org/?p=138#comment-356</guid>
		<description>I&#039;m getting the same error (LDAPMessage searchResDone(2) Unknown result(9))! Even using GC and specifying an AD user for successful bind .</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting the same error (LDAPMessage searchResDone(2) Unknown result(9))! Even using GC and specifying an AD user for successful bind .</p>
]]></content:encoded>
	</item>
</channel>
</rss>

