你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CacheUsernameDownloadSettings interface

扩展组用户名和组下载的设置。

属性

autoDownloadCertificate

确定是否应自动下载证书。 仅当“requireValidCertificateate”为 true 时,这才适用于“caCertificateURI”。

caCertificateURI

用于验证 LDAP 安全连接的 CA 证书的 URI。 当“requireValidCertificate”设置为 true 时,必须填充此字段。

credentials

存在时,这些是安全 LDAP 连接的凭据。

encryptLdapConnection

是否应加密 LDAP 连接。

extendedGroups

是否启用扩展组。

groupFileURI

包含组信息的文件的 URI(采用 /etc/group 文件格式)。 当“usernameSource”设置为“File”时,必须填充此字段。

ldapBaseDN

LDAP 域的基本可分辨名称。

ldapServer

要使用的 LDAP 服务器的完全限定域名或 IP 地址。

requireValidCertificate

确定证书是否必须由证书颁发机构验证。 如果为 true,则必须提供 caCertificateURI。

userFileURI

包含用户信息的文件的 URI(采用 /etc/passwd 文件格式)。 当“usernameSource”设置为“File”时,必须填充此字段。

usernameDownloaded

指示 HPC 缓存是否已成功执行用户名下载。 注意:此属性不会序列化。 它只能由服务器填充。

usernameSource

此设置确定缓存如何获取客户端的用户名和组名称。

属性详细信息

autoDownloadCertificate

确定是否应自动下载证书。 仅当“requireValidCertificateate”为 true 时,这才适用于“caCertificateURI”。

autoDownloadCertificate?: boolean

属性值

boolean

caCertificateURI

用于验证 LDAP 安全连接的 CA 证书的 URI。 当“requireValidCertificate”设置为 true 时,必须填充此字段。

caCertificateURI?: string

属性值

string

credentials

存在时,这些是安全 LDAP 连接的凭据。

credentials?: CacheUsernameDownloadSettingsCredentials

属性值

encryptLdapConnection

是否应加密 LDAP 连接。

encryptLdapConnection?: boolean

属性值

boolean

extendedGroups

是否启用扩展组。

extendedGroups?: boolean

属性值

boolean

groupFileURI

包含组信息的文件的 URI(采用 /etc/group 文件格式)。 当“usernameSource”设置为“File”时,必须填充此字段。

groupFileURI?: string

属性值

string

ldapBaseDN

LDAP 域的基本可分辨名称。

ldapBaseDN?: string

属性值

string

ldapServer

要使用的 LDAP 服务器的完全限定域名或 IP 地址。

ldapServer?: string

属性值

string

requireValidCertificate

确定证书是否必须由证书颁发机构验证。 如果为 true,则必须提供 caCertificateURI。

requireValidCertificate?: boolean

属性值

boolean

userFileURI

包含用户信息的文件的 URI(采用 /etc/passwd 文件格式)。 当“usernameSource”设置为“File”时,必须填充此字段。

userFileURI?: string

属性值

string

usernameDownloaded

指示 HPC 缓存是否已成功执行用户名下载。 注意:此属性不会序列化。 它只能由服务器填充。

usernameDownloaded?: string

属性值

string

usernameSource

此设置确定缓存如何获取客户端的用户名和组名称。

usernameSource?: string

属性值

string