Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E002A93D1 for ; Tue, 13 Mar 2012 17:29:01 +0000 (UTC) Received: (qmail 72210 invoked by uid 500); 13 Mar 2012 17:29:01 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 72192 invoked by uid 500); 13 Mar 2012 17:29:01 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 72185 invoked by uid 99); 13 Mar 2012 17:29:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Mar 2012 17:29:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Mar 2012 17:29:00 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 9AA6C1E4BD for ; Tue, 13 Mar 2012 17:28:40 +0000 (UTC) Date: Tue, 13 Mar 2012 17:28:40 +0000 (UTC) From: "Rick Hillegas (Assigned) (JIRA)" To: derby-dev@db.apache.org Message-ID: <2101981855.8520.1331659720762.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <530349022.2902.1331563482546.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Assigned] (DERBY-5648) Unclear password expiry warning when using separate credentials db MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-5648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas reassigned DERBY-5648: ------------------------------------ Assignee: Rick Hillegas > Unclear password expiry warning when using separate credentials db > ------------------------------------------------------------------ > > Key: DERBY-5648 > URL: https://issues.apache.org/jira/browse/DERBY-5648 > Project: Derby > Issue Type: Improvement > Components: Services > Affects Versions: 10.9.0.0 > Reporter: Knut Anders Hatlen > Assignee: Rick Hillegas > Priority: Minor > Attachments: derby-5648-01-aa-missingUser.diff, derby-5648-01-ab-missingUser.diff > > > If you log on to a database (other than the credentials db) and your password is about to expire, you'll be advised to change your password using the SYSCS_UTIL.SYSCS_MODIFY_PASSWORD procedure. However, the warning message does not say you need to log on to the credentials db to change your password. This may lead the user to modify the password in the current database instead of the credentials database, thinking everything is well. > ij(CONNECTION1)> connect 'jdbc:derby:otherdb;user=test;password=abc'; > WARNING 01J15: Your password will expire in 0 day(s). Please use the SYSCS_UTIL.SYSCS_MODIFY_PASSWORD procedure to change your password. > ij(CONNECTION2)> CALL SYSCS_UTIL.SYSCS_MODIFY_PASSWORD('new-password'); > 0 rows inserted/updated/deleted > ij(CONNECTION2)> connect 'jdbc:derby:otherdb;user=test;password=new-password'; > ERROR 08004: Connection authentication failure occurred. Reason: Invalid authentication.. > Even though SYSCS_MODIFY_PASSWORD succeeds, the password has not been updated in the credentials db. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira