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

CacheUsernameDownloadSettings 类

定义

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

public class CacheUsernameDownloadSettings
type CacheUsernameDownloadSettings = class
Public Class CacheUsernameDownloadSettings
继承
CacheUsernameDownloadSettings

构造函数

CacheUsernameDownloadSettings()

初始化 CacheUsernameDownloadSettings 类的新实例。

CacheUsernameDownloadSettings(Nullable<Boolean>, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String, String, CacheUsernameDownloadSettingsCredentials)

初始化 CacheUsernameDownloadSettings 类的新实例。

属性

AutoDownloadCertificate

获取或设置确定是否应自动下载证书。 仅当“requireValidCertificate”为 true 时,这才适用于“caCertificateURI”。

CaCertificateURI

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

Credentials

获取或设置(如果存在),这些是安全 LDAP 连接的凭据。

EncryptLdapConnection

获取或设置 LDAP 连接是否应加密。

ExtendedGroups

获取或设置是否启用扩展组。

GroupFileURI

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

LdapBaseDN

获取或设置 LDAP 域的基本可分辨名称。

LdapServer

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

RequireValidCertificate

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

UserFileURI

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

UsernameDownloaded

获取指示HPC 缓存是否已成功执行用户名下载。 可能的值包括:“Yes”、“No”、“Error”

UsernameSource

获取或设置此设置,确定缓存如何获取客户端的用户名和组名称。 可能的值包括:“AD”、“LDAP”、“File”、“None”

适用于