Description |
Creates a new group in Active Directory in the specified parent container. |
Declaration |
<CREATEADGROUP LDAPPATH="text" GROUP="text" DISPLAYNAME="text" DESCRIPTION="text" GROUPTYPE="text [options]" GROUPSCOPE="text [options]" USERNAME="text" PASSWORD="text"/> |
Example |
<CREATEADGROUP LDAPPATH="LDAP://servtest.com" USERNAME="administrator" PASSWORD="password" GROUP="BPA" DISPLAYNAME="BPA" DESCRIPTION="Business Process Automated Workflowion" GROUPTYPE="SECURITY" GROUPSCOPE="DOMAINLOCAL" /> |
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
Name: Allows you to specify a group name. Text, Required Display: Allows you to specify group's display name. Text, Required Description: Allows you to specify group's description. Text, Required Group type: Allows you to select the type of group your are looking to create from the dropdown list. The available options are SECURITY and DISTRIBUTION. Text [options], Optional - Default
"Security"
http://www.tech-faq.com/active-directory-groups.shtml Group Scope: Allows you to select the scope of group you are looking to create from the dropdown list. The available options are DOMAINLOCAL, GLOBAL, and UNIVERSAL. Text [options], Optional - Default
"Domainlocal" Group scopes normally describe which type of users should be clubbed together in a way that is easy for their administration. One group can be a member of other group(s), which is known as Group nesting. One or more groups can be members of any group in the entire domain(s) within a forest.
|
Credentials Tab Parameters |
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 to use domain administrator for all the active directory actions. Refer to the following link for more information about LDAP: http://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol |
See Also |
Create Active Directory Object, Create Active Directory User |