A network authentication protocol developed at MIT that allows secure authentication for both the user and the server.

learn more… | top users | synonyms

1
vote
0answers
14 views

How can I get my linked server working using Windows authentication?

I'm trying to get a linked server to ServerA created on another server, ServerB using "Be made using the login's current security context" in a domain environment. I read that I'd need to have SPNs ...
0
votes
0answers
34 views

Multiple principals in a single kerberos keytab file?

I have a situation where I have multiple keytab files (different principal accounts) and my application is going to use these different service principal accounts and connect to one or more Oracle ...
0
votes
0answers
85 views

Can't change Oracle sqlnet.ora runtime in the client program?

I am trying to setup Kerberos authentication for my Oracle database and I have a situation where I need to maintain different versions of sqlnet.ora for each kerberos user connection. My application ...
0
votes
0answers
319 views

SQL Server 2012 SSIS\SharePoint Kerberos auth

I have some issues setting up Kerberos together with SQL Server and SharePoint. Any help will be much appreciated! =) GOAL: Use Kerberos to avoid double-hop issue. USAGE: User logs onto ...