Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8EBEF180CB for ; Thu, 18 Jun 2015 21:44:43 +0000 (UTC) Received: (qmail 3334 invoked by uid 500); 18 Jun 2015 21:44:43 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 3292 invoked by uid 500); 18 Jun 2015 21:44:43 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 3279 invoked by uid 99); 18 Jun 2015 21:44:42 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2015 21:44:42 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 4AC2B1A5D1D for ; Thu, 18 Jun 2015 21:44:42 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.214 X-Spam-Level: **** X-Spam-Status: No, score=4.214 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, URI_HEX=1.313, URI_TRY_3LD=0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 6SWXw3QyFPeH for ; Thu, 18 Jun 2015 21:44:35 +0000 (UTC) Received: from mail-pa0-f47.google.com (mail-pa0-f47.google.com [209.85.220.47]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 2DDDB428E3 for ; Thu, 18 Jun 2015 21:44:35 +0000 (UTC) Received: by padev16 with SMTP id ev16so69754973pad.0 for ; Thu, 18 Jun 2015 14:44:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=UJ19X2YD3pXm8fn7CpS3VPGAiGTNs5TJlmbxy9ffong=; b=m3khk+6EG5hye/u6Fnq0XsMHypd7+j0spURBPDgO/X53FmR5yp/SSXFaDKH8qHLRlh HVw17jjsp1A9Ij/YEI5scUO9z0qJSPxmSVNwn26AiJR1+1cglZ9bIcVf/yr3rhOUIAFD pYdrjgF3RP3R+bl1ENNfzBa7rhkqsB/6z1HNQygEjmMmA4iaj2Fi5RjxNJwCeo3/QRSV PJ12b336U4z60GcvVUSi+Hwcf2QXrW6a2gtikoNYT8TSMjQVs4eiYzDMmKSn+OdChrKF NnQfQFqNvMdwfJ0hmMx18fi1SxdeQkoX1YeHYIkRCEUZ+DfjxtNvYzDtrz46AbaY+esK 5IEQ== X-Received: by 10.68.218.231 with SMTP id pj7mr24584645pbc.155.1434663874322; Thu, 18 Jun 2015 14:44:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.70.43.106 with HTTP; Thu, 18 Jun 2015 14:44:03 -0700 (PDT) In-Reply-To: <1434659503191-4697979.post@n4.nabble.com> References: <1434659503191-4697979.post@n4.nabble.com> From: Christopher Shannon Date: Thu, 18 Jun 2015 17:44:03 -0400 Message-ID: Subject: Re: Is there any way to encrypt connectionPassword in LDAPLoginModule To: users@activemq.apache.org Content-Type: multipart/alternative; boundary=047d7b2ed26d99ea950518d1b6f4 --047d7b2ed26d99ea950518d1b6f4 Content-Type: text/plain; charset=UTF-8 Anything that goes in activemq.xml can be encrypted because of Spring support (see http://activemq.apache.org/encrypted-passwords.html) Unfortunately, I do not believe there is a way to encrypt a password in the login.config file however. There is also newer way to use LDAP that you could try and that looks like it might support password encryption. See this link http://activemq.apache.org/cached-ldap-authorization-module.html and see if that will work for you. On Thu, Jun 18, 2015 at 4:31 PM, alt_alt wrote: > Hi all, > I am using ldap service to do authentication and authorization, and I need > to set connectionPassword for LDAPLoginModule in login.config file. Is > there > any way to encrypt this password. > > Any response is highly appreciated. > > Thanks > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Is-there-any-way-to-encrypt-connectionPassword-in-LDAPLoginModule-tp4697979.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > --047d7b2ed26d99ea950518d1b6f4--