Re: kpasswd over firewall ans TCP

2015-05-07 Thread Meike Stone
Oh thanks Greg, 2015-05-07 17:44 GMT+02:00 Greg Hudson : > On 05/06/2015 12:35 PM, Meike Stone wrote: >> The Client is KfW 4.0.1 32bit. The kpasswd Server is AD W2k8, udp and >> tcp (port 464) on the Server are open. >> On the firewall is a proxy firewall with a rule for port TCP 464. >> >> If I

Re: kpasswd over firewall ans TCP

2015-05-07 Thread Greg Hudson
On 05/06/2015 12:35 PM, Meike Stone wrote: > The Client is KfW 4.0.1 32bit. The kpasswd Server is AD W2k8, udp and > tcp (port 464) on the Server are open. > On the firewall is a proxy firewall with a rule for port TCP 464. > > If I start kpasswd, I get at first a few port 88 (preauth) the I only

Re: kpasswd over firewall ans TCP

2015-05-07 Thread Meike Stone
2015-05-06 18:35 GMT+02:00 Meike Stone : > 2015-05-06 17:01 GMT+02:00 Greg Hudson : >> On 05/06/2015 10:45 AM, Meike Stone wrote: >>> I like to use kpasswd, but the kpasswd_server is behind a firewall and >>> only TCP port 464 is allowed. >>> But as i see, kpasswd only uses UDP. Setting udp_prefere

Re: kpasswd over firewall ans TCP

2015-05-06 Thread Meike Stone
2015-05-06 17:01 GMT+02:00 Greg Hudson : > On 05/06/2015 10:45 AM, Meike Stone wrote: >> I like to use kpasswd, but the kpasswd_server is behind a firewall and >> only TCP port 464 is allowed. >> But as i see, kpasswd only uses UDP. Setting udp_preference_limit to 0 >> (under libdefaults) >> didn't

Re: kpasswd over firewall ans TCP

2015-05-06 Thread Greg Hudson
On 05/06/2015 10:45 AM, Meike Stone wrote: > I like to use kpasswd, but the kpasswd_server is behind a firewall and > only TCP port 464 is allowed. > But as i see, kpasswd only uses UDP. Setting udp_preference_limit to 0 > (under libdefaults) > didn't help. The intent of the changepw.c code is to

kpasswd over firewall ans TCP

2015-05-06 Thread Meike Stone
Hello I like to use kpasswd, but the kpasswd_server is behind a firewall and only TCP port 464 is allowed. But as i see, kpasswd only uses UDP. Setting udp_preference_limit to 0 (under libdefaults) didn't help. So I tried to check in the sources and found in changepw.c, that UDP is hard coded? I'