From: mwolson_admin Date: Fri, 25 Jan 2008 22:43:18 +0000 (-0500) Subject: Set the userdb path to be /etc/courier/userdb. X-Git-Tag: debian/0.59.3-1hcoop1~2 X-Git-Url: https://git.hcoop.net/hcoop/debian/courier-authlib.git/commitdiff_plain/c3a178a320240602b2221d3da5923f9604d972e8 Set the userdb path to be /etc/courier/userdb. --- diff --git a/courier_auth_config.h b/courier_auth_config.h index b1321f1..ed3b7f8 100644 --- a/courier_auth_config.h +++ b/courier_auth_config.h @@ -155,7 +155,7 @@ #define STDC_HEADERS 1 /* Location of the userdb database */ -#define USERDB "/usr/local/etc/authlib/userdb" +#define USERDB "/etc/courier/userdb" /* Version number of package */ /* #undef VERSION */