search for: userdb_callback

Displaying 3 results from an estimated 3 matches for "userdb_callback".

2013 Aug 21
1
Bug in dovecot 2.2.5: segfault due to bad alignment
...d0 <hash_method_sha1>) at hmac.c:44 #2 0x00023310 in auth_token_get (service=service at entry=0x6a648 "imap", session_pid=0x56071 "26272", username=0x6a698 "borchert", session_id=0x6a650 "AErv6nbk6gB/AAAB") at auth-token.c:174 #3 0x00021708 in userdb_callback (result=USERDB_RESULT_OK, request=0x6a530) at auth-request-handler.c:668 #4 0x0001f144 in auth_request_userdb_callback (result=<optimized out>, result at entry=USERDB_RESULT_OK, request=request at entry=0x6a530) at auth-request.c:1039 #5 0x000312c8 in prefetch_lookup (auth_reque...
2006 Jan 18
2
%d interpolation problem fixed
...ify_plain: now vpop_user = sysadmin, vpop_domain = > spanner.org, request->user = sysadmin@spanner.org, vpw->pw_dir = / > home/vpopmail/domains/spanner.org/sysadmin in the callback method I got this tab-separated auth_reply_stream: > dovecot: Jan 18 00:30:01 Info: auth(default): userdb_callback str: > USER 2 sysadmin uid=7797 gid=2109 home=/home/ > vpopmail/domains/spanner.org/sysadmin but I still saw these lines later: > dovecot: Jan 18 01:31:46 Info: imap(sysadmin): maildir: root=/home/ > vpopmail/domains//sysadmin/Maildir, index=/home/vpopmail/domai...
2003 Nov 04
0
PATCH: make local IP address available to auth modules
The attached patch makes the local IP address to which the client connected available to the authentication modules; i.e., the local IP address is available for substitution as %i for the mysql and pgsql modules. We needed this feature to support thousands of our legacy accounts which are authenticated by username/local_part (not the full email address) and IP address (one per domain). Timo,