You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
290 B
9 lines
290 B
10 years ago
|
{
|
||
|
# Add the plaintext password to the cache key so concurrent sessions
|
||
|
# from SOGo, using different CAS PT can work
|
||
|
my $args = $DB->get_prop('dovecot', 'PassDBArgs');
|
||
|
if ($args && $args eq 'cache_key=%n%r%l'){
|
||
|
$DB->set_prop('dovecot', 'PassDBArgs', 'cache_key=%n%r%l%w');
|
||
|
}
|
||
|
}
|