Return-Path: X-Original-To: apmail-incubator-jspwiki-user-archive@minotaur.apache.org Delivered-To: apmail-incubator-jspwiki-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CAFC5E5C9 for ; Sat, 25 May 2013 13:44:27 +0000 (UTC) Received: (qmail 88336 invoked by uid 500); 25 May 2013 13:44:26 -0000 Delivered-To: apmail-incubator-jspwiki-user-archive@incubator.apache.org Received: (qmail 87999 invoked by uid 500); 25 May 2013 13:44:19 -0000 Mailing-List: contact jspwiki-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-user@incubator.apache.org Delivered-To: mailing list jspwiki-user@incubator.apache.org Received: (qmail 87942 invoked by uid 99); 25 May 2013 13:44:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 May 2013 13:44:17 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: local policy) Received: from [209.85.220.52] (HELO mail-pa0-f52.google.com) (209.85.220.52) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 May 2013 13:44:10 +0000 Received: by mail-pa0-f52.google.com with SMTP id bg2so5318235pad.11 for ; Sat, 25 May 2013 06:43:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding:x-gm-message-state; bh=wrFoEfhxjNN3nnxf65lnInCampVt1ZK59Dy0zQkaacw=; b=DYXjOJt0VLIcMGV/nMKAqABstqYkQ3gd/0v1C1E+tKwPSBMpdEJA3MtcOGdqaVThb6 V4M8mRLTuhDwpZPzuzRcVZQi0ZrhziVBj75P1hBTvWziH8mc2u3H+uEm0vRto3zDJyzr gfybWVN6uG2/BP2vegYBW072/f4C8J0lJoYRX+xqssSrtlnRBXA3/C5hSKN0J86jq/IR uznVEh/xHtljfv+coiArFCtq/LGhzZcvWcYPqBLwEwZ9C1ETO3lBq0M2goox9prchXid ksDEGA6iHcu1LFYoKG6CNO9rQn8puNvNY4hHWLPluxwXVG2nliBIxsFpq70Ga1p5hoSM /0pA== X-Received: by 10.68.134.131 with SMTP id pk3mr14343395pbb.83.1369489407438; Sat, 25 May 2013 06:43:27 -0700 (PDT) Received: from [192.168.51.2] ([121.98.227.134]) by mx.google.com with ESMTPSA id yj2sm20518913pbb.40.2013.05.25.06.43.24 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 25 May 2013 06:43:26 -0700 (PDT) Message-ID: <51A0BFFA.2080201@davekoelmeyer.co.nz> Date: Sun, 26 May 2013 01:43:22 +1200 From: Dave Koelmeyer User-Agent: Mozilla/5.0 (X11; SunOS i86pc; rv:17.0) Gecko/20130309 Thunderbird/17.0.4 MIME-Version: 1.0 To: jspwiki-user@incubator.apache.org Subject: Regression with LDAP group lookups in JSPWiki 2.9.1-svn-31 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQn6paC5wCpDioXKVIDaIgOjwKR7kAEXqCQi1cDkBDPbIxXAL7suvuFwyuiv/PVUuYoZRTQM X-Virus-Checked: Checked by ClamAV on apache.org Hi All, Looks like there has been a change in JSPWiki 2.9.1-svn-31 with container based authentication and LDAP group lookups. I've previously blogged my configuration using JSPWiki 2.8.3 and GlassFish 3.1 which worked fine: http://blog.davekoelmeyer.co.nz/2012/01/28/container-based-authentication-with-jspwiki-glassfish-and-opendj/ Using this same configuration on JSPWiki 2.9.1-svn-31, LDAP group memberships are not retrieved. I have gone so far as to configure a fresh installation of JSPWiki 2.8.3 in a GlassFish domain with the above configuration, then duplicated settings exactly in another GlassFish domain using JSPWiki 2.9.1-svn-31. Version 2.8.3 will retrieve LDAP groups fine, JSPWiki 2.9.1-svn-31 will not. The behaviour I see on v2.9.1-svn-31 is the same as if I change the JACC provider from "simple" to "default" in GlassFish using JSPWiki 2.8.3: LDAP lookups are fine, but LDAP groups aren't. Can anyone offer some pointers on what might have changed between JSPWiki versions to break this? Cheers, Dave -- Dave Koelmeyer http://blog.davekoelmeyer.co.nz