revoke-authentication-examples.md
-
Revoke
v_ldap
authentication from userjsmith
:=> REVOKE AUTHENTICATION v_ldap FROM jsmith;
-
Revoke
v_gss
authentication from the roleDBprogrammer
:=> REVOKE AUTHENTICATION v_gss FROM DBprogrammer;
-
Revoke
localpwd
as the default client authentication method:=> REVOKE AUTHENTICATION localpwd FROM PUBLIC;