Add an
ESXi server as
a
vMA target by
running the following command:
vifp addserver
server3.mycomp.com --authpolicy adauth --username ADDOMAIN\\user1
Here,
--authpolicy
adauth indicates that the target needs to use the Active Directory
authentication.
If you run this command
without the
--username option,
vMA prompts for
the name of the user that can connect to the
ESXi Server.
You can specify this user name as shown in the following example:
Enter
username for
machinename.example.com:ADDOMAIN\user1
If
--authpolicy is not
specified in the command, then
fpauth is taken as the
default authentication policy.
|