Questions tagged [spn]

A Service Principal Name (SPN) distinguishes a Kerberos-protected service running on an IP host (such as HTTP/foo.bar.com) as a unique entity on a Kerberos-protected network.

A service principal name (SPN) distinguishes a Kerberos-protected service running on an IP host (such as HTTP/foo.bar.com) as a unique entity on a Kerberos-protected network. In the Directory Server, an SPN is used by Kerberos authentication to associate the IP host service instance to a Directory account object. This allows a client application to request that the Kerberized service authenticate an account even if the client does not know the actual account name.

Reference: Service Principal Names (Windows) - MSDN - Microsoft https://msdn.microsoft.com/en-us/library/ms677949(v=vs.85).aspx

84 questions
0
votes
1 answer

Do I need to configure SPNs for all services running on the same test SharePoint server?

If I have single SharePoint server with no header (for testing) and my client app only needs to only access the web app with Kerberos configured, I already configured the app pool for that web app with domain user (SPN), do I really need to…
Frank
  • 31
  • 4
0
votes
0 answers

Shorted array shortest process next

My Array has P B A --------- 1 135 0 2 102 0 3 56 0 4 148 0 5 125 0 6 65 200 This array is currently been sorted like this 3 56 0 2 102 0 5 125 0 1 135 0 4 148 0 6 65 200 with this current code …
Ifrahim Hernandez
  • 105
  • 1
  • 3
  • 10
0
votes
1 answer

Query for retrieving account associated with ServicePrincipleName(SPN)

We have an internal site which was built on C# and has various tools for various functions to help the company like looking up/modifying/adding service accounts, for example. The tools are just C# code to automate these tasks. /vague I've been…
Dameon
  • 1
0
votes
1 answer

Configuring Tomcat 6 with multiple SPNs

I'm trying to configure Tomcat 6 on Windows server 2008 to use recognise multiple Kerberos tickets but not having much luck. I've got a single keytab containing multiple SPNs but seem to only be able to specify a single principal name in the spnego…
0
votes
1 answer

MPJ-Express error mpjdev.MPJDevException: In Comm.irecv(), requested source 1 does not exist in communicator of size 1

I'm trying to run some Sum Product Network code found at http://alchemy.cs.washington.edu/spn/ When I try to run this on my mac (ver 10.8.4) , I run into the following error: mpjrun.sh -np 1 eval.Run -d O MPJ Express (0.40) is started in the…
0
votes
2 answers

How to host asp.net application using Window authentication using window servicing account

I am working into an organization which uses Active directory for any kind of application authentication. We recently created a web application on ASP.NET using Sql Server for database connectivity. During development process we used window…
Shantanu Gupta
  • 20,688
  • 54
  • 182
  • 286
-1
votes
1 answer

Windows authentication 401 error, SPN to Service account

I'm struggling around and hope you can help me. Scenario: I wrote a web application on a test server and all works fine. I moved the finished application to the live system and I receive a HTTP 401 error if windows authentication is enabled on IIS.…
-1
votes
1 answer

Kerberos authentication ticket - Event ID 4768 - Audit failure

I am using kerberos to authenticate a user and its failing. Audit failure details in event viewer are following A Kerberos authentication ticket (TGT) was requested. Account Information: Account Name: ax Supplied Realm Name: …
-1
votes
1 answer

How to I list the permissions on Active Directory Computer Object for "Validated write to service principal name" and "write service principal name"

Can someone please help me with the following I am trying to do something very similar to this post Powershell: How do you set the Read/Write Service Principal Name AD Permissions? Basically I do not need to set/change rights but rather read…
user7340057
  • 111
  • 1
  • 2
  • 6
1 2 3 4 5
6