[dovecot-cvs] dovecot/doc auth.txt,1.6,1.7 dovecot-ldap.conf,1.4,1.5

cras at procontrol.fi cras at procontrol.fi
Fri Mar 7 01:20:18 EET 2003


Update of /home/cvs/dovecot/doc
In directory danu:/tmp/cvs-serv13378/doc

Modified Files:
	auth.txt dovecot-ldap.conf 
Log Message:
Added PostgreSQL support, patch by Alex Howansky



Index: auth.txt
===================================================================
RCS file: /home/cvs/dovecot/doc/auth.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- auth.txt	24 Feb 2003 00:27:55 -0000	1.6
+++ auth.txt	6 Mar 2003 23:20:16 -0000	1.7
@@ -17,6 +17,7 @@
  - passwd-file: /etc/passwd-like file in specified location
  - ldap: Lightweight Directory Access Protocol
  - vpopmail: External software used to handle virtual domains
+ - pgsql: A PostgreSQL database.
 
 Currently supported user databases:
 
@@ -25,6 +26,7 @@
  - ldap: Lightweight Directory Access Protocol
  - vpopmail: External software used to handle virtual domains
  - static: Static UID and GID, home directory from given template
+ - pgsql: A PostgreSQL database.
 
 Most password databases support only plaintext authentication. passwd-file
 and LDAP exceptions since they support multiple password schemes.
@@ -124,6 +126,15 @@
 
 All users share the same UID and GID. Home directory template can use %u,
 %n and %d variables, see default_mail_env description in dovecot-example.conf.
+
+
+PostgreSQL
+----------
+
+See dovecot-pgsql.conf for more information. Password and user databases may
+use different configuration files to keep the information in separate
+locations. If both refer to same file, they share the same PostgreSQL
+connection.
 
 
 Generating passwords

Index: dovecot-ldap.conf
===================================================================
RCS file: /home/cvs/dovecot/doc/dovecot-ldap.conf,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- dovecot-ldap.conf	19 Feb 2003 11:47:15 -0000	1.4
+++ dovecot-ldap.conf	6 Mar 2003 23:20:16 -0000	1.5
@@ -18,6 +18,9 @@
 # Password for LDAP server
 #dnpass = 
 
+# LDAP protocol version to use. Likely 2 or 3.
+#ldap_version = 2
+
 # LDAP base
 base = uid=someone, dc=foo, dc=bar, dc=org
 




More information about the dovecot-cvs mailing list