==================================================================
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=5627
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 #1 from John H. Bennett III <[email protected]>
2009-12-30 22:20:53 MST ---
This isn't a kronolith problem per say, it's a horde issue. If you can test
out a potential fix, that would be great.
do the following:
cd /home/httpd/html/horde/config
cp hooks.php.dist hooks.php
chown root.www hooks.php
pico -w hooks.php
uncomment lines 529-534, then save file
// Here is an example _username_hook_frombackend function. It converts the user
// name to all lower case. This might be necessary if an authentication backend
// is case insensitive to take into account that Horde's preference system is
// case sensitive.
//
// ex. $userID = 'MyName' returns: 'myname'
if (!function_exists('_username_hook_frombackend')) {
function _username_hook_frombackend($userID)
{
return String::lower($userID);
}
}
pico -w conf.php
change about line 156 from
$conf['hooks']['username'] = false;
to
$conf['hooks']['username'] = true;
Now log into webmail using ALL CAPS or a mix of CAPS and lowercase characters.
The hook should change all characters to lowercase.
--
Configure bugmail: http://bugs.contribs.org/userprefs.cgi?tab=email
------- 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/