Your message dated Wed, 19 Apr 2017 22:43:45 +0200
with message-id <[email protected]>
and subject line Bug#249207: Example postgresql courier script invalid for 
current postgresql
has caused the Debian Bug report #249207,
regarding Example postgresql courier script invalid for current postgresql
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
249207: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=249207
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: courier-authpostgresql
Version: 0.37.3-3.3

Hi, just a note that the ddl script that is included for postgresql is
incorrect syntax (at least with the current version of postgresql)...Here's
what I changed it to:

 CREATE TABLE passwd (
  id                    varchar(128) DEFAULT '' NOT NULL,
  crypt                 varchar(128) DEFAULT '' NOT NULL,
  clear                 varchar(128) DEFAULT '' NOT NULL,
  name                  varchar(128) DEFAULT '' NOT NULL,
  uid                   int DEFAULT '65534' NOT NULL,
  gid                   int DEFAULT '65534' NOT NULL,
  home                  varchar(255) DEFAULT '' NOT NULL,
  maildir               varchar(255) DEFAULT '' NOT NULL,
  defaultdelivery       varchar(255) DEFAULT '' NOT NULL,
  quota                 varchar(255) DEFAULT '' NOT NULL,
  CONSTRAINT id PRIMARY KEY (id)
);

Thanks
Paul Sorensen




--- End Message ---
--- Begin Message ---
Control: fixed -1 0.66.4-9

Hi,

it seems this has been addressed. The example given in
README.authpostgres.html certainly works with current Postgres versions.

Kind Regards

Markus Wanner

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to