Hi Justin, On Wed, 2010-06-09 at 14:28 -0400, Justin Daubenmire wrote: > I want to use the last user matching option in the deamon.config file > which is a direct match. I am using subversion authentication so the > subversion user is joe. In bugzilla the user is joe12. In the windows
You need to map user joe to user joe12. Note: Bugzilla usernames are often email addresses. e.g. are you sure the bugzilla user is joe12 ? Perhaps it is [email protected]. > Also, what is an scm user? Is there some sort of scm user list that I > must setup within scmbug? Thanks for any help! Yes there is. Setup daemon.conf to contain an entry like: # This is a one-to-one mapping of SCM usernames to # bugtracking usernames. Mappings in this list override # mappings from mapping_regexes. mapping_values => { enabled => 1, values => { 'joe' => 'joe12' } } Also make sure you set the following flag on: mappings => { # Enable SCM username translation. This flag must be # turned on for any of the mappings that follow to apply. enabled => 1,
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
