This way, concurrent SOGo sessions using different PT can worktags/0.2.23_el5 0.2.23_el5
parent
114e1faa7e
commit
e0e9b06fbb
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