==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    https://bugs.contribs.org/show_bug.cgi?id=9202

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================

Unnilennium <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |IN_PROGRESS
         Resolution|FIXED                       |---

--- Comment #20 from Unnilennium <[email protected]> ---
ok the problem is that remotly a test is done on sme 8 for the user 

      my $effective_pull_users = $git_db->effective_users_list_from(
$properties{'pull_groups'},
                                                                    
$properties{'pull_users'} );

if( grep( /^@http_digest[0]$/, $effective_pull_users ) ) {

the last line fails to recognize the user in the list removing ^and $ in the
regexp seems to make it work.

however:
- I am not sure that we want to test the username against group name, instead
of getting the user group name, or getting the list of users in each group
- i am not sure if username could match with longusernametotest this way

I will think of a better way to test there.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to