Date: | Wed, 15 Aug 2007 14:55:25 -0400 |
From: | Ezra Peisach <epeisach@bu.edu> |
To: | krb5-bugs@mit.edu |
Subject: | FC7 failure in testsuite - rpc binding |
In Fedora 7 - portmap has been replaced with rpcbind. They are using
the tirpc libraries.
rpcbind will by default reject set & unset requests unless the client
uses a local socket in /var/run/rpcbind.sock.
It is possible to instruct rpcbind to explicitly allow the loopback
device, but this is not
the default configuration.
I believe pmap_set() and pmap_unset() in the krb5 rpc library needs to
detect and attempt to use the socket if possible...
I will investigate....
Ezra
the tirpc libraries.
rpcbind will by default reject set & unset requests unless the client
uses a local socket in /var/run/rpcbind.sock.
It is possible to instruct rpcbind to explicitly allow the loopback
device, but this is not
the default configuration.
I believe pmap_set() and pmap_unset() in the krb5 rpc library needs to
detect and attempt to use the socket if possible...
I will investigate....
Ezra