comparison src/auth/auth-request.h @ 15173:ff66315076ce

auth: Don't add proxy/pass fields when we're only authenticating (not logging in). For example SMTP server doesn't need these fields when doing SMTP AUTH.
author Timo Sirainen <tss@iki.fi>
date Wed, 03 Oct 2012 00:41:18 +0300
parents e3175ee39483
children 02451e967a06
comparison
equal deleted inserted replaced
15172:8802322d7257 15173:ff66315076ce
99 unsigned int internal_failure:1; 99 unsigned int internal_failure:1;
100 unsigned int passdb_user_unknown:1; 100 unsigned int passdb_user_unknown:1;
101 unsigned int passdb_internal_failure:1; 101 unsigned int passdb_internal_failure:1;
102 unsigned int userdb_internal_failure:1; 102 unsigned int userdb_internal_failure:1;
103 unsigned int delayed_failure:1; 103 unsigned int delayed_failure:1;
104 unsigned int auth_only:1;
104 unsigned int domain_is_realm:1; 105 unsigned int domain_is_realm:1;
105 unsigned int accept_input:1; 106 unsigned int accept_input:1;
106 unsigned int no_failure_delay:1; 107 unsigned int no_failure_delay:1;
107 unsigned int no_login:1; 108 unsigned int no_login:1;
108 unsigned int no_password:1; 109 unsigned int no_password:1;