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

cras at dovecot.org cras at dovecot.org
Tue May 10 20:05:34 EEST 2005


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

Modified Files:
	passdb-vpopmail.c 
Log Message:
Don't replace request->user with vpw->pw_name. It drops domain part and
causes userdb lookup to fail.



Index: passdb-vpopmail.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/passdb-vpopmail.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- passdb-vpopmail.c	10 May 2005 14:46:25 -0000	1.19
+++ passdb-vpopmail.c	10 May 2005 17:05:32 -0000	1.20
@@ -90,9 +90,6 @@
 	}
 #endif
 
-	/* make sure we're using the username exactly as it's in the database */
-	request->user = p_strdup(request->pool, vpw->pw_name);
-
 	callback(PASSDB_RESULT_OK, request);
 }
 



More information about the dovecot-cvs mailing list