Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A9200E0E6 for ; Thu, 29 Nov 2012 12:39:32 +0000 (UTC) Received: (qmail 74662 invoked by uid 500); 29 Nov 2012 12:39:29 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 74572 invoked by uid 500); 29 Nov 2012 12:39:29 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 74556 invoked by uid 99); 29 Nov 2012 12:39:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Nov 2012 12:39:29 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of covener@gmail.com designates 209.85.223.173 as permitted sender) Received: from [209.85.223.173] (HELO mail-ie0-f173.google.com) (209.85.223.173) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Nov 2012 12:39:22 +0000 Received: by mail-ie0-f173.google.com with SMTP id e13so15355370iej.18 for ; Thu, 29 Nov 2012 04:39:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=UIBglQTfeUAdLbpnKuNGZQWFiyiqzkbBebaxk0YBh78=; b=DILlhpuY5qQNNLKbhic+rgZT+FcYaQ97MWjWOR9MxeMmbqbs2ddoxU1Y1grBiA/9MZ Py3ATYkSUstbQTsBWY2EUSRzebGIW4EAeJM3KQJ30s8+MD4lMZNP7MFPHhFCqrPah1pH Jr4ykXtK8yTxtub6h5jQfLSnLHp27dTLLlcFjG7yf8Z2uPXasJ20ht7AeuApDTXtmJ84 +vEzYZzWVauY3THY+h1DYtwfnqNt1h4TW60YHSLPL196iJ8y9GsjzsBXzMzlmeZD32YT i0F1tGHNs3rK1ZrIfQ9aHfNgJ89+hPV2AoUPu0FhaRbjr3CrB8BqSf7t4Ode26u1IEZX mfdg== MIME-Version: 1.0 Received: by 10.50.197.162 with SMTP id iv2mr22948277igc.36.1354192742106; Thu, 29 Nov 2012 04:39:02 -0800 (PST) Received: by 10.43.104.71 with HTTP; Thu, 29 Nov 2012 04:39:02 -0800 (PST) In-Reply-To: <50B67F85.6030408@ecker-software.de> References: <50B67F85.6030408@ecker-software.de> Date: Thu, 29 Nov 2012 07:39:02 -0500 Message-ID: From: Eric Covener To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Authentication by checking that a user only exists mod_authnz_ldap for authentication mod_authz_dbd for authorization On Wed, Nov 28, 2012 at 4:17 PM, David Ecker wrote: > Hi, > how can I solve the following situation? > > The user should be authenticated in two steps: > > 1) Check in Radius, Tacas, LDAP Server or any other external datasource by > validation user and password. > > 2) Check in local sqlite3 database that a user exists, do not check the > password, it is not set for external defined users. > > The user should be successfully authenticated only if both criterias are > satisfied. > > Thanks, > David > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > -- Eric Covener covener@gmail.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org