Re: [SOGo] Authentication using ldap-md5 password fails

2023-12-12 Thread vishnyakov....@gmail.com
thanks, I'll try this hint later вт, 12 дек. 2023 г. в 14:50, Nicolas Höft : > For MD5, hex encoding is the default. You can change that by modifying the > scheme from {MD5} to {MD5.b64} > > See also the documentation of userPasswordAlgorithm in the installation > guide. [1] > > Nicolas > > > [1

Re: [SOGo] Authentication using ldap-md5 password fails

2023-12-12 Thread vishnyakov....@gmail.com
o/sogo_view"; > > canAuthenticate = YES; > > isAddressBook = YES; > > userPasswordAlgorithm = md5; > > } > > ); > > > > Quentin > > *From:* users-requ...@sogo.nu *On Behalf Of *???? > ???? > *Sent:* mardi 12 décembre 2

Re: [SOGo] Authentication using ldap-md5 password fails

2023-12-12 Thread * Neustradamus *
Hello all, At this time, there is no real security for password. There is an old problem, the support for SCRAM salted hashed password has missing and with or without OpenLDAP. I think it is time to add this support in SOGo for users security! SCRAM exists since 2011. Some informations: - http

Re: [SOGo] Authentication using ldap-md5 password fails

2023-12-12 Thread nico...@hoeft.de
For MD5, hex encoding is the default. You can change that by modifying the scheme from {MD5} to {MD5.b64} See also the documentation of userPasswordAlgorithm in the installation guide. [1] Nicolas [1] https://github.com/Alinto/sogo/blob/master/Documentation/SOGoInstallationGuide.asciidoc

RE: [SOGo] Authentication using ldap-md5 password fails

2023-12-12 Thread qhivert
thenticate = YES; isAddressBook = YES; userPasswordAlgorithm = md5; } ); Quentin From: users-requ...@sogo.nu On Behalf Of Sent: mardi 12 décembre 2023 10:25 To: users@sogo.nu Subject: Re: [SOGo] Authentication using ldap-md5 password fails Sorry, but rollback is no

Re: [SOGo] Authentication using ldap-md5 password fails

2023-12-12 Thread vishnyakov....@gmail.com
Sorry, but rollback is not possible. I needed to move the mailer to another server. A backup was made on the old server, on the new server I launched mailcow, then deployed the backup using the backup_and_restore.sh script( (supplied with mailcow). All containers started successfully, imap / smtp

RE: [SOGo] Authentication using ldap-md5 password fails

2023-12-12 Thread qhivert
Hello, you’ve updated from what sogo version to what? If you rollback your mailcow does it work again? Quentin From: users-requ...@sogo.nu On Behalf Of Sent: mardi 12 décembre 2023 07:22 To: users@sogo.nu Subject: [SOGo] Authentication using ldap-md5 password fails Goo