I'm used pgpool-II with md5 authentication, you need to create a pool_password file and enabling pool_hba property in your pgpool.conf file, for more information about it, you can read the official documents of pgpool-II V 3.0.3, it is under pgpool-II V-3.0.3 package, an appointment: for generate the password of the user for connecting to the database, you need to create this user as OS user, and this user need permissions to read and write over pool_password file.
Regards. -----Mensaje original----- De: Maria Antonia Lajus Marrero [mailto:[email protected]] Enviado el: jueves, 29 de septiembre de 2011 01:23 Para: Lazaro Rubén García Martinez Asunto: Re: [Pgpool-general] Problems with md5 mode Hello Lazaro, Pgpool-II 3.0.3 with PostgreSQL 8.3.9 and Heatbeat 2.1.3. Do you have any advise for this? Thanks. 2011/9/29, Lazaro Rubén García Martinez <[email protected]>: > What version of pgpool do you use? > > Regards > > -----Mensaje original----- > De: [email protected] > [mailto:[email protected]] En nombre de Maria Antonia > Lajus Marrero > Enviado el: jueves, 29 de septiembre de 2011 11:56 > Para: [email protected] > Asunto: Re: [Pgpool-general] Problems with md5 mode > > I need a PGPool configuration that guarantee security and safety, > because I've tried a configuration with "md5" and gives me error. I > can not restrict access to the databases in the cluster. Neither in > the PostgreSQL pg_hba.conf file or in the pgpool_hba.conf file of > pgPool-II. > > This is the error: > MD5 authentication is unsupported in replication, master-slave and > parallel modes > > Please answer me. > thank you very much > _______________________________________________ > Pgpool-general mailing list > [email protected] > http://pgfoundry.org/mailman/listinfo/pgpool-general > _______________________________________________ Pgpool-general mailing list [email protected] http://pgfoundry.org/mailman/listinfo/pgpool-general
