Attribute Name |
Description |
---|---|
ad_context |
Specify Active Directory Context. Example: <ad_context>CN=Computers</ad_context> |
ad_uid_generate_mode |
If you want NIT to generate UIDs specify this to ‘yes’. Example: <ad_uid_generate_mode>no</ad_uid_generate_mode> |
admin_name |
Specify the Active Directory administrator user name or an equivalent user that can be used for the AD domain join operation. Example: <admin_name>Administrator</admin_name> |
admin_password |
Specify the administrator password. Example: <admin_password>pa55word</admin_password> |
domain_admin_group |
Specify the Active Directory domain admin group name. Example: <domain_admin_group>Domain Admins</domain_admin_group> |
domain_name |
Specify the Active Directory domain name. Example: <domain_name>ACME.COM</domain_name> |
nit_end_range |
Specify the UID end range. This value has to be an integer always. Example: <nit_end_range t="integer">200000</nit_end_range> |
nit_start_range |
Specify the UID start range. This value has to be an integer always. Example: <nit_start_range t="integer">100000</nit_start_range> |
pre_created_object |
If you want to use any pre-created objects, set this to ‘yes’. Example: <pre_created_object>no</pre_created_object> |