<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — trac or redmine using iredmail ldap auth on ubuntu 8.04 howto?]]></title>
		<link>http://www.iredmail.org/forum/topic264-trac-or-redmine-using-iredmail-ldap-auth-on-ubuntu-804-howto.html</link>
		<atom:link href="http://www.iredmail.org/forum/feed-rss-topic264.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in trac or redmine using iredmail ldap auth on ubuntu 8.04 howto?.]]></description>
		<lastBuildDate>Tue, 29 Sep 2009 18:51:42 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: trac or redmine using iredmail ldap auth on ubuntu 8.04 howto?]]></title>
			<link>http://www.iredmail.org/forum/post1295.html#p1295</link>
			<description><![CDATA[<p>Many thanks. I got this working now.</p>]]></description>
			<author><![CDATA[null@example.com (filgood)]]></author>
			<pubDate>Tue, 29 Sep 2009 18:51:42 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1295.html#p1295</guid>
		</item>
		<item>
			<title><![CDATA[Re: trac or redmine using iredmail ldap auth on ubuntu 8.04 howto?]]></title>
			<link>http://www.iredmail.org/forum/post1208.html#p1208</link>
			<description><![CDATA[<p>Here is basic information we used to integrate trac &amp; subversion:</p><br /><p>- Suppose all projects are located under /svn, and we have a project &#039;newproject&#039;.<br />- Install subversion and trac<br /></p><div class="codebox"><pre><code># yum install subversion.x86_64 trac.noarch</code></pre></div><p>- Configure apache, add two new alias directories: /trac, /svn.<br /></p><div class="codebox"><pre><code>    # http://www.iredmail.org/svn/project_name/
    &lt;Location /svn&gt;
        DAV svn
        SVNParentPath /svn/

        AuthType Basic
        AuthName &quot;Authorization Realm&quot;

        AuthBasicProvider ldap
        AuthzLDAPAuthoritative   Off

        AuthLDAPUrl   ldap://localhost:389/o=domains,dc=iredmail,dc=org?mail?sub?(&amp;(accountStatus=active)(enabledService=svn))

        AuthLDAPBindDN &quot;cn=vmail,dc=iredmail,dc=org&quot;
        AuthLDAPBindPassword &quot;vmail_password&quot;

        Require valid-user
    &lt;/Location&gt;

    &lt;Location /trac&gt;
        SetHandler mod_python
        SetEnv PYTHON_EGG_CACHE /tmp/egg-cache/
        PythonInterpreter main_interpreter
        PythonHandler trac.web.modpython_frontend
        PythonOption TracEnv /svn/trac/
        PythonOption TracUriRoot /trac/iredmail/

        AuthType Basic
        AuthName &quot;Authorization Realm&quot;

        AuthBasicProvider ldap
        AuthzLDAPAuthoritative   Off

        AuthLDAPUrl   ldap://localhost:389/o=domains,dc=iredmail,dc=org?mail?sub?(&amp;(accountStatus=active)(enabledService=trac))

        AuthLDAPBindDN &quot;cn=vmail,dc=iredmail,dc=org&quot;
        AuthLDAPBindPassword &quot;vmail_password&quot;

        Require valid-user
    &lt;/Location&gt;</code></pre></div><p>Note: here we use two new ldap filter: &#039;enabledService=svn&#039; and &#039;enabledService=trac&#039; to restrict users who have privilege to use svn and trac service.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Wed, 23 Sep 2009 03:12:22 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1208.html#p1208</guid>
		</item>
		<item>
			<title><![CDATA[Re: trac or redmine using iredmail ldap auth on ubuntu 8.04 howto?]]></title>
			<link>http://www.iredmail.org/forum/post1207.html#p1207</link>
			<description><![CDATA[<div class="quotebox"><cite>filgood wrote:</cite><blockquote><p>Has anyone done this before? Any pointers or a howto that could help me? I&#039;m running iredmail 0.5 on ubuntu 8.04.3 LTS.</p></blockquote></div><p>We integrated Trac and subversion before, use Apache + mod_authz_ldap.</p><p>It&#039;s better to post the troubles/error log you get during integration instead of ask how to do this.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Wed, 23 Sep 2009 03:04:27 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1207.html#p1207</guid>
		</item>
		<item>
			<title><![CDATA[trac or redmine using iredmail ldap auth on ubuntu 8.04 howto?]]></title>
			<link>http://www.iredmail.org/forum/post1206.html#p1206</link>
			<description><![CDATA[<p>Hi All,</p><p>First of all, many thanks for this great project! I&#039;ve installed the Iredmail solution on an ubuntu server and it has been working very well. One of the major differences was how light this is on resources (I run this on very low powered cpu) compared to many other mail /groupware solutions. Very impressed so far!</p><p>Now I have the Iredmail solution installed, I was keen to exploit the Ldap backend/user base and integrate this with redmine or trac (and subservion), but I&#039;m unable to find any pointers to the ldap config required to enable trac/redmine to authenticate using the iredmail users/groups ?</p><p>Has anyone done this before? Any pointers or a howto that could help me? I&#039;m running iredmail 0.5 on ubuntu 8.04.3 LTS.</p><p>Many thanks,</p><p>Filgood</p>]]></description>
			<author><![CDATA[null@example.com (filgood)]]></author>
			<pubDate>Tue, 22 Sep 2009 21:42:48 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1206.html#p1206</guid>
		</item>
	</channel>
</rss>
