[dovecot-cvs] dovecot/src/auth userdb-vpopmail.c,1.19,1.20

cras at dovecot.org cras at dovecot.org
Sun Jan 22 12:00:26 EET 2006


Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv26509/src/auth

Modified Files:
	userdb-vpopmail.c 
Log Message:
Domain part was dropped from usernames.



Index: userdb-vpopmail.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/userdb-vpopmail.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- userdb-vpopmail.c	16 Oct 2005 14:34:39 -0000	1.19
+++ userdb-vpopmail.c	22 Jan 2006 10:00:22 -0000	1.20
@@ -85,7 +85,7 @@
 	}
 
 	reply = auth_stream_reply_init(auth_request);
-	auth_stream_reply_add(reply, NULL, vpw->pw_name);
+	auth_stream_reply_add(reply, NULL, request->user);
 	auth_stream_reply_add(reply, "uid", dec2str(uid));
 	auth_stream_reply_add(reply, "gid", dec2str(gid));
 	auth_stream_reply_add(reply, "home", vpw->pw_dir);



More information about the dovecot-cvs mailing list