< Home

display user-manage group-in-basedn

Function

The display user-manage group-in-basedn command displays information about the subnode of the target node on an authentication server.

Format

display user-manage group-in-basedn basedn { ad | ldap | tsm } template template-name

Parameters

Parameter Description Value
group-in-basedn basedn Specifies the target node on the authentication server. The specified BaseDN must exist on the authentication server specified in the authentication server template that is referenced.
ad Indicates an AD authentication server. -
ldap Indicates an LDAP server. -
tsm Indicates an Agile Controller server. -
template template-name Specifies the name of the authentication server template. The value must be an existing name of an AD, LDAP or Agile Controller authentication server template. The template type must be the same as the type of the authentication server specified by the server import policy.

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

You can run the display user-manage command to view only information about the subgroups of the specified BaseDN. You cannot view information about the subgroups of each subgroup of the specified BaseDN. To view the organizational structure of users on the authentication server, run the display user-manage group-in-basedn command several times to implement hierarchical query.

Example

# Display information about the subnodes of the target node on the AD authentication server.

<sysname> display user-manage group-in-basedn ou=werygh,dc=test,dc=com ad template ad1
Connecting  remote server..........OK
sub-group information:
------------------------------------------------------------------------------- 
  sub-group 1, ou=test1,ou=werygh,dc=test,dc=com
  sub-group 2, ou=test2,ou=werygh,dc=test,dc=com
  sub-group 3, ou=test3,ou=werygh,dc=test,dc=com
  sub-group 4, ou=test4,ou=werygh,dc=test,dc=com
------------------------------------------------------------------------------- 

# Display information about the subnodes of the subnode on the AD authentication server again.

<sysname> display user-manage group-in-basedn ou=test1,ou=werygh,dc=test,dc=com ad template ad1
Connecting  remote server..........OK
sub-group information:
------------------------------------------------------------------------------- 
  sub-group 1, ou=mytest1,ou=test1,ou=werygh,dc=test,dc=com
  sub-group 2, ou=mytest2,ou=test1,ou=werygh,dc=test,dc=com
  sub-group 3, ou=mytest3,ou=test1,ou=werygh,dc=test,dc=com
------------------------------------------------------------------------------- 
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >