vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - ActiveVsanDirectoryServerConfig(vim.vsan.ActiveDirectoryServerConfig)
- Extends
- VsanDirectoryServerConfig
- Since
- vSAN 7.0U1
Data Object Description
The Active Directory server configuration which can be used to communicate and authenticate with a Microsoft Active Directory server.Properties
Name | Type | Description |
---|---|---|
activeDirectoryDomainName* | xsd:string |
Microsoft Active Directory Domain name which will be used for
authentication for Kerberos based NFS share and SMB shares. The
active directory domain name should be of the form 'example.com'.
|
organizationalUnit* | xsd:string |
Active Directory's Organizational Unit. This is where all file server
computer objects will be created. If it is not specified while creating
File Service Domain, by default Computers OU will be used.
We recommend an OU must be pre-created in Active Directory and default
Computers OU should not be used. Best way to get your OU name right is
by following below convention:
https://support.microsoft.com/en-in/help/909264/naming-conventions-in-active-directory-for-computers-domains-sites-and
As best practice for security and manageability, we recommend:
|
password* | xsd:string |
Password for the domain user.
|
preferredADServers* | xsd:string[] |
Preferred AD servers which are used to do username/password validation.
IP or FQDN is required for each AD server. For now, only IP
format is supported.
Since 8.0.0.2 |
username* | xsd:string |
Username that is used to connect and configure the directory service.
This user is required to have sufficient previleges in provided
Organizational Unit to:
|
Properties inherited from VsanDirectoryServerConfig | ||
None | ||
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |