diff src/auth/auth-request.h @ 6619:2a36e7d9ddb6 HEAD

Don't keep master username in original_username.
author Timo Sirainen <tss@iki.fi>
date Sat, 27 Oct 2007 18:31:05 +0300
parents 6a64e64fa3a3
children d22888a77a1e
line wrap: on
line diff
--- a/src/auth/auth-request.h	Sat Oct 27 18:25:44 2007 +0300
+++ b/src/auth/auth-request.h	Sat Oct 27 18:31:05 2007 +0300
@@ -34,7 +34,8 @@
         char *user, *requested_login_user, *master_user;
 	/* original_username contains the username exactly as given by the
 	   client. this is needed at least with DIGEST-MD5 for password
-	   verification */
+	   verification. however with master logins the master username has
+	   been dropped from it. */
 	const char *original_username;
 	char *mech_password; /* set if verify_plain() is called */
 	char *passdb_password; /* set after password lookup if successful */