[dovecot-cvs] dovecot/src/master auth-process.c,1.96,1.97

cras at dovecot.org cras at dovecot.org
Sun Jul 2 00:19:40 EEST 2006


Update of /var/lib/cvs/dovecot/src/master
In directory talvi:/tmp/cvs-serv8589

Modified Files:
	auth-process.c 
Log Message:
anonymous_username setting wasn't being passed to auth process.



Index: auth-process.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/auth-process.c,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- auth-process.c	16 Jun 2006 18:13:43 -0000	1.96
+++ auth-process.c	1 Jul 2006 21:19:37 -0000	1.97
@@ -419,6 +419,8 @@
 	env_put(t_strconcat("REALMS=", set->realms, NULL));
 	env_put(t_strconcat("DEFAULT_REALM=", set->default_realm, NULL));
 	env_put(t_strconcat("USERNAME_CHARS=", set->username_chars, NULL));
+	env_put(t_strconcat("ANONYMOUS_USERNAME=",
+			    set->anonymous_username, NULL));
 	env_put(t_strconcat("USERNAME_TRANSLATION=",
 			    set->username_translation, NULL));
 	env_put(t_strconcat("USERNAME_FORMAT=", set->username_format, NULL));



More information about the dovecot-cvs mailing list