Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 4496 invoked from network); 18 Nov 2010 20:52:30 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Nov 2010 20:52:30 -0000 Received: (qmail 78165 invoked by uid 500); 18 Nov 2010 20:52:59 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 78074 invoked by uid 500); 18 Nov 2010 20:52:59 -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 78065 invoked by uid 99); 18 Nov 2010 20:52:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Nov 2010 20:52:59 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of prvs=931a0967a=DBohl@masoncompaniesinc.com designates 12.47.33.252 as permitted sender) Received: from [12.47.33.252] (HELO mail2.masoncompaniesinc.com) (12.47.33.252) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Nov 2010 20:52:53 +0000 X-IronPort-AV: E=Sophos;i="4.59,218,1288587600"; d="scan'208";a="304782" Received: from s-exchange-01.masonshoe.lcl ([172.20.8.37]) by mail2-private.masoncompaniesinc.com with ESMTP; 18 Nov 2010 14:52:33 -0600 Received: from mail.masoncompaniesinc.com (172.16.10.51) by S-EXCHANGE-01.masonshoe.lcl (172.20.8.37) with Microsoft SMTP Server id 14.1.255.0; Thu, 18 Nov 2010 14:51:56 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 18 Nov 2010 14:51:54 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Nested AD groups with Require group Thread-Index: AcuHYmv/wVX/gAAKTGGyghfINv6RMw== From: Dale Bohl To: Subject: [users@httpd] Nested AD groups with Require group Hello, I've been banging my head on this one for days now. Are nested AD groups supported with mod_auth_pam? I've googled this issue but it appears not many admins are using this and/or it could possibly be a bug in the apache module. Config ------ Red Hat Enterprise Linux Server release 5.5 (Tikanga) Server version: Apache/2.2.3 svn, version 1.6.12 (r955767) Windows 2008 R2 It appears that we cannot use Active Directory Permissions Groups with the s-svn server for Subversion repository authentication and authorization but yet AD Role groups work just fine. subversion.conf config for "puppet" repository ------------------------------------------------ #=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3Dpuppet = repo=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D DAV svn SVNPath /repos/puppet AuthPAM_Enabled on AuthType Basic AuthName "Subversion Authentication to AD" # Limit R/W access to certain role groups # Require group SVN-Puppet-ReadWrite-P Require group IT-InfrastructureTeam-SystemAdministrator-R # Limit R/O access to certain role group # Require group SVN-Puppet-ReadWrite-P Require group IT-InfrastructureTeam-SystemAdministrator-R The interesting thing is that AD Role Groups appear to work fine within the Location directive config above which shows the role group for which I'm a member. If the above config is changed to use the Permissions group shown commented out, authentication doesn't work and when that happens I'm seeing the following error in ssl_error_log. [Fri Nov 12 13:10:18 2010] [error] [client 172.16.4.7] GROUP: dpb not in required group(s). So, even though the following User > Role > Permissions > Resource association exists, the group with '-P' in it above won't allow dpb to authenticate for repo access. dpb is a member of IT-InfrastructureTeam-SystemAdministrator-R and IT-InfrastructureTeam-SystemAdministrator-R is a member of SVN-Puppet-ReadWrite-P AD group Any help would be greatly appreciated. -------- Dale Bohl Sr. Systems Administrator Mason Companies, Inc. dbohl@masoncompaniesinc.com (715)-720-4382 --------------------------------------------------------------------- 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