<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress Plugin Browser Topic: LDAP authentication for bbPress</title>
<link>http://bbpress.org/plugins/</link>
<description>bbPress Plugin Browser Topic: LDAP authentication for bbPress</description>
<language>en</language>
<pubDate>Sun, 21 Mar 2010 17:13:53 +0000</pubDate>

<item>
<title>Jongeren Forum on "LDAP authentication for bbPress"</title>
<link>http://bbpress.org/plugins/topic/ldap-authentication/#post-5567</link>
<pubDate>Fri, 19 Mar 2010 02:29:08 +0000</pubDate>
<dc:creator>Jongeren Forum</dc:creator>
<guid isPermaLink="false">5567@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;does this works with the latest version?
&#60;/p&#62;</description>
</item>
<item>
<title>samsy on "LDAP authentication for bbPress"</title>
<link>http://bbpress.org/plugins/topic/ldap-authentication/#post-5554</link>
<pubDate>Thu, 18 Mar 2010 01:11:00 +0000</pubDate>
<dc:creator>samsy</dc:creator>
<guid isPermaLink="false">5554@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Does this work, I am having issues connecting using LDAP or is this plugin no longer being maintained ?
&#60;/p&#62;</description>
</item>
<item>
<title>vaughanb on "LDAP authentication for bbPress"</title>
<link>http://bbpress.org/plugins/topic/ldap-authentication/#post-3035</link>
<pubDate>Fri, 27 Mar 2009 20:19:44 +0000</pubDate>
<dc:creator>vaughanb</dc:creator>
<guid isPermaLink="false">3035@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Using bbpress 0.9.0.4 and ldap-authentication.2.02.&#60;br /&#62;
local account (admin) can log in fine.&#60;br /&#62;
an LDAP user attempting to log in gets the error:  'Incorrect password' .&#60;br /&#62;
Interestingly, if the user does NOT enter a password, he is allowed into bbpress, and can post, modify profile, etc.&#60;br /&#62;
Any ideas?&#60;br /&#62;
I am using:&#60;br /&#62;
  host: dir.companyname.org&#60;br /&#62;
  port &#38;lt;blank&#38;gt;&#60;br /&#62;
  Domain: dc=companyname, dc=org&#60;br /&#62;
  Options: &#38;lt;blank&#38;gt;           &#38;lt;- what should go here?
