This way, concurrent SOGo sessions using different PT can worktags/ipasserelle-groupware-0.2.37-1 0.2.23_el6
parent
5b34ddb128
commit
085c1ac457
2 changed files with 9 additions and 1 deletions
@ -1 +1 @@ |
||||
cache_key=%n%r%l |
||||
cache_key=%n%r%l%w |
||||
|
@ -0,0 +1,8 @@ |
||||
{ |
||||
# 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'); |
||||
} |
||||
} |
Loading…
Reference in new issue