你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CacheUsernameDownloadSettings interface
扩展组用户名和组下载的设置。
属性
auto |
确定是否应自动下载证书。 仅当“requireValidCertificateate”为 true 时,这才适用于“caCertificateURI”。 |
ca |
用于验证 LDAP 安全连接的 CA 证书的 URI。 当“requireValidCertificate”设置为 true 时,必须填充此字段。 |
credentials | 存在时,这些是安全 LDAP 连接的凭据。 |
encrypt |
是否应加密 LDAP 连接。 |
extended |
是否启用扩展组。 |
group |
包含组信息的文件的 URI(采用 /etc/group 文件格式)。 当“usernameSource”设置为“File”时,必须填充此字段。 |
ldap |
LDAP 域的基本可分辨名称。 |
ldap |
要使用的 LDAP 服务器的完全限定域名或 IP 地址。 |
require |
确定证书是否必须由证书颁发机构验证。 如果为 true,则必须提供 caCertificateURI。 |
user |
包含用户信息的文件的 URI(采用 /etc/passwd 文件格式)。 当“usernameSource”设置为“File”时,必须填充此字段。 |
username |
指示 HPC 缓存是否已成功执行用户名下载。 注意:此属性不会序列化。 它只能由服务器填充。 |
username |
此设置确定缓存如何获取客户端的用户名和组名称。 |
属性详细信息
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