Return-Path: Delivered-To: apmail-ofbiz-user-archive@www.apache.org Received: (qmail 58215 invoked from network); 1 Jun 2010 14:26:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Jun 2010 14:26:44 -0000 Received: (qmail 69941 invoked by uid 500); 1 Jun 2010 14:26:43 -0000 Delivered-To: apmail-ofbiz-user-archive@ofbiz.apache.org Received: (qmail 69899 invoked by uid 500); 1 Jun 2010 14:26:43 -0000 Mailing-List: contact user-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ofbiz.apache.org Delivered-To: mailing list user@ofbiz.apache.org Received: (qmail 69891 invoked by uid 99); 1 Jun 2010 14:26:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 14:26:43 +0000 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=AWL,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [67.221.226.157] (HELO zimbra.hotwaxmedia.com) (67.221.226.157) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 14:26:35 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by zimbra.hotwaxmedia.com (Postfix) with ESMTP id 637378C20001 for ; Tue, 1 Jun 2010 09:26:15 -0500 (CDT) X-Virus-Scanned: amavisd-new at zimbra.hotwaxmedia.com Received: from zimbra.hotwaxmedia.com ([127.0.0.1]) by localhost (zimbra.hotwaxmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aLtbwIoTLevp for ; Tue, 1 Jun 2010 09:26:10 -0500 (CDT) Received: from [10.0.0.49] (unknown [122.168.195.52]) by zimbra.hotwaxmedia.com (Postfix) with ESMTP id EDE148C20002 for ; Tue, 1 Jun 2010 09:26:09 -0500 (CDT) Message-ID: <4C051878.10106@hotwaxmedia.com> Date: Tue, 01 Jun 2010 19:56:00 +0530 From: rahul jain User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: user@ofbiz.apache.org Subject: Re: Access Control References: <004101cb010e$29a65e50$7cf31af0$@net> In-Reply-To: <004101cb010e$29a65e50$7cf31af0$@net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Rick_O wrote: > I am a newbie to the list so I will apologize in advance I have not quite > figured out all of the documentation, so I am hoping someone can point me to > where I can find information on setting up access control / role based > security. I am trying to figure out the capabilities on limiting access > based upon Role, or specific user ID. So all customer service reps can > enter orders, but only the Customer Service Manager can process a return. > > > > Thanks, > > > > Rick > > > Hello Rick, The purpose of role-limited permissions is to tie a Security Permission to record level security using the RoleType/PartyRole and related entities. In OFBiz this is how record level permissions are done. All other informations related to security permission you will get in this document. https://cwiki.apache.org/confluence/display/OFBTECH/OFBiz+security Thanks & Regards Rahul Jain