From dev-return-29648-apmail-harmony-dev-archive=harmony.apache.org@harmony.apache.org Mon Oct 08 07:00:12 2007 Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 54756 invoked from network); 8 Oct 2007 07:00:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Oct 2007 07:00:11 -0000 Received: (qmail 19578 invoked by uid 500); 8 Oct 2007 06:59:58 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 19546 invoked by uid 500); 8 Oct 2007 06:59:58 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 19537 invoked by uid 99); 8 Oct 2007 06:59:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Oct 2007 23:59:58 -0700 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 liyilei1979@gmail.com designates 209.85.128.191 as permitted sender) Received: from [209.85.128.191] (HELO fk-out-0910.google.com) (209.85.128.191) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 07:00:00 +0000 Received: by fk-out-0910.google.com with SMTP id 18so1138478fks for ; Sun, 07 Oct 2007 23:59:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=1PjazFcOMjlr1Ji8lanI2tasjlGgKXu49tMKCxXqrvc=; b=VYxxAzhcEx4VzupW9objM1zbN2UJh35dNuhkb02H50aq3zcaxwipJk7TM8dObcjX+HEE+4FkPacf5R+WOn4t6wHGDTgHFINzNLESJ+ExHX2Ol9X+1Cg49+A5YGxU5qjkfbo6R6321NspTtBrOveF1+Q72R0CnCOmu9BSBX0lsX0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=rCBNK2CePFD836pfhqykdFqMhKE+gS7PLY4aWQgNaLdpr5/yZ6u59cVVijXr3c9YtKNjzpp6w55Fe5LENNyOM+V8KPfFyBDHm8UD9KVXsew2Scdw4/Z41fxYjpAHCmkp4I8eBNJ36a3569Fpdti+7FcIFOIWDdvrW883AoOu3uw= Received: by 10.82.162.14 with SMTP id k14mr379485bue.1191826777599; Sun, 07 Oct 2007 23:59:37 -0700 (PDT) Received: by 10.82.159.3 with HTTP; Sun, 7 Oct 2007 23:59:32 -0700 (PDT) Message-ID: Date: Mon, 8 Oct 2007 14:59:32 +0800 From: "Leo Li" To: dev@harmony.apache.org Subject: [classlib][auth]To move org.apache.harmony.auth.UnixPrincipal related classes to common directory. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi, all I found that JndiLoginModule will associate a UnixPrincipal, UnixNumericUserPrincipal, and the relevant UnixNumericGroupPrincipals with the subject if logging succeeds no matter whether it is a windows client or unix client. So I will move UnixPrincipal related classes from current Unix specified directory to common directory if no one objects. Good luck! Leo -- Leo Li China Software Development Lab, IBM