From commits-return-3242-apmail-jackrabbit-commits-archive=jackrabbit.apache.org@jackrabbit.apache.org Mon Nov 27 15:12:16 2006 Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 61388 invoked from network); 27 Nov 2006 15:12:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Nov 2006 15:12:15 -0000 Received: (qmail 14263 invoked by uid 500); 27 Nov 2006 15:12:24 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 14232 invoked by uid 500); 27 Nov 2006 15:12:24 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 14218 invoked by uid 500); 27 Nov 2006 15:12:24 -0000 Delivered-To: apmail-incubator-jackrabbit-commits@incubator.apache.org Received: (qmail 14215 invoked by uid 99); 27 Nov 2006 15:12:24 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Nov 2006 07:12:24 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Nov 2006 07:12:14 -0800 Received: from ajax.apache.org (localhost [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 5EF4AD495A for ; Mon, 27 Nov 2006 15:11:53 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: jackrabbit-commits@incubator.apache.org Date: Mon, 27 Nov 2006 15:11:53 -0000 Message-ID: <20061127151153.21214.79861@ajax.apache.org> Subject: [Jackrabbit Wiki] Trivial Update of "JackrabbitOnJbossSecurity" by DarrenHartford X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification. The following page has been changed by DarrenHartford: http://wiki.apache.org/jackrabbit/JackrabbitOnJbossSecurity ------------------------------------------------------------------------------ * repository.xml ---- - == Configuring Security Domain == + == Configuring Security Authentication Policy == - The security domain will tie jackrabbit and the jboss security systems together. The default security domain is called '''Jackrabbit''', but can be changed if necessary (especially if you already have an existing domain configured in jboss login-config.xml that you would like to re-use). + The security authentication policy will tie jackrabbit and the jboss security systems together. The default security policy is called '''Jackrabbit''', but can be changed if necessary (especially if you already have an existing domain configured in jboss login-config.xml that you would like to re-use). + + The security policy is repository-wide, regardless of workspace(s). If you need different security/authentication, you will need different repositories (i.e. new repository.xml for each repository). However, if you can use the same authentication but have different authorization requirements, you can use the same repository with a custom AccessManager. '''repository.xml''' @@ -56, +58 @@ TODO ---- == JBoss Mbean Dynamic Login Config option == - This is for deployment of the authentication login modules outside of the login-config.xml. The reasoning is usually policy-oriented and/or preference. This is a jboss-specific option not related to Jackrabbit -- all jackrabbit configuration related to login-config.xml will now go into the jackrabbit-login-config.xml below. + This is for deployment of the authentication login modules outside of the login-config.xml. The reasoning is usually company-policy-oriented and/or preference. This is a jboss-specific option not related to Jackrabbit -- all jackrabbit configuration related to login-config.xml will now go into the jackrabbit-login-config.xml below. * Create a $JBOSS_HOME/server//deploy/jackrabbitsecurity.rar directory (yes, name the directory with .rar at the end).