On 04/20/2010 09:24 AM, Greg Trahair wrote: > Hi, > > > > I'm trying to use the --runas parameter and get the following error: > > > > AuthError: /C=blah/ST=blah/O=blah/OU=blah/CN=<user>/emailAddress=blah is > not authorized to login other users > > > > The user that I'm trying to submit the build from is kojiadmin (with > admin permissions). > > > > The reason that I'd like this, is that I want to use a post-commit > trigger to submit a build using the kojiadmin user, but still submitting > the build as the user that committed the change to SVN. > > > > In auth.py:364 I see some mention of a proxyuser, but I don't know how > to use it. > > > > Can anyone help?
If you're using SSL auth, you need to put the full DN of the client certificate you're logging in with (the DN is printed in the AuthError) into the ProxyDN= config entry in hub.conf. This establishes that the client using that DN is authorized to log in as another user. -- buildsys mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/buildsys
