etc/conf.properties, etc/node.properties, etc/jvm.properties, log.properties 파일은 LDAP 인증을 사용할 때와 동일하다.
password-authenticator.name=file
file.password-file=$TRINO_HOME/etc/password.db
touch $TRINO_HOME/etc/password.db
htpasswd -B -C 10 $TRINO_HOME/etc/password.db haedong
New password:
Re-type new password:
Adding password for user haedong
htpwasswd. Apache HTTP Server에서 **기본 인증(Basic Authentication)**을 구현할 때 사용자 계정과 암호를 관리하기 위한 유틸리티. 이 유틸리티를 사용하면 암호화된 비밀번호를 포함하는 파일(일반적으로 .htpasswd)을 생성하고 관리할 수 있다. ↩︎