vserver services name-service ldap check-ipv6
Display validation status of an IPv6 LDAP configuration
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
Use the vserver services name-service ldap check-ipv6 command to check the status of an IPv6 LDAP configuration.
Parameters
- {
[-fields <fieldname>,…] -
If you specify the
-fields <fieldname>, …parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify. - |
[-instance ]} -
If you specify the
-instanceparameter, the command displays detailed information about all fields. -vserver <Vserver Name>- Vserver-
Use this parameter to specify the Vserver whose LDAP configuration needs to be validated.
[-client-config <text>]- Client Configuration Name-
Use this parameter to display information only about LDAP client configuration which is assigned to LDAP configuration for the specified Vserver.
[-ldap-status {up|down}]- LDAP Status-
Use this parameter to display information only about LDAP configurations with a status that matches the value you specify.
[-ldap-status-details <text>]- LDAP Status Details-
Use this parameter to display information only about LDAP configurations with a status detail that matches the value you specify.
[-ldap-dn-status-details <text>,…]- LDAP DN Status Details-
Use this parameter to display information only about LDAP DN configurations with a status detail that matches the value you specify.
Examples
The following examples check the LDAP configuration on the SVM vs1:
cluster1::> vserver services name-service ldap check-ipv6 -vserver vs1
Vserver: vs1
Client Configuration Name: clientcfg1
LDAP Status: up
LDAP Status Details: Successfully connected to LDAP server "2001:db8:3333:4444:5555:6666:7777:8888".
LDAP DN Status Details: All the configured DNs are available.
cluster1::> vserver services name-service ldap check-ipv6 -vserver vs1
Vserver: vs1
Client Configuration Name: clientcfg1
LDAP Status: up
LDAP Status Details: Successfully connected to LDAP server "2001:db8:3333:4444:5555:6666:7777:8888".
LDAP DN Status Details: Validation of Domains specified in the LDAP client configuration failed. Reason: bind-dn is invalid or bind credentials are invalid. Correct the configuration and try again.
In the above example, you can correct the LDAP configuration by performing either of the following procedures: — If the bind-dn is invalid, use the vserver services name-service ldap client modify command to correct it. — If the bind credentials are invalid, use the vserver services name-service ldap client modify-bind-password command to correct them.