&#60;/p&#62;</description>
</item>
<item>
<title>slambert1971 on "LDAP authentication for bbPress"</title>
<link>http://bbpress.org/plugins/topic/ldap-authentication/#post-2721</link>
<pubDate>Thu, 29 Jan 2009 17:20:23 +0000</pubDate>
<dc:creator>slambert1971</dc:creator>
<guid isPermaLink="false">2721@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;One other bug I found in this code is that when it creates the bbPress user, it does not include the 'nicename' in the query. Since nicename is a unique field, it causes an error and can't create the user. I added it to the code using the persons LDAP username as the nicename, but might change that later. Not sure when &#34;nicename&#34; was added to the database, but this is necessary for version 0.9.0.4.
&#60;/p&#62;</description>
</item>
<item>
<title>slambert1971 on "LDAP authentication for bbPress"</title>
<link>http://bbpress.org/plugins/topic/ldap-authentication/#post-2712</link>
<pubDate>Tue, 27 Jan 2009 21:36:07 +0000</pubDate>
<dc:creator>slambert1971</dc:creator>
<guid isPermaLink="false">2712@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Well, I was able to get this plugin to work with a major hack. Our Active Directory server requires a prebind username/password, which this plugin did not support. I added functionality for that and to set the field name of the email (since ours was not mail) as well as account filter (since ours was not uid) in the options screen. Works well, but have to get approval from management to share with other users. &#60;/p&#62;
&#60;p&#62;If your active directory servers requires a prebind, this plugin WILL NOT work without modification.
&#60;/p&#62;</description>
</item>
<item>
<title>villel on "LDAP authentication for bbPress"</title>
<link>http://bbpress.org/plugins/topic/ldap-authentication/#post-2709</link>
<pubDate>Tue, 27 Jan 2009 14:28:41 +0000</pubDate>
<dc:creator>villel</dc:creator>
<guid isPermaLink="false">2709@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I cannot get this to work with the latest bbpress version.  &#60;/p&#62;
&#60;p&#62;LDAP accounts don't work, and even local accounts stop working as soon as I enable LDAP accounts.  I had to remove the plugin files to be able to log back in to a keymaster account.&#60;/p&#62;
&#60;p&#62;The wpmu-ldap plugin works on my site, so I think I know what to use for each configuration setting.  But nothing I've tried seems to work. &#60;/p&#62;
&#60;p&#62;Does anyone have this working with the latest bbpress?
&#60;/p&#62;</description>
</item>
<item>
<title>rossgrady on "LDAP authentication for bbPress"</title>
<link>http://bbpress.org/plugins/topic/ldap-authentication/#post-2600</link>
<pubDate>Fri, 16 Jan 2009 20:15:26 +0000</pubDate>
<dc:creator>rossgrady</dc:creator>
<guid isPermaLink="false">2600@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;@Anonymous, here's how the domain field works. Let's say you have an LDAP directory for your organization, we'll call it example.com, and your particular set of users are the developers, so you have them in an ou called developers. Your username is anonymous, so your DN might be:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;uid=anonymous,ou=developers,o=example.com&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Or, if you also keep machine names in your LDAP directory, then you might keep your people separate in another ou, so your DN might be:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;uid=anonymous,ou=People,ou=developers,o=example.com&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;In either case, for the purposes of this plugin, the &#34;domain&#34; is everything after the uid=&#38;lt;whatever&#38;gt; bit -- so in the first example, you'd put &#34;ou=developers,o=example.com&#34; into the Domain box. In the second example you'd put &#34;ou=People,ou=developers,o=example.com&#34; into the Domain box.&#60;/p&#62;
&#60;p&#62;What's happening is that the plugin is building the LDAP DN that it's going to use to try to authenticate your users, so it takes the username they supply, and it inserts it into a string that looks more or less like:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;uid=$user,$domain&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;If your LDAP directory stores usernames in an attrib  other than uid, you will need to edit the plugin file manually and change that. This is also true if you keep email addresses in something other than 'mail'.&#60;/p&#62;
&#60;p&#62;Speaking of editing the plugin, I switched to the 1.0Alpha release of bbpress and had to edit the plugin file, replacing the call to the deprecated &#34;bb_user_exists&#34; function with the name of the new/correct function, &#34;bb_get_user.&#34; In case that helps anybody else.
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "LDAP authentication for bbPress"</title>
<link>http://bbpress.org/plugins/topic/ldap-authentication/#post-1436</link>
<pubDate>Tue, 08 Jul 2008 17:27:20 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">1436@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Has *anyone* figured out how to get this working with the Domain and Options fields? How do I tell the plugin where to look up the user data?
&#60;/p&#62;</description>
</item>
<item>
<title>jsox78 on "LDAP authentication for bbPress"</title>
<link>http://bbpress.org/plugins/topic/ldap-authentication/#post-882</link>
<pubDate>Thu, 28 Feb 2008 18:03:21 +0000</pubDate>
<dc:creator>jsox78</dc:creator>
<guid isPermaLink="false">882@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I too was hoping you could provide some incite into what information is required for the Domain field. I've tried a few different DN strings that I know are valid for my company's LDAP directory and none have worked to this point. Any assistance you can provide would be great.
&#60;/p&#62;</description>
</item>
<item>
<title>grahamar on "LDAP authentication for bbPress"</title>
<link>http://bbpress.org/plugins/topic/ldap-authentication/#post-632</link>
<pubDate>Sat, 10 Nov 2007 16:26:40 +0000</pubDate>
<dc:creator>grahamar</dc:creator>
<guid isPermaLink="false">632@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I have just tried this plugin and - being a newbie - I am a little stumped.&#60;br /&#62;
I put in the LDAP url and port but don't know what &#34;DOMAIN&#34; means.&#60;br /&#62;
How could I find this out?&#60;br /&#62;
I have a wiki that also uses LDAP and this works fine, so I am using the url and port&#60;br /&#62;
settings for that - which look like:&#60;/p&#62;
&#60;p&#62;ldap://mycompany-ds:389/dc=mycompany,dc=com?uid?sub?(objectClass=*)&#60;/p&#62;
&#60;p&#62;I don't know where the &#34;Domain&#34; is in the above string or how I could determine it.&#60;/p&#62;
&#60;p&#62;Thanks in advance&#60;/p&#62;
&#60;p&#62;Graham
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "LDAP authentication for bbPress"</title>
<link>http://bbpress.org/plugins/topic/ldap-authentication/#post-271</link>
<pubDate>Wed, 30 May 2007 08:01:24 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">271@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Version 2.0.1 is PHP4 compatible
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "LDAP authentication for bbPress"</title>
<link>http://bbpress.org/plugins/topic/ldap-authentication/#post-60</link>
<pubDate>Tue, 23 Jan 2007 04:58:16 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">60@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Never mind, I just found out where to do it.
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "LDAP authentication for bbPress"</title>
<link>http://bbpress.org/plugins/topic/ldap-authentication/#post-59</link>
<pubDate>Tue, 23 Jan 2007 02:29:58 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">59@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Can the external link here be changed to &#60;a href=&#34;http://www.network.net.au/bbpress/plugins/ldap/ldap-authentication.latest.zip&#34; rel=&#34;nofollow&#34;&#62;http://www.network.net.au/bbpress/plugins/ldap/ldap-authentication.latest.zip&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "LDAP authentication for bbPress"</title>
<link>http://bbpress.org/plugins/topic/ldap-authentication/#post-54</link>
<pubDate>Mon, 22 Jan 2007 05:08:03 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">54@http://bbpress.org/plugins/</guid>
<description>Allows authentication via an LDAP service</description>
</item>

</channel>
</rss>
