Use the SHOW AUTHENTICATION command to display the current user authentication configuration.
SHOW AUTHENTICATION [ALL]
The SHOW AUTHENTICATION command takes the following input:
| Input | Description |
|---|---|
| ALL | Include in the results all of the attributes of the authentication setting, except for the password. If you do not specify ALL, the command displays only the type of user logon authentication (LOCAL or LDAP). |
| Output | Description |
|---|---|
| SHOW AUTHENTICATION | The command was successful. |
| ERROR: Not Supported | You do not have the necessary permission to view the results of this command. |
system (admin) => SHOW AUTHENTICATION;
AUTH_OPTION | AUTH_VALUE
--------------------------------------------------
AUTHENTICATION METHOD | LDAP
system (admin) => SHOW AUTHENTICATION ALL;
AUTH_OPTION | AUTH_VALUE
--------------------------------------------------
AUTHENTICATION METHOD | LDAP
AUTHMTHD LDAP ATTRNAME | cn
AUTHMTHD LDAP BASE | dc=example, dc=org
AUTHMTHD LDAP BINDDN | ldapreader
AUTHMTHD LDAP NAMECASE | lowercase
AUTHMTHD LDAP PORT | 389
AUTHMTHD LDAP SCOPE | BASE
AUTHMTHD LDAP SERVER | myldap.netezza.com
AUTHMTHD LDAP SSL | ON
AUTHMTHD LDAP VERSION | 3