From 74a5b704b0e5fdf5572cd49fad0fd7140bb7e50b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ask=20Bj=C3=B8rn=20Hansen?= Date: Wed, 30 Jun 2004 09:21:40 +0000 Subject: [PATCH] move the auth plugins to auth/ rename authsql to auth_vpopmail_sql -- we need a generic "connect to database" thing with a generic way to configure databases. ... and then we should have a more generic "check username with sql" plugin. git-svn-id: https://svn.perl.org/qpsmtpd/trunk@253 958fd67b-6ff1-0310-b445-bb7760255be9 --- plugins/{authsql => auth/auth_vpopmail_sql} | 2 +- plugins/{ => auth}/authdeny | 0 plugins/{ => auth}/authnull | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename plugins/{authsql => auth/auth_vpopmail_sql} (98%) rename plugins/{ => auth}/authdeny (100%) rename plugins/{ => auth}/authnull (100%) diff --git a/plugins/authsql b/plugins/auth/auth_vpopmail_sql similarity index 98% rename from plugins/authsql rename to plugins/auth/auth_vpopmail_sql index 9fe9916..e82509f 100644 --- a/plugins/authsql +++ b/plugins/auth/auth_vpopmail_sql @@ -2,7 +2,7 @@ =head1 NAME -authsql - Authenticate to vpopmail via MySQL +auth_vpopmail_sql - Authenticate to vpopmail via MySQL =head1 DESCRIPTION diff --git a/plugins/authdeny b/plugins/auth/authdeny similarity index 100% rename from plugins/authdeny rename to plugins/auth/authdeny diff --git a/plugins/authnull b/plugins/auth/authnull similarity index 100% rename from plugins/authnull rename to plugins/auth/authnull