viola.lu created GERONIMO-6398:
----------------------------------

             Summary: 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


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

Reply via email to