restore postgresql database

Trying to restore a clients postgresql sql file into his pg database,

su postgres
bash-3.00$ psql -U icharts -d icharts_chartdb < /home/charts/tmp/charts_chartdb_pgsql.sql
psql: FATAL: IDENT authentication failed for user "charts"

What is happening here?

 

 

 

 

Top