On Thu, 8 Jul 1999, ZioBudda wrote:
> Hi, I have installed (tnx to everyone) postres 6.5. Now I must to wrap the
> port 6542 so no one extern to my machine can telnet the postgres DB.
> Any help or any RTFM?
Run Postgres with TCP/IP disabled (remove -i from start-up options) and
use UNIX sockets to connect to postgres (you don't need anything special -
libpq knows how to handle this situation).
If you need TCP/IP - learn to use postgres host-based authentification.
> Le uniche cose che girano sotto Windows 95 sono le palle.
> --
> Michel <ZioBudda> Morelli [EMAIL PROTECTED]
> http://ziobudda.enter.it
> Italian Linux FAQ http://ziobudda.enter.it/FAQ/
Oleg.
----
Oleg Broytmann http://members.xoom.com/phd2/ [EMAIL PROTECTED]
Programmers don't die, they just GOSUB without RETURN.