The Vertica Forum recently got a makeover! Let us know what you think by filling out this short, anonymous survey.
Please take this survey to help us learn more about how you use third party tools. Your input is greatly appreciated!

How to change the authentication's host?

HyeontaeJuHyeontaeJu Vertica Customer

I try to change host of authentication becase server's host is changed..

I used below query but error message is occured

How can i change the authentication's host?

Answers

  • Jim_KnicelyJim_Knicely - Select Field - Administrator

    Remove the SET keyword from your command.

    Example:

    verticademos=> CREATE AUTHENTICATION jim METHOD 'hash' HOST '10.10.10.0';
    CREATE AUTHENTICATION
    
    verticademos=> ALTER AUTHENTICATION jim HOST '10.10.10.0/32';
    ALTER AUTHENTICATION
    

    See: ALTER AUTHENTICATION

Leave a Comment

BoldItalicStrikethroughOrdered listUnordered list
Emoji
Image
Align leftAlign centerAlign rightToggle HTML viewToggle full pageToggle lights
Drop image/file