Displaying 5 results from an estimated 5 matches for "client_auth_parse_args".
2015 Oct 13
2
TLS communication director -> backend with X.509 cert checks?
...s. So it should work in a way that host=<hostname> and hostip=<ip> is sent. I thought my patch did that.. Normally auth_debug=yes would be enough to debug this, but this happens between director and login process so I don't think it's going to be of much use. login process's client_auth_parse_args() is what should see these two parameters correctly.
I can check this further tomorrow.
2015 Oct 13
0
TLS communication director -> backend with X.509 cert checks?
...s. So it should work in a way that host=<hostname> and hostip=<ip> is sent. I thought my patch did that.. Normally auth_debug=yes would be enough to debug this, but this happens between director and login process so I don't think it's going to be of much use. login process's client_auth_parse_args() is what should see these two parameters correctly.
>
> I can check this further tomorrow.
I've put an i_warning("*** %s: ...", __FUNCTION__, ...) into several places.
Oct 14 00:02:33 director1 dovecot: director: Warning: *** login_host_callback: OK#0112#011user=foo#011proxy...
2015 Oct 13
2
TLS communication director -> backend with X.509 cert checks?
Timo Sirainen <tss at iki.fi> (Di 13 Okt 2015 21:36:40 CEST):
?
> > I see:
> >
> > a) pass the host *names* to the director too, for CN verification
> > purpose
> >
> > May be in struct mail_host could be a field for the original
> > hostname we used to obtain the adress(es)?
>
> Does the attached patch work? Compiles,
2010 Sep 19
1
linking problems of dovecot 2.0.3
...lient-common.c:372:
undefined reference to `login_binary'
./.libs/liblogin.a(client-common.o): In function `client_create':
/tmp/dovecot/BUILD/dovecot-2.0.3/src/login-common/client-common.c:50:
undefined reference to `client_vfuncs'
./.libs/liblogin.a(client-common-auth.o): In function `client_auth_parse_args':
/tmp/dovecot/BUILD/dovecot-2.0.3/src/login-common/client-common-auth.c:111:
undefined reference to `login_binary'
/tmp/dovecot/BUILD/dovecot-2.0.3/src/login-common/client-common-auth.c:99:
undefined reference to `login_binary'
./.libs/liblogin.a(client-common-auth.o): In function `cli...
2015 Oct 13
2
TLS communication director -> backend with X.509 cert checks?
...s. So it should work in a way that host=<hostname> and hostip=<ip> is sent. I thought my patch did that.. Normally auth_debug=yes would be enough to debug this, but this happens between director and login process so I don't think it's going to be of much use. login process's client_auth_parse_args() is what should see these two parameters correctly.
> >
> > I can check this further tomorrow.
>
> I've put an i_warning("*** %s: ...", __FUNCTION__, ...) into several places.
>
> Oct 14 00:02:33 director1 dovecot: director: Warning: *** login_host_callback...