Return-Path: X-Original-To: apmail-jackrabbit-users-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DFEE5DBCA for ; Wed, 10 Oct 2012 06:38:07 +0000 (UTC) Received: (qmail 89618 invoked by uid 500); 10 Oct 2012 06:38:07 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 89203 invoked by uid 500); 10 Oct 2012 06:38:00 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 89145 invoked by uid 99); 10 Oct 2012 06:37:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2012 06:37:58 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of anchela@adobe.com designates 64.18.1.37 as permitted sender) Received: from [64.18.1.37] (HELO exprod6og116.obsmtp.com) (64.18.1.37) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2012 06:37:49 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob116.postini.com ([64.18.5.12]) with SMTP ID DSNKUHUXqP6y/emRh+Qtx51j6o64LoWzdp0o@postini.com; Tue, 09 Oct 2012 23:37:29 PDT Received: from inner-relay-1.corp.adobe.com ([153.32.1.51]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q9A6Yl1v011671 for ; Tue, 9 Oct 2012 23:34:47 -0700 (PDT) Received: from nahub01.corp.adobe.com (nahub01.corp.adobe.com [10.8.189.97]) by inner-relay-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q9A6bRNc015883 for ; Tue, 9 Oct 2012 23:37:27 -0700 (PDT) Received: from eurhub01.eur.adobe.com (10.128.4.30) by nahub01.corp.adobe.com (10.8.189.97) with Microsoft SMTP Server (TLS) id 8.3.279.1; Tue, 9 Oct 2012 23:37:27 -0700 Received: from angela.eur.adobe.com (10.132.1.18) by eurhub01.eur.adobe.com (10.128.4.111) with Microsoft SMTP Server id 8.3.279.1; Wed, 10 Oct 2012 07:37:25 +0100 Message-ID: <507517A5.7060609@adobe.com> Date: Wed, 10 Oct 2012 08:37:25 +0200 From: Angela Schreiber User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: Subject: Re: usermanager that can manage users outside rep:security References: In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org hi torgeir a) the path is configurable b) if you use UserPerWorkspaceSecurityManager users will be created in each workspace (their correspondance across workspaces is asserted by jcr:uuid). > Is there a UserManager implementation that manages users outside of > rep:security? > I need to manage user profiles as content and keeping group and > authentication data in the same nodes would be preferable. not sure, how that is related to your question... profiles as content should be possible out of the box. keeping group information with the user-node is not possible out of the box for security reasons (see also david's content model #2) regards angela