From f5be151bd63f88b12fe55c0521b2938b18a07552 Mon Sep 17 00:00:00 2001 From: Lars Kanis Date: Wed, 14 Nov 2012 10:10:45 +0100 Subject: [PATCH] Update links to pg.gem documentation --- config/sample-config.yaml | 2 +- config/sample-config2.yaml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/sample-config.yaml b/config/sample-config.yaml index c7ff22d..0c610e4 100644 --- a/config/sample-config.yaml +++ b/config/sample-config.yaml @@ -31,7 +31,7 @@ ldap_groups: member_attribute: member # Connection parameters to PostgreSQL server -# see also: http://rubydoc.info/gems/pg/0.11.0/PGconn#initialize-instance_method +# see also: http://rubydoc.info/gems/pg/PG/Connection#initialize-instance_method pg_connection: host: dbname: postgres diff --git a/config/sample-config2.yaml b/config/sample-config2.yaml index b3001a1..22e0ff9 100644 --- a/config/sample-config2.yaml +++ b/config/sample-config2.yaml @@ -1,6 +1,7 @@ # With this sample config the distinction between LDAP-synchronized # groups/users from is done by the membership to ldap_user and -# ldap_group. These two roles has to be defined manally. +# ldap_group. These two roles has to be defined manally before +# pg_ldap_sync can run. # Connection parameters to LDAP server # see also: http://net-ldap.rubyforge.org/Net/LDAP.html#method-c-new @@ -31,7 +32,7 @@ ldap_groups: member_attribute: member # Connection parameters to PostgreSQL server -# see also: http://rubydoc.info/gems/pg/0.11.0/PGconn#initialize-instance_method +# see also: http://rubydoc.info/gems/pg/PG/Connection#initialize-instance_method pg_connection: host: dbname: postgres