group list

Generates a list of all groups, by group names, whose names match the specified pattern.

Requires authentication (administrator ID and password) to use.

group list pattern max_return

group list-dn pattern max_return

Options

Return codes

Examples

  • The following example lists 2 groups that match the specified pattern of a distinguished name containing the letter t:
    pdadmin sec_master> group list-dn *t* 2
    The output is like:
    cn=credit,ou=Austin,o=Tivoli,c=US Sales
    cn=marketing,ou=Boston,o=Austin Sale,c=US Marketing

    See also

    group show

    Parent topic: pdadmin commands