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

  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|UNCONFIRMED                 |CONFIRMED
                 CC|                            |[email protected]
     Ever confirmed|0                           |1

--- Comment #1 from Unnilennium <[email protected]> ---
confirmed:

- adding user with 20 digit code
- the 20 digits code appears in the db 
- entering only 8 first digits when trying to access to webshare works
- entering any password with the 8 first digits + anything works

this seems to be linked with Apache::Htpasswd and the object  $foo->htpasswd(
"$userName", "$password" )

because scripts like /etc/e-smith/events/actions/webshare-rebuild-htpasswd will
sent the complete password to the htpasswd command.(verified)



 perl-Apache-Htpasswd             noarch             1.8-2.el5                 
     smecontribs

seems the problem is to use the correct encryption : crypt,  sha1 or md5

to correct , you need to :

add this line before each update of password :

install  
perl-Crypt-PasswdMD5                       noarch                      
1.3-2.el5                         epel

and this fixes !

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

Reply via email to