You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "viola.lu (JIRA)" <ji...@apache.org> on 2012/12/14 01:58:12 UTC

[jira] [Resolved] (GERONIMO-6398) password in file users.properties can't be encrypted if console related modules are disabled

     [ https://issues.apache.org/jira/browse/GERONIMO-6398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

viola.lu resolved GERONIMO-6398.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0.1

commit changes @ 1421140
                
> password in file users.properties can't be encrypted if console related modules are disabled
> --------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-6398
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6398
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 3.0.0
>            Reporter: viola.lu
>            Assignee: viola.lu
>             Fix For: 3.0.1
>
>
> Here are reproduce steps:
> 1. Disable these module before you start geronimo server
> <module load="false" name="org.apache.geronimo.plugins/console-tomcat/***/car"/>      
> <module load="false" name="org.apache.geronimo.plugins/plugin-console-tomcat/***/car"/>                                                                       
> <module load="false" name="org.apache.geronimo.plugins.monitoring/mconsole-tomcat/***/car"/>                                                                  
> <module load="false" name="org.apache.geronimo.plugins/activemq-console-tomcat/***/car"/>                                                 
> <module load="false" name="org.apache.geronimo.plugins/debugviews-console-tomcat/***/car"/>                                                                   
> <module load="false" name="org.apache.geronimo.plugins/sysdb-console-tomcat/***/car"/>                                                                        
> <module load="false" name="org.apache.geronimo.plugins/openejb-console-tomcat/***/car"/>                                                                      
> <module load="false" name="org.apache.geronimo.plugins/plancreator-console-tomcat/***/car"/>  
> 2. Change the password in user.properties into plain text . For example, 
> change system={Simple}rO0ABXNyABl......
> to system=manager
> 3.Start the server
> 4.Check users.properties file, you will find the auto-encryption feature doesn't work. That mean the password "manager" could not be encrypted into "{Simple}....." automatically.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira