Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 28556 invoked from network); 27 Oct 2009 22:58:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Oct 2009 22:58:20 -0000 Received: (qmail 3973 invoked by uid 500); 27 Oct 2009 22:58:17 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 3957 invoked by uid 500); 27 Oct 2009 22:58:17 -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 3927 invoked by uid 99); 27 Oct 2009 22:58:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Oct 2009 22:58:17 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of aurfalien@gmail.com designates 209.85.160.45 as permitted sender) Received: from [209.85.160.45] (HELO mail-pw0-f45.google.com) (209.85.160.45) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Oct 2009 22:58:08 +0000 Received: by pwi11 with SMTP id 11so437317pwi.24 for ; Tue, 27 Oct 2009 15:57:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=okhpyqarMJ2RLn55uMns2IZA/QjapXfNEOLZ1pciZRk=; b=IMZ+nO89ajes9Hv0U3NEh8ilPx2FY0YGSoSRXZAik9hE505D61k1b2snfB1JZ6uMco CL58L2iQt0GM3fCbTdEUI9xZxy6d2msP9B+QX3eaEEp5PCAOFsl/b+hk2Pt7uQ31ZtaD jpE5WBHpXxisNDHuLDiHWOkRbAaGIYqdasKIQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=XLfPyMWKT+JjEJGofNsgklvgeX+4ZGu8kUqn5ltfnYAS7EX2/Ttb4f9ETy8Is7uGvZ F72DsmZVYagfjGcH7Mn/Elp/dh2zvBvH4l5jTI71mEdileMkHBZOSu6mtcOhudUIk0Cp w69nCzHHuuD0k2hxhrGDGREYrZ7i7z1GthJu4= Received: by 10.115.38.32 with SMTP id q32mr8370061waj.8.1256684266979; Tue, 27 Oct 2009 15:57:46 -0700 (PDT) Received: from BrianKrusicW.logan.internal ([64.17.255.138]) by mx.google.com with ESMTPS id 23sm205274pzk.8.2009.10.27.15.57.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 27 Oct 2009 15:57:45 -0700 (PDT) Message-Id: <5C55E0DA-9AF3-4193-BF4C-DCE43F40282B@gmail.com> From: aurfalien@gmail.com To: users@httpd.apache.org In-Reply-To: <1404e5910910271554w22e608ceicfdd79784077a212@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Tue, 27 Oct 2009 15:57:43 -0700 References: <1404e5910910271554w22e608ceicfdd79784077a212@mail.gmail.com> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] ldap_auth and disgest vs basic On Oct 27, 2009, at 3:54 PM, Eric Covener wrote: > On Tue, Oct 27, 2009 at 6:22 PM, wrote: >> Hi all, >> >> Will the ldap module for Apache 2 work with an AuthType of Digest? >> >> When I set it to Digest, I get; >> >> Digest: client used wrong authentication scheme `Basic': / >> >> I'm assuming my browser is having issues? >> >> Snippet of my httpd.conf >> >> AuthType Digest >> AuthLDAPURL ldap://myladpserver >> AuthzLDAPAuthorization off >> >> There is no other instance of AuthType of no instance of Basic in >> my file. > > I don't know why you get this odd symptom, but I think LDAP+Digest > authentication will not work. In 2.2 you may be able to use > digest+file for authn and LDAP for authorization, though. Hi Eric, Thanks for the reply. I think SSL will solve my problems and its easier to implement. What do you think? --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org