<?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: LDAP Authentication for Subversion on Ubuntu Feisty</title>
	<atom:link href="http://www.itguyonline.com/blog/2007/05/02/ldap-authentication-for-subversion-on-ubuntu-feisty/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itguyonline.com/blog/2007/05/02/ldap-authentication-for-subversion-on-ubuntu-feisty/</link>
	<description></description>
	<lastBuildDate>Wed, 22 Jun 2011 23:14:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: samba</title>
		<link>http://www.itguyonline.com/blog/2007/05/02/ldap-authentication-for-subversion-on-ubuntu-feisty/comment-page-1/#comment-27537</link>
		<dc:creator>samba</dc:creator>
		<pubDate>Tue, 11 Jan 2011 12:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.itguyonline.com/blog/2007/05/02/ldap-authentication-for-subversion-on-ubuntu-feisty/#comment-27537</guid>
		<description>Does ldap config work without apache?
Can we configure the ldap authentication with svnserve.conf(individual projects)?</description>
		<content:encoded><![CDATA[<p>Does ldap config work without apache?<br />
Can we configure the ldap authentication with svnserve.conf(individual projects)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samba</title>
		<link>http://www.itguyonline.com/blog/2007/05/02/ldap-authentication-for-subversion-on-ubuntu-feisty/comment-page-1/#comment-27531</link>
		<dc:creator>samba</dc:creator>
		<pubDate>Tue, 11 Jan 2011 09:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.itguyonline.com/blog/2007/05/02/ldap-authentication-for-subversion-on-ubuntu-feisty/#comment-27531</guid>
		<description>I have one(some) more doubt(s):
previously my svn server is accessible for the clients with the individual passwd settings defined in /svn/repo1/conf/svnserve.conf file. In this passwd-db is the global file which contains the manual entries of user name and passwds and authz is the authentication permissions of individual repositories.
Now i have set up LDAP with repository wise permissions with AuthzSVNAccessFile (actually ready to set up which was tested in my local machine). How can this effects the previous permissions? shall svn clients from users able to use new passwds which are avilable through my new LDAP config? Can i remove the Entries in the individual repositories of authz and make them in /var/svn/access.txt file?</description>
		<content:encoded><![CDATA[<p>I have one(some) more doubt(s):<br />
previously my svn server is accessible for the clients with the individual passwd settings defined in /svn/repo1/conf/svnserve.conf file. In this passwd-db is the global file which contains the manual entries of user name and passwds and authz is the authentication permissions of individual repositories.<br />
Now i have set up LDAP with repository wise permissions with AuthzSVNAccessFile (actually ready to set up which was tested in my local machine). How can this effects the previous permissions? shall svn clients from users able to use new passwds which are avilable through my new LDAP config? Can i remove the Entries in the individual repositories of authz and make them in /var/svn/access.txt file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samba</title>
		<link>http://www.itguyonline.com/blog/2007/05/02/ldap-authentication-for-subversion-on-ubuntu-feisty/comment-page-1/#comment-27530</link>
		<dc:creator>samba</dc:creator>
		<pubDate>Tue, 11 Jan 2011 09:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.itguyonline.com/blog/2007/05/02/ldap-authentication-for-subversion-on-ubuntu-feisty/#comment-27530</guid>
		<description>Above is working fine after i added the above entries in access.txt file in the svn(/var/svn in my case) location and add this to my config file as
AuthzSVNAccessFile /var/svn/access.txt</description>
		<content:encoded><![CDATA[<p>Above is working fine after i added the above entries in access.txt file in the svn(/var/svn in my case) location and add this to my config file as<br />
AuthzSVNAccessFile /var/svn/access.txt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samba</title>
		<link>http://www.itguyonline.com/blog/2007/05/02/ldap-authentication-for-subversion-on-ubuntu-feisty/comment-page-1/#comment-27526</link>
		<dc:creator>samba</dc:creator>
		<pubDate>Tue, 11 Jan 2011 05:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.itguyonline.com/blog/2007/05/02/ldap-authentication-for-subversion-on-ubuntu-feisty/#comment-27526</guid>
		<description>how can i give use the ldap authentication repository wise.

I want to create a setup so that the user exists in the Ldap and the provided the permission for a specific repository only will view the repository data, otherwise it shouldn&#039;t allow the user to view it. I tried with the below setup but it did not work for me. Any help on this?

ls  /var/svn
myrepo  newrep  test  testrepo
are my repositories


[/]
* = r

[newrep:/]
user1 = r
user2 = rw

[test:/]
user2 = r
user4 = rw</description>
		<content:encoded><![CDATA[<p>how can i give use the ldap authentication repository wise.</p>
<p>I want to create a setup so that the user exists in the Ldap and the provided the permission for a specific repository only will view the repository data, otherwise it shouldn&#8217;t allow the user to view it. I tried with the below setup but it did not work for me. Any help on this?</p>
<p>ls  /var/svn<br />
myrepo  newrep  test  testrepo<br />
are my repositories</p>
<p>[/]<br />
* = r</p>
<p>[newrep:/]<br />
user1 = r<br />
user2 = rw</p>
<p>[test:/]<br />
user2 = r<br />
user4 = rw</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: configuring SVN with Ldap</title>
		<link>http://www.itguyonline.com/blog/2007/05/02/ldap-authentication-for-subversion-on-ubuntu-feisty/comment-page-1/#comment-22212</link>
		<dc:creator>configuring SVN with Ldap</dc:creator>
		<pubDate>Sat, 14 Aug 2010 21:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.itguyonline.com/blog/2007/05/02/ldap-authentication-for-subversion-on-ubuntu-feisty/#comment-22212</guid>
		<description>[...] Google for Apache DAV subversion ldap or something like that you should get a number of guides like this one that will explain how to do it. The procedure is roughly equivalent for different distros (but [...]</description>
		<content:encoded><![CDATA[<p>[...] Google for Apache DAV subversion ldap or something like that you should get a number of guides like this one that will explain how to do it. The procedure is roughly equivalent for different distros (but [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A successful story after a long try &#124; Micro Thoughts</title>
		<link>http://www.itguyonline.com/blog/2007/05/02/ldap-authentication-for-subversion-on-ubuntu-feisty/comment-page-1/#comment-16642</link>
		<dc:creator>A successful story after a long try &#124; Micro Thoughts</dc:creator>
		<pubDate>Wed, 21 Oct 2009 07:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.itguyonline.com/blog/2007/05/02/ldap-authentication-for-subversion-on-ubuntu-feisty/#comment-16642</guid>
		<description>[...] Kurt Wolf’s LDAP Authentication for Subversion on Ubuntu Feisty [...]</description>
		<content:encoded><![CDATA[<p>[...] Kurt Wolf’s LDAP Authentication for Subversion on Ubuntu Feisty [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Confluence: Subversion</title>
		<link>http://www.itguyonline.com/blog/2007/05/02/ldap-authentication-for-subversion-on-ubuntu-feisty/comment-page-1/#comment-6337</link>
		<dc:creator>Confluence: Subversion</dc:creator>
		<pubDate>Mon, 12 May 2008 02:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.itguyonline.com/blog/2007/05/02/ldap-authentication-for-subversion-on-ubuntu-feisty/#comment-6337</guid>
		<description>&lt;strong&gt;Bare Metal Installation...&lt;/strong&gt;

Table of contents     1/9/2008 15:06  Hi Dan,  svndev is up and running. It&#039;s got ubuntu 6.06 LTS running. I haven&#039;t done much for configuration. Here&#039;s what&#039;s there:  hostname: svndev.control4.com IP:    10.11.11.......</description>
		<content:encoded><![CDATA[<p><strong>Bare Metal Installation&#8230;</strong></p>
<p>Table of contents     1/9/2008 15:06  Hi Dan,  svndev is up and running. It&#8217;s got ubuntu 6.06 LTS running. I haven&#8217;t done much for configuration. Here&#8217;s what&#8217;s there:  hostname: svndev.control4.com IP:    10.11.11&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kurt Wolf</title>
		<link>http://www.itguyonline.com/blog/2007/05/02/ldap-authentication-for-subversion-on-ubuntu-feisty/comment-page-1/#comment-3345</link>
		<dc:creator>Kurt Wolf</dc:creator>
		<pubDate>Thu, 10 Jan 2008 01:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.itguyonline.com/blog/2007/05/02/ldap-authentication-for-subversion-on-ubuntu-feisty/#comment-3345</guid>
		<description>Scott, great tip!  This URL will give you more information regarding these commands.

http://www.debian-administration.org/articles/207</description>
		<content:encoded><![CDATA[<p>Scott, great tip!  This URL will give you more information regarding these commands.</p>
<p><a href="http://www.debian-administration.org/articles/207" rel="nofollow">http://www.debian-administration.org/articles/207</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Frazer</title>
		<link>http://www.itguyonline.com/blog/2007/05/02/ldap-authentication-for-subversion-on-ubuntu-feisty/comment-page-1/#comment-3335</link>
		<dc:creator>Scott Frazer</dc:creator>
		<pubDate>Wed, 09 Jan 2008 20:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.itguyonline.com/blog/2007/05/02/ldap-authentication-for-subversion-on-ubuntu-feisty/#comment-3335</guid>
		<description>Just as an FYI:

Instead of creating the module links by hand, you can use a2enmod:

sudo a2enmod dav_svn

will automatically create the appropriate *.load and *.conf links into mods-enabled

a2ensite does the same thing with sites-available, and a2dismod and a2dissite will turn them off.</description>
		<content:encoded><![CDATA[<p>Just as an FYI:</p>
<p>Instead of creating the module links by hand, you can use a2enmod:</p>
<p>sudo a2enmod dav_svn</p>
<p>will automatically create the appropriate *.load and *.conf links into mods-enabled</p>
<p>a2ensite does the same thing with sites-available, and a2dismod and a2dissite will turn them off.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kurt</title>
		<link>http://www.itguyonline.com/blog/2007/05/02/ldap-authentication-for-subversion-on-ubuntu-feisty/comment-page-1/#comment-793</link>
		<dc:creator>Kurt</dc:creator>
		<pubDate>Sat, 10 Nov 2007 04:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.itguyonline.com/blog/2007/05/02/ldap-authentication-for-subversion-on-ubuntu-feisty/#comment-793</guid>
		<description>The only problem I see with all of this is the ldap:// URL  Doesn&#039;t that mean that you are sending AD usernames and passwords over the network in plain text?  And ldaps:// would be secure (assuming AD is configured properly)?</description>
		<content:encoded><![CDATA[<p>The only problem I see with all of this is the ldap:// URL  Doesn&#8217;t that mean that you are sending AD usernames and passwords over the network in plain text?  And ldaps:// would be secure (assuming AD is configured properly)?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

