[phpPgAdmin]Connexion désactivée pour raison de sécurité
Bonjour,
voici mon problème. Je suis tout nouveau sous postgres et j'ai voulu utiliser phpPgAdmin (version 4.1) sous Debian Etch.
J'ai essayé de me connecter plusieurs fois de suite et maintenant j'obtiens le message
Citation:
Connexion désactivée pour raison de sécurité
Je peux me connecter a postgres en ligne de commande (su postgres | psql ma_base_de_donnée), tout marche bien.
Mais j'aimerais pouvoir utiliser l'interface graphique de phpPgAdmin, comment réactiver la connexion ? (a priori j'ai créé un utilisateur donc maintenant je connais mon nom de connexion..)
Si quelqu'un sait ca m'aiderait ! :)
dans la faq de phpPgAdmin tu peux trouver ça :
Q: For some users I get a "Login disallowed for security" message.
A: Logins via phpPgAdmin with no password or certain usernames (pgsql, postgres, root, administrator) are denied by default. Before changing this behaviour (setting $conf['extra_login_security'] to false in the config.inc.php file) please read the PostgreSQL documentation about client authentication and understand how to change PostgreSQL's pg_hba.conf to enable passworded local connections.
Je suis sur que cela va t'aider