[19007] in Kerberos_V5_Development
binding to a specific local interface?
daemon@ATHENA.MIT.EDU (Bin Lu)
Thu Sep 4 22:12:51 2014
From: Bin Lu <blu@paloaltonetworks.com>
To: "krbdev@mit.edu" <krbdev@mit.edu>
Date: Fri, 5 Sep 2014 02:12:23 +0000
Message-ID: <841A051D8BD4144AA7B5AC63D97F9F051793224F@sjccmbxpw01p.paloaltonetworks.local>
Content-Language: en-US
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: krbdev-bounces@mit.edu
Hi,
I am trying to bind the socket to a specific local network interface (address) when it make socket connection to the KDC. Does the library have a mechanism to do that? I briefly scanned through the code but it does not seem to have any. If not, then I try to add a new API to pass in the local binding address and do the binding when socket connection is established. My problem is that the newly added API (defined in krb5/krb5.h, and implemented in one of the source files) is always complained as undefined symbol at link time, even though 'nm' output shows it is defined ('t'). Is there any hidden trick that prevents a new API to be added in this lib?
Thanks in advance,
-binlu
_______________________________________________
krbdev mailing list krbdev@mit.edu
https://mailman.mit.edu/mailman/listinfo/krbdev