EDN Admin
Well-known member
I have two servers.<span> Server 1, the client application, is a Windows Web Server.<span>
Server 2, the listener application, is a Ubuntu Server.<span>
I need server 1 to pass information to server 2, then server 2 to pass information back to server 1.<span>
I have this much working already using sockets and streams.
Now I want to add Kerberos authentication.<span> I have a Kerberos KDC server configured and working, as well as a DNS server.<span>
I want the client and listener applications to authenticate with each other before they pass any information.<span>
The client application is coded in C# and listener application is coded in C.
Can anyone point me to a tutorial or something to get me started?<span>
How does a C# application mutually authenticate with a server using Kerberos?
View the full article
Server 2, the listener application, is a Ubuntu Server.<span>
I need server 1 to pass information to server 2, then server 2 to pass information back to server 1.<span>
I have this much working already using sockets and streams.
Now I want to add Kerberos authentication.<span> I have a Kerberos KDC server configured and working, as well as a DNS server.<span>
I want the client and listener applications to authenticate with each other before they pass any information.<span>
The client application is coded in C# and listener application is coded in C.
Can anyone point me to a tutorial or something to get me started?<span>
How does a C# application mutually authenticate with a server using Kerberos?
View the full article