Re: cyrus after changing uid and mail address login not working any more
Jan Kowalsky <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kroupware |
|---|---|
| Message-ID | <ffb2f179-2e2d-8558-9a6f-19876ae489de__9202.50628130219$1570292735$gmane$org@datenkollektiv.net> |
Hi, just add some information: Am 05.10.19 um 17:56 schrieb Jan Kowalsky: > Hi all, > > on one account we have the problem that user can't authenticate against > cyrus anymore after name and email-adress of the account was changed. > > If changing a user name in kolab webadmin - the email-adress and uid is > changed also - depending on recipient policy. > > One user can't login anymore with this new email-address. > > In mail.log: > > imap0 imap[7496]: badlogin: [2a01:4f8:0:0:0:0:0:0] unknown > AUTHENTICATE+PLAIN+TLS [SASL(-13): authentication failure: Password > verification failed] In pykolab.log pykolab.auth ERROR [11479] Invalid DN, username and/or password for 'uid=tuser,ou=People,dc=example,dc=org' -> it seems that cyrus is still searching for the old dn the new dn would be like: 'uid=tu,ou=People,dc=example,dc=org' Where could the caching result from? Regards Jan