<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/ifsvnadmin/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/ifsvnadmin/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 28 Oct 2011 16:28:13 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ifsvnadmin/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Path list</title><link>https://sourceforge.net/p/ifsvnadmin/bugs/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;With an administrator user account I cannot see the permissions for all the paths. I don't know if this issue is related to other changes I made to the source or if this is a desired behaviour. I think this issue is present in the original 1.5. &lt;/p&gt;
&lt;p&gt;Anyway, to "fix" this I edit accespathslist.php around line 38:&lt;br /&gt;
Before: &lt;br /&gt;
if ($appEngine-&amp;gt;getAclManager()-&amp;gt;isUserAccessPathManager($currentUsername))    &lt;br /&gt;
$list = $appEngine-&amp;gt;getAclManager()-&amp;gt;filterAccessPathsList($currentUsername, $list);&lt;br /&gt;
After:&lt;br /&gt;
$isAdmin = $appEngine-&amp;gt;getAclManager()-&amp;gt;userHasRole($currentUsername,$appEngine-&amp;gt;getAclManager()-&amp;gt;administrator_role_name); &lt;br /&gt;
if(!$isAdmin)&lt;br /&gt;
{&lt;br /&gt;
if ($appEngine-&amp;gt;getAclManager()-&amp;gt;isUserAccessPathManager($currentUsername))    &lt;br /&gt;
$list = $appEngine-&amp;gt;getAclManager()-&amp;gt;filterAccessPathsList($currentUsername, $list);&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;If there is another way more "elegante" to fix this just let me know. &lt;br /&gt;
I couldn't find any use of the function userHasRole of the AclManager anywhere in the current code, is there a reason not to use it?&lt;br /&gt;
Jacq&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jacq</dc:creator><pubDate>Fri, 28 Oct 2011 16:28:13 -0000</pubDate><guid>https://sourceforge.net901316ff4f37fdefe273a477e9eb9d56bffb2b74</guid></item><item><title>Can't browse mulitple OU with LDAP</title><link>https://sourceforge.net/p/ifsvnadmin/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;My company has a multiple OU configuration in the AD like CN=Doe John,OU=Users,OU=Users and Groups,OU=BU,DC=GRP,DC=DSB,DC=COM&lt;/p&gt;
&lt;p&gt;If I insert OU=BU,DC=GRP,DC=DSB,DC=COM in the Base DN, I can find the user with the standard filter (&amp;amp;(objectClass=person)(objectClass=user)) ant the sAMAccountName. It works like a charm.&lt;/p&gt;
&lt;p&gt;But only with the DC=GRP,DC=DSB,DC=COM, no way to retrieve John Doe. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 18 Aug 2011 06:48:44 -0000</pubDate><guid>https://sourceforge.netd1507a38a31f630828245a7b541944298cc9e18a</guid></item><item><title>Settings: LDAP protocol version is ignored</title><link>https://sourceforge.net/p/ifsvnadmin/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;LdapUserViewProvider.class.php calls parent::connect with only two arguments, so it always uses protocol version 2. The attached patch should fix the issue.&lt;/p&gt;
&lt;p&gt;iF.SVNAdmin 1.5.2&lt;/p&gt;&lt;/div&gt;</description><pubDate>Sun, 10 Apr 2011 14:35:07 -0000</pubDate><guid>https://sourceforge.nete9db1c6a3a434dad33e0a36f74a26c4b1d3e65c0</guid></item><item><title>LDAP integration problemas with ut8 chars</title><link>https://sourceforge.net/p/ifsvnadmin/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;LDAP integration is not working when the DN attribute contains UTF8 chars.&lt;br /&gt;
To solve this we changue in file svnadmin/ifphplib/IF_AbstractLdapConnector.class.php line 41:&lt;br /&gt;
old:  if (ldap_bind($c, $username, $password))&lt;br /&gt;
new: if (ldap_bind($c, utf8_encode($username), $password))&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jacq</dc:creator><pubDate>Tue, 15 Feb 2011 11:20:41 -0000</pubDate><guid>https://sourceforge.net554526a39ae1e60aff4ee6b18d5f29b901bcb80b</guid></item><item><title>Can't create repositories</title><link>https://sourceforge.net/p/ifsvnadmin/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I am running subversion 1.6.15 on a CentOS machine. Everything works fine except creating new repositories. - It says unknown error.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 02 Feb 2011 22:39:22 -0000</pubDate><guid>https://sourceforge.net1e6f175b490a23d4d3f573d12ea69e07ae982478</guid></item><item><title>Authentication (BASIC) against apr1 md5 hashes didn't work</title><link>https://sourceforge.net/p/ifsvnadmin/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The "basic" authentication module doesn't support authentication against passwords generated with the APR1 MD5 algorithm and SHA.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Manuel Freiholz</dc:creator><pubDate>Thu, 09 Sep 2010 04:39:48 -0000</pubDate><guid>https://sourceforge.netcf6f1eb946fd79096aa51c4a45062670abc4a97d</guid></item></channel></rss>