search for: eo5vlnpbtnd

Displaying 5 results from an estimated 5 matches for "eo5vlnpbtnd".

2016 Nov 17
4
BUG: nopassword doesn't work with CRAM-MD5
...t; says "nopassword: you want to allow all passwords, use an empty > > password and this field. " > > > > > > If password is returned in sql query then it fails, too: > > > > Nov 17 09:00:49 auth-worker(2206): Error: > > sql(pepe,127.0.0.1,<eO5vlnpBtNd/AAAB>): nopassword set but password is > > non- empty > > > > So looks to be a bug. > > It's not a bug. CRAM-MD5 does in fact require *some* password to work, Provide fake/random one for nopassword internally. > you can either store it with doveadm pw -S CRAM-M...
2016 Nov 17
2
BUG: nopassword doesn't work with CRAM-MD5
...is there because our sql query returns empty password just like wiki says "nopassword: you want to allow all passwords, use an empty password and this field. " If password is returned in sql query then it fails, too: Nov 17 09:00:49 auth-worker(2206): Error: sql(pepe,127.0.0.1,<eO5vlnpBtNd/AAAB>): nopassword set but password is non- empty So looks to be a bug. -- Arkadiusz Mi?kiewicz, arekm / ( maven.pl | pld-linux.org )
2016 Nov 17
0
BUG: nopassword doesn't work with CRAM-MD5
...ssword: you want to allow all passwords, use an empty >>> password and this field. " >>> >>> >>> If password is returned in sql query then it fails, too: >>> >>> Nov 17 09:00:49 auth-worker(2206): Error: >>> sql(pepe,127.0.0.1,<eO5vlnpBtNd/AAAB>): nopassword set but password is >>> non- empty >>> >>> So looks to be a bug. >> It's not a bug. CRAM-MD5 does in fact require *some* password to work, > Provide fake/random one for nopassword internally. > >> you can either store it with do...
2016 Nov 17
0
BUG: nopassword doesn't work with CRAM-MD5
...ssword: you want to allow all passwords, use an empty >>> password and this field. " >>> >>> >>> If password is returned in sql query then it fails, too: >>> >>> Nov 17 09:00:49 auth-worker(2206): Error: >>> sql(pepe,127.0.0.1,<eO5vlnpBtNd/AAAB>): nopassword set but password is >>> non- empty >>> >>> So looks to be a bug. >> It's not a bug. CRAM-MD5 does in fact require *some* password to work, > Provide fake/random one for nopassword internally. > >> you can either store it with do...
2016 Nov 17
0
BUG: nopassword doesn't work with CRAM-MD5
...ns empty password just like wiki says > "nopassword: you want to allow all passwords, use an empty password and this > field. " > > > If password is returned in sql query then it fails, too: > > Nov 17 09:00:49 auth-worker(2206): Error: > sql(pepe,127.0.0.1,<eO5vlnpBtNd/AAAB>): nopassword set but password is non- > empty > > So looks to be a bug. It's not a bug. CRAM-MD5 does in fact require *some* password to work, you can either store it with doveadm pw -S CRAM-MD5 or as plain text password. Aki