gssd:什么是?

gssd:什么是?

rpc.gssd的男人说道:

rpc.gssd searches in the following order for a principal to use. The first matching credential is used. For the search, <hostname> and <REALM> are replaced with the local system's hostname and Kerberos realm.

   <HOSTNAME>$@<REALM>
   root/<hostname>@<REALM>
   nfs/<hostname>@<REALM>
   host/<hostname>@<REALM>
   root/<anyname>@<REALM>
   nfs/<anyname>@<REALM>
   host/<anyname>@<REALM>

The <anyname> entries match on the service name and realm, but ignore the hostname. These can be used if a principal matching the local host's name is not found.

什么是<anyname>?主机名不等于机器的主机名?或者<anyname>字面意思?

答案1

前者。任何主机名都可以。

但忽略主机名。

相关内容