CESNET / libnetconf

C NETCONF library
Other
113 stars 84 forks source link

Support related to multiple user names for different netconf servers handled by single netconf-client #289

Open nskordel opened 1 year ago

nskordel commented 1 year ago

This is a suggestion rather than a bug. We have a requirement of multiple netconf-servers of different ssh credentials or different tls certs info to be handled by a single netconf-client. Is there any way that netconf client API nc_accept_callhome can provide the functionality ? Currently we cannot make nc_accept_callhome to connect to multiple servers with different credentials

michalvasko commented 1 year ago

Firstly, I assume you are talking about libnetconf2? If not, I cannot help, libnetconf is no longer supported and completely obsolete.

It seems like a really specific requirement so I am not sure it would be worth it. In any case, we are currently improving the server API and we may look at the client afterwards. It may be implemented then.