==================================================================
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=8533
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
==================================================================
--- Comment #13 from Stephane de Labrusse <[email protected]> ---
same in sme9 32bit your are right
[root@sme9 ~]# ll /usr/lib/cracklib_dict*
/usr/lib/cracklib_dict.hwm -> ../../usr/share/cracklib/pw_dict.hwm
/usr/lib/cracklib_dict.pwd -> ../../usr/share/cracklib/pw_dict.pwd
/usr/lib/cracklib_dict.pwi -> ../../usr/share/cracklib/pw_dict.pwi
What I do not understand is why and where we call /usr/lib/cracklib_dict in a
64
Ok in the %post section we could do something like that but it is not nice
if ( ! -f /usr/lib/cracklib_dict*); then
ln -s /usr/share/cracklib/pw_dict.hwm /usr/lib/cracklib_dict.hwm
ln -s /usr/share/cracklib/pw_dict.pwd /usr/lib/cracklib_dict.pwd
ln -s /usr/share/cracklib/pw_dict.pwi /usr/lib/cracklib_dict.pwi
fi
But we could also modifed this it seems hardcoded to that link in
/etc/e-smith/web/functions/userpanel-useraccounts
if ($strength eq 'strong')
{
$reason = fascist_check($pass, '/usr/lib/cracklib_dict');
}
--
You are receiving this mail because:
You are the QA Contact 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/