|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.50 2003/06/11 14:14:50 tgl Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.51 2003/06/25 01:14:05 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="client-authentication">
|
@@ -488,7 +488,7 @@ local db1,db2,@demodbs all md5
|
488 | 488 | Unix-domain socket file using file-system permissions. To do this, set the
|
489 | 489 | <varname>unix_socket_permissions</varname> (and possibly
|
490 | 490 | <varname>unix_socket_group</varname>) configuration parameters as
|
491 |
| - described in <xref linkend="runtime-config-general">. Or you |
| 491 | + described in <xref linkend="runtime-config-connection">. Or you |
492 | 492 | could set the <varname>unix_socket_directory</varname>
|
493 | 493 | configuration parameter to place the socket file in a suitably
|
494 | 494 | restricted directory.
|
|