CacheUsernameDownloadSettings Class

Definition

Settings for Extended Groups username and group download.

public class CacheUsernameDownloadSettings
type CacheUsernameDownloadSettings = class
Public Class CacheUsernameDownloadSettings
Inheritance
CacheUsernameDownloadSettings

Constructors

CacheUsernameDownloadSettings()

Initializes a new instance of the CacheUsernameDownloadSettings class.

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

Initializes a new instance of the CacheUsernameDownloadSettings class.

Properties

AutoDownloadCertificate

Gets or sets determines if the certificate should be automatically downloaded. This applies to 'caCertificateURI' only if 'requireValidCertificate' is true.

CaCertificateURI

Gets or sets the URI of the CA certificate to validate the LDAP secure connection. This field must be populated when 'requireValidCertificate' is set to true.

Credentials

Gets or sets when present, these are the credentials for the secure LDAP connection.

EncryptLdapConnection

Gets or sets whether or not the LDAP connection should be encrypted.

ExtendedGroups

Gets or sets whether or not Extended Groups is enabled.

GroupFileURI

Gets or sets the URI of the file containing group information (in /etc/group file format). This field must be populated when 'usernameSource' is set to 'File'.

LdapBaseDN

Gets or sets the base distinguished name for the LDAP domain.

LdapServer

Gets or sets the fully qualified domain name or IP address of the LDAP server to use.

RequireValidCertificate

Gets or sets determines if the certificates must be validated by a certificate authority. When true, caCertificateURI must be provided.

UserFileURI

Gets or sets the URI of the file containing user information (in /etc/passwd file format). This field must be populated when 'usernameSource' is set to 'File'.

UsernameDownloaded

Gets indicates whether or not the HPC Cache has performed the username download successfully. Possible values include: 'Yes', 'No', 'Error'

UsernameSource

Gets or sets this setting determines how the cache gets username and group names for clients. Possible values include: 'AD', 'LDAP', 'File', 'None'

Applies to