Functionality
This command is used when setting the environment information required for Active Directory linkage.
Record format
dtpadset.exe | [ /n|/y /dActive Directory Domain Name /sActive Directory Server Name |
Option
When executing without specified option, display the current setup information.
Specify whether to use Active Directory linkage function.
/n: not use Active Directory linkage function
/: use Active Directory linkage function
Specify the domain name of Active Directory server. When specifying /y option, this option cannot be omitted. The string that can be specified is single-byte letters and numerals within a range from 4 characters to 36 characters and ".", "-", "_".
Specify the connected Active Directory server name. When specifying /y option, this option cannot be omitted. Specify from 1 to 128 halfwidth characters, and the single-byte in the beginning and end can be omitted. When the string contains single-byte space, "&", "^", "|", "<", and ">", use """ to enclose all options. In addition, when the string contains """, specify as """"".
Specify the connected Active Directory server administrator logon ID. When specifying /y option, this option cannot be omitted. Specify from 1 to 128 halfwidth characters, and the single-byte space in the beginning and end can be omitted. When the string contains single-byte space, "&", "^", "|", "<" and ">", use """ to enclose all options. In addition, when the string contains """, specify as """"".
Specify the connected Active Directory server administrator logon password. When specifying /y option, this option cannot be omitted. Specify from 1 to 128 halfwidth characters. When the string contains single-byte space, "&", "^", "|", "<" and ">", use """ to enclose all options. In addition, when the string contains """, specify as """"".
Return value
0: ended normally
Other than 0: ended abnormally
Command saving location
The following folder in CS:
CS Installation Directory \bnserv\bin |
Authority required for execution/executing environment
Execute by using user with Administrator authority.
This command must be executed on CS.
Command execution example
Register the following environment information and use Active Directory linkage function.
Active Directory Domain Name: ad_domain.local
Active Directory Server: ADSERVER
Active Directory Administrator Logon User ID: admin
Active Directory Administrator Logon Password: adminpwd
"C:\Program Files\Fujitsu\Systemwalker Desktop Patrol\bnserv\bin\dtpadset.exe" /y /dad_domain.local /sADSERVER /uadmin /padminpwd |
Execution result/output format
When executing without specified option, display the current setup information in the following format.
Use Active Directory=YES |
Note: do not display the Active Directory administrator logon password.
[Item Description]
Item | Description |
---|---|
Use Active Directory | Output the use status of Active Directory linkage function. |
Domain Name | Output Active Directory domain name. |
Server Name | Output Active Directory server. |
Login User ID | Output Active Directory administrator logon user ID. |
When the processing fails, a message indicating failure will be output. Refer to "3.3.13 Messages Output in Active Directory Linkage Environment Setup Command" for details.