Hi there,<br><br>I&#39;ve recently been setting up a koji environment.  I&#39;ve been relying heavily on the docs <a href="http://fedoraproject.org/wiki/Koji/ServerHowTo">http://fedoraproject.org/wiki/Koji/ServerHowTo</a>.  The docs have been a great help.<br>
<br>However, I ran into a small issue when modifying the ProxyDNs option in /etc/koji-hub/hub.conf<br><pre>DNUsernameComponent = CN<br>ProxyDNs = &quot;/C=US/ST=Massachusetts/O=Example Org/OU=Example User/CN=example/emailAddress=<a href="mailto:example@example.com">example@example.com</a>&quot;<br>
</pre>I had problems with the server responding with: &quot;(user) is not authorized to login other users&quot;.  I did change the value to my cert&#39;s settings.<br><br>Turns out that if I removed the quotes then everything is happy.<br>
<br>I&#39;m not sure if it is intended to allow a quoted string for this option or not, considering the current behaviour is to split multiple ProxyDNs&#39; via |<br><br>Attached is a patch that will help avoid users seeing the above message when authenticating with SSL.  Of course, removing the quotes from your config will correct the issue; the patch merely tries to avoid the problem by removing quotes from the string when the client_dn is sought in the <i>if &lt;string&gt; in &lt;list&gt;</i> statement.<br>