Description |
Creates a new user at the specified Active Directory location. |
Declaration |
<CREATEADUSER LDAPPATH="text" USER="text" EMAIL="text" FIRSTNAME="text" LASTNAME="text" NEWPASSWORD="text" MUSTCHANGEPASSWORD="text [options]" USERNAME="text" PASSWORD="text"/> |
Example |
<CREATEADUSER LDAPPATH="LDAP://servtest.com" USERNAME="administrator" PASSWORD="password" USER="Harry" EMAIL="AD@networkautomation.com" FIRSTNAME="Harry" LASTNAME="Black" NEWPASSWORD="password" MUSTCHANGEPASSWORD="YES" /> |
General Tab Parameters |
Parent path: Allows you to enter the LDAP path of the parent active directory container. Usually the top most container or rootdse path. Text, Required
User Name: Allows you to enter the user name of the new user. Text, Required Email: Allows you to enter the email name of the new user. Text, Required First name: Allows you to enter the first name of the new user. Text, Required Last name: Allows you to provide the last name of the new user. Text, Required Password: Allows you to provide the password of new active directory user. Text, Required User must change password at next login: If set to Yes, specifies that user must change his/her password at next login. If set to No, user does not have to change his/her password at next login. Text [options], Optional - Default
"No" |
Credentials Tab |
Username: Allows you to enter the name of the active directory user. Text, Optional Password: Allows you to enter the password of the active directory user. Text, Optional Note: Leave these fields blank if you want to use current user's credentials. If you are trying to access the active directory information, then any Domain user is valid but in order to modify the user or group you need Domain Administrator. We recommend using domain administrator for all the active directory actions. Refer to the following link for more information: http://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol |
See Also |
Create Active Directory Object, Create Active Directory Object |