Displaying 1 result from an estimated 1 matches for "auth_request_proxy_is_self".
2011 Mar 25
1
Ignored proxy_maybe var and no local login when "host = Proxy FQDN"
...ppears:
Mar 25 14:10:49 debian dovecot: auth: Debug: ldap(steran,172.26.98.85):
result: uid(user)=steran maildrop(host)=smtp2.tsj-dem.gob.ve
Mar 25 14:10:49 debian dovecot: auth: Debug: BROKEN SETUP
The modifications appears here and reveals problems with the call to
net_addr2ip(host, &ip) in auth_request_proxy_is_self:
static bool auth_request_proxy_is_self(struct auth_request *request)
{
const char *const *tmp, *host = NULL, *port = NULL, *destuser =
NULL;
struct ip_addr ip;
tmp = auth_stream_split(request->extra_fields);
for (; *tmp != NULL; tmp++) {
if (str...