This command displays details of a configured LDAP connection.
Usage
ldap show --id ID
Required Parameters
|
Specifies the LDAP connection to display. Specify To retrieve an LDAP connection ID, run |
Options
None
Example
vcli: admin> ldap show --id 1 +-------------------+----------------------------------------+ | ID | 1 | | URLs | ['ldap://192.0.2.0,ldap://192.0.2.1'] | | Port | 389 | | Bind-DN | cn=admin,ou=users,dc=mydomain,dc=local | | Search-Base | ou=users,dc=mydomain,dc=local | | Group-Search-Base | ou=groups,dc=mydomain,dc=local | | Method | simple | | State | CONNECTED | | Gid-number | gidNumber | | Uid | uid | | Uid-number | uidNumber | | Uid-member | memberUid | | Posix-account | posixAccount | | Posix-group | posixGroup | | Use TLS | False | +-------------------+----------------------------------------+
Comments
0 comments
Article is closed for comments.