1 2 3 4 5 6 7 8 9 10 11 12 13
|
Author: Stephen Gran <sgran@debian.org>
Description: Correct documentation about connection information variable
--- a/doc/nss-pgsql.xml
+++ b/doc/nss-pgsql.xml
@@ -419,7 +419,7 @@
# example configfile for PostgreSQL NSS module
# this file must be readable for root only
-connectionstring = hostaddr=127.0.0.1 dbname=unix user=postgres connect_timeout=1
+shadowconnectionstring = hostaddr=127.0.0.1 dbname=unix user=postgres connect_timeout=1
#Query in the following format
#shadow_name, shadow_passwd, shadow_lstchg, shadow_min, shadow_max, shadow_warn, shadow_inact, shadow_expire, shadow_flag
|