group import

Creates an ISAM group by importing group data in the user registry.

We can import an Active Directory dynamic group under this condition:

The name of the ISAM group (excluding the @domain suffix) is the same as the common name (CN) of the Active Directory dynamic group.

If Active Directory Lightweight Directory Service (AD LDS) is the user registry, import groups from the AD LDS partition where the ISAM management domain information is stored.

Requires authentication (administrator ID and password) to use.

group import group_name dn [group_container]

Options

Return codes

Examples

  • This example:

    • Creates an ISAM group named sales.
    • Places the sales group in the Sales2003 group container object by importing a group in the user registry.

  • This example creates a group named dyngroup1 by importing the group from an Active Directory dynamic group with the following characteristics:

      cn
      dyngroup1

      distinguishedName
      cn=dyngroup1,
      cn=AzGroupObjectContainer-myAuthorizationStore,
      cn=myAuthorizationStore,
      cn=ProgramData,
      dc=domain,
      dc=com

        pdadmin sec_master> group import dyngroup1 "cn=dyngroup1,
        cn=AzGroupObjectContainer-myAuthorizationStore,
        cn=myAuthorizationStore,cn=ProgramData,
        dc=domain,dc=com"
        If ISAM is configured in an environment that uses multiple Active Directory domains, enter the following command to create the same group:
        pdadmin sec_master> group import dyngroup1@domain.com "cn=dyngroup1,
        cn=AzGroupObjectContainer-myAuthorizationStore,
        cn=myAuthorizationStore,cn=ProgramData,
        dc=domain,dc=com"

    See also

    group create

    Parent topic: pdadmin commands