How to modify authentication method priority
raulk89
Community Edition User ✭
Hi
Vertica 10.1
Can anyone tell me how can I change method_priority..?
When I created these 2 hash authentications, then both got nr 2.
When using the following, then auth_priority changes:alter authentication network_passwd priority 10;
Regards
Raul
0
Comments
The method priority is the priority of the authentication based on the AUTH_METHOD. Vertica only considers METHOD_PRIORITY when deciding between multiple authentication methods of equal AUTH_PRIORITY.
You can not change the method priority as they are hard coded
See:
https://www.vertica.com/docs/10.1.x/HTML/Content/Authoring/Security/ClientAuth/PrioritiesForClientAuthenticationMethods.htm