X-Git-Url: http://git.hcoop.net/hcoop/debian/courier-authlib.git/blobdiff_plain/d9898ee81388d1eff40cf71e85d9ce9b5c1401fe..0e2d32a4c4063ab551ab9e043b3bfcf23935e725:/README.authpostgres.html diff --git a/README.authpostgres.html b/README.authpostgres.html index cbc0701..a69e20f 100644 --- a/README.authpostgres.html +++ b/README.authpostgres.html @@ -1,20 +1,23 @@ + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + Courier PostgreSQL authentication module - -

Courier PostgreSQL authentication module

+ +

Courier PostgreSQL authentication module

-

Please read README.authmysql.html -since almost all information there applies to postgres as well, but with -postgres change the schema to:

-
CREATE TABLE passwd (
+  

Please read README.authmysql.html since almost + all information there applies to postgres as well, but with + Postgres change the schema to:

+
+CREATE TABLE passwd (
         id                    varchar(128) DEFAULT '' NOT NULL,
         crypt                 varchar(128) DEFAULT '' NOT NULL,
         clear                 varchar(128) DEFAULT '' NOT NULL,
@@ -26,6 +29,7 @@ postgres change the schema to:

defaultdelivery varchar(255) DEFAULT '' NOT NULL, quota varchar(255) DEFAULT '' NOT NULL, CONSTRAINT id PRIMARY KEY (id) -);
+); +