<html><head><base href="x-msg://68/"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Bob,<div><br></div><div>the security is by default tight - but it sounds like you want host based authentication (hba)</div><div><br></div><div>You will need to read this page a few times :</div><div><br></div><div><a href="http://www.postgresql.org/docs/9.1/interactive/auth-pg-hba-conf.html">http://www.postgresql.org/docs/9.1/interactive/auth-pg-hba-conf.html</a></div><div><br></div><div>and then before you do anything else edit your postgresql.conf file (about 60 lines down) to look like :</div><div><br></div><div><div>listen_addresses = '*'          # what IP address(es) to listen on;</div><div>                                        # comma-separated list of addresses;</div><div>                                        # defaults to 'localhost', '*' = all</div><div>                                        # (change requires restart)</div></div><div><br></div><div>Note the * in between the quotes (you may well have localhost there now). </div><div><br></div><div>Then edit your pg_hba.conf file.</div><div><br></div><div>note that you need to restart the server when you change the listen addresses, but you only need to reload it when you edit the pg_hba.conf file</div><div><br></div><div>Also note that this can be really painful for users with dynamic ip address allocation.</div><div><br></div><div>good luck.</div><div><br></div><div>cheers</div><div><br></div><div>Ben</div><div><br></div><div><br></div><div><br></div><div><br><div><div>On 14/02/2012, at 11:04 PM, Bistrais, Bob wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div lang="EN-US" link="blue" vlink="purple"><div class="Section1" style="page: Section1; "><div style="margin-top: 0in; margin-right: 0in; margin-left: 0in; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; "><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; ">So at this point I figured out how to get a PostGIS layer to display through MapServer, but that is only where host=localhost.  Now I’m trying to figure out how to access the data from other machines.  I’m looking through the documentation but haven’t found out how yet.  Can anyone point me in the right direction?<o:p></o:p></span></font></div></div>_______________________________________________<br>postgis-users mailing list<br><a href="mailto:postgis-users@postgis.refractions.net" style="color: blue; text-decoration: underline; ">postgis-users@postgis.refractions.net</a><br><a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" style="color: blue; text-decoration: underline; ">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br></div></blockquote></div><br></div></body></html>