简体   繁体   English

Kerberos-什么是SPN及其使用原因

[英]Kerberos - What is an SPN and why is it used

I am trying to setup SPNEGO in Jetty using these instructions: https://wiki.eclipse.org/Jetty/Howto/Spnego . 我正在尝试使用以下说明在Jetty中设置SPNEGO: https : //wiki.eclipse.org/Jetty/Howto/Spnego

What I would like to know is what is the SPN (from googling it looks like some sort of alias) and why is it actually used? 我想知道什么是SPN(通过谷歌搜索它看起来像某种别名),为什么要实际使用它? (ie what does it add - extra security? if so - why?) (即,它增加了什么-额外的安全性?如果是的话-为什么?)

Thanks. 谢谢。

SPN is the Service Principal Name and is by no means a side characeter in Kerberos. SPN是服务主体名称,决不是Kerberos中的辅助字符。 Basically, it is the equivalent of the username, but for the server side. 基本上,它等效于用户名,但用于服务器端。 The Ticket-Granting Service knows about all Service Principals and their passwords, and encrypts the Service Ticket with that password. 票证授予服务知道所有服务主体及其密码,并使用该密码对服务票证进行加密。 In order to acquire a Service Ticket for a certain service, obviously you must know its SPN. 为了获得某种服务的服务票,显然您必须知道其SPN。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在 Samba 4.11 上使用多个 SPN 和 AES256 进行 Kerberos SPNEGO 身份验证 - Kerberos SPNEGO Authentication with multiple SPN and AES256 on Samba 4.11 Gerrit 2.15.12 - Kerberos + GSSAPI + Active Directory - 发送SPN时可能出现的错误 - Gerrit 2.15.12 - Kerberos + GSSAPI + Active Directory - possible bug in sending SPN 什么是Kerberos方法? - What is the Kerberos method? java中的字节数据类型是什么以及为什么使用它? - What is byte data type in java and Why it is used? 为什么Kerberos / SPNEGO身份验证不起作用? - Why Kerberos/SPNEGO authentication doesn't work? 为什么在Java接口中使用此关键字,它指的是什么? - why this keyword is used in java interface and what does it refer? java中的资源是什么?为什么我们必须在使用后关闭它? - What is a resource in java?why we have to close it after it is used? Kerberos和LDAP:为什么Java 6在使用Kerberos时会截断LDAP主机名? - Kerberos and LDAP: Why does Java 6 truncate LDAP host names when using Kerberos? vert.x handler&lt;&gt; 的限制是什么,为什么要使用 futur? - What are the limits of vert.x handler<> and why futur is used instead? 什么是LinkedHashMap及其用途是什么? - What is LinkedHashMap and what is it used for?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM