Or change in the glue.conf:
# All integration activity must originate from a specific SCM
# user. If the SCM system does not provide the SCM user
# information (e.g Subversion running an svnserve daemon with
# anonymous access), assume the activity originated from a
# specific SCM user
anonymous_scm_username => {
enabled => 0,
value => 'john_in_bugzilla'
},
On Fri, 2008-04-11 at 11:13 -0700, Kristis Makris wrote:
> On Fri, 2008-04-11 at 13:32 -0400, John Coffie wrote:
> > Scmbug error 7: Username 'anonymous_scm_user' could not be translated.
> >
> > Any suggestions on what I could try. I am using the one-to-one mappings in
> > daemon.conf also and the user (john) exists in bugzilla.
>
> Do you have a mapping in daemon.conf for
>
> mapping_values => {
> enabled => 1,
> values => {
> "anonymous_scm_user" => "[EMAIL PROTECTED]"
> }
> }
>
> ?? You need to add one.
> _______________________________________________
> scmbug-users mailing list
> [email protected]
> http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
signature.asc
Description: This is a digitally signed message part
_______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
