July 1, 2012 at 1:59 pm
Want to run sql queries from my desktop PC (SQL 2008 R2) via ServerA (SQL 2008 R2) on ServerB (SQL 2008 R2). Heard they call this double-hop kerberos authentication. Will be using Windows Authentication. How do you accomplish this ?
July 1, 2012 at 3:03 pm
Your sysadmin will need to do it. Google it up, the list of instructions is long and intricate. Basically you need to end up having kerberos on Machine B trust Kerberos on Machine A.
Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.
For better assistance in answering your questions[/url] | Forum Netiquette
For index/tuning help, follow these directions.[/url] |Tally Tables[/url]
Twitter: @AnyWayDBA
July 1, 2012 at 3:38 pm
Both (ServerA - SQL Report Server + database) and (ServerB - SQL Cluster) have kerberos enabled.
Clients PC's connect to ServerA to run SQL Reports.
ServerA Report opens SQL stored procedure/s on ServerA, then connects to ServerB to fetch data.
When testing Kerberos ServerB always passes test but ServerA seldom does:
select net_transport, auth_scheme
from sys.dm_exec_connections
where session_id=@@spid
December 6, 2014 at 12:16 am
Don't be surprised if you SysAdmin refuses to fix the "problem". It's actually a pretty good security "feature".
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply