Displaying 3 results from an estimated 3 matches for "ponyboy".
Did you mean:
playboy
2014 Feb 27
2
Dovecot2 vs. AD, "Inactivity during authentication"
...the debugging I can find, but my logs have little information to offer.
Any help in getting me a step further would be much appreciated. In particular, I'd like to learn how do diagnose these userdb/passdb issues properly.
Here's what I see in the logs:
Feb 27 12:25:49 <mail.info> ponyboy dovecot: imap-login: Disconnected: Inactivity during authentication (disconnected while authenticating, waited 172 secs): user=<>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured, session=<r/ERi2HzQAB/AAAB>
Feb 27 12:26:42 <mail.err> ponyboy dovecot: auth: Error: PLAIN(js,127....
2014 Mar 05
0
Using AD, one more try - "successfol auth" and crashing auth process
...base = dc=office,dc=on2it,dc=net
scope=subtree
auth_bind = yes
auth_bind_userdn = "%u at office.on2it.net"
pass_attrs = sAMAccountName=user
user_attrs = sAMAccountName=user
What happens in this case is best shown by a snippet of dovecot logging:
Mar 5 09:57:36 <mail.err> ponyboy dovecot: auth: Error: ldap(js,127.0.0.1,<z1dLNtjzJwB/AAAB>): ldap_search(base=dc=office,dc=on2it,dc=net filter=(&(objectClass=posixAccount)(uid=js))) failed: Operations error
Mar 5 09:57:36 <mail.err> ponyboy dovecot: imap: Error: Disconnected from auth server, aborting (client-pi...
2014 Mar 03
1
Dovecot, AD and authenticated binds...
...http://wiki2.dovecot.org/AuthDatabase/CheckPassword>, but somehow the userdb_uid and userdb_gid I've passed back in the "EXTRA" environment variable get lost along the way.
It syslogs, and the syslogs show that the LDAP parts working as expected:
Mar 3 14:49:09 <mail.info> ponyboy checkpassword: successful authenticated bind and DN(js) lookup
Mar 3 14:49:09 <mail.info> ponyboy checkpassword: DN(js) is CN=Jeroen Scheerder,OU=Users,OU=Netherlands,OU=ON2IT,DC=office,DC=on2it,DC=net
Mar 3 14:49:09 <mail.info> ponyboy checkpassword: js authenticated
In dovecot'...