search for: 0xdqcl

Displaying 6 results from an estimated 6 matches for "0xdqcl".

Did you mean: 0xdc
2016 May 03
3
Changing Password Schemes
...' AND active = '1' AND cryptpwd = password ('%w') But still no happy dance, we now have a new error: dovecot: imap-login: Disconnected (auth failed, 3 attempts in 15 secs): user=<user at domain.tld>, method=PLAIN, rip=165.255.109.89, lip=10.0.0.12, TLS, session=<LywBS+0xdQCl/21Z> On Tue, May 3, 2016 at 11:10 AM, Carl Jeptha <cajeptha at gmail.com> wrote: > Here is what is in phpmyadmin: > password_query = > SELECT > username as user, > SELECT > IF( > cryptpwd IS NULL > OR cryptpwd = '', > C...
2016 May 03
3
Changing Password Schemes
...rd ('%w') >> >> But still no happy dance, we now have a new error: >> >> dovecot: imap-login: Disconnected (auth failed, 3 attempts in 15 >> secs): user=<user at domain.tld>, method=PLAIN, rip=165.255.109.89, >> lip=10.0.0.12, TLS, session=<LywBS+0xdQCl/21Z> >> > > 1st) You should also enable auth debugging. > > 2nd) You are poking in the dark with SQL without understanding it, > > WHERE ... cryptpwd = password ('%w') > > ???? > > 3rd) I had the impression that you want to upgrade lower hashed passwor...
2016 May 03
2
Changing Password Schemes
...t; ('%w') >> >> But still no happy dance, we now have a new error: >> >> dovecot: imap-login: Disconnected (auth failed, 3 attempts in 15 >> secs): user=<user at domain.tld>, method=PLAIN, rip=165.255.109.89, >> lip=10.0.0.12, TLS, session=<LywBS+0xdQCl/21Z> > > 1st) You should also enable auth debugging. > > 2nd) You are poking in the dark with SQL without understanding it, > > WHERE ... cryptpwd = password ('%w') > > ???? > > 3rd) I had the impression that you want to upgrade lower hashed > passwords...
2016 May 03
5
Changing Password Schemes
...gt; But still no happy dance, we now have a new error: >>>> >>>> dovecot: imap-login: Disconnected (auth failed, 3 attempts in 15 >>>> secs): user=<user at domain.tld>, method=PLAIN, rip=165.255.109.89, >>>> lip=10.0.0.12, TLS, session=<LywBS+0xdQCl/21Z> >>> 1st) You should also enable auth debugging. >>> >>> 2nd) You are poking in the dark with SQL without understanding it, >>> >>> WHERE ... cryptpwd = password ('%w') >>> >>> ???? >>> >>> 3rd) I had th...
2016 May 03
2
Changing Password Schemes
...now have a new error: >>>>>> >>>>>> dovecot: imap-login: Disconnected (auth failed, 3 attempts in 15 >>>>>> secs): user=<user at domain.tld>, method=PLAIN, rip=165.255.109.89, >>>>>> lip=10.0.0.12, TLS, session=<LywBS+0xdQCl/21Z> >>>>> 1st) You should also enable auth debugging. >>>>> >>>>> 2nd) You are poking in the dark with SQL without understanding it, >>>>> >>>>> WHERE ... cryptpwd = password ('%w') >>>>> >>&...
2016 May 02
2
Changing Password Schemes
On 05/02/2016 05:32 AM, Carl Jeptha wrote: > May 2 05:26:03 |****** dovecot: auth-worker(3442): Error: > sql(user at domain.tld,xxx.xxx.xxx.xxx): Password query must return a > field named 'password' I'm not sure, maybe it's checking case-sensitive. Your query returns PASSWORD. Make it lowercase. > > For testing purposes I put the query in PHPMyAdmin and it