Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0010122
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] Z. Otherscriticalalways2009-07-30 09:482013-06-18 13:03
ReporternetworkbView Statuspublic 
Assigned Togorka_gil 
PriorityimmediateResolutionfixedFixed in Version
StatusclosedFix in branchpiFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSLinux 64 bitDatabaseOracleJava version
OS VersionDatabase versionAnt version
Product Version2.40SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0010122: The oracle password should not expire automatically without any message

DescriptionThe oracle password should expire automatically without any message, because it could happend that the production environment became inaccessible.

Steps To ReproduceAfter a while working with the application the password of the user expires.
Proposed SolutionAt least this functionality should be explained in the manual,
and an option to disable the expiration should be explained.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to feature request 0010149 closedgorka_gil Openbravo Deployment Options The database password should not expire automatically 

-  Notes
(0018704)
networkb (developer)
2009-07-30 10:03

The expiration is defined in the profile:

select resource_name, resource_type, limit
from dba_profiles
where profile='DEFAULT';

indicate how could be configured this profile
depending on the clients requirements.
(0018762)
gorka_gil (administrator)
2009-07-31 12:57

The default behavior in oracle 11g (the ones that comes with obn 2.40) is an expiration time for passwords of 180 days plus 7 grace days.

How to know that password is expired?
- In sqlplus shows a clear message when you try to connect.
- In web interface of Openbravo ERP shows an error saying it can't connect to database: javax.servlet.ServletException: @CODE=@There are no connections available in jdbc:apache:commons:dbcp:openbravo_myPool.
  Note: The web interface can work with the account expired till the next tomcat restart.

For check when expires the accounts, you can execute this with dba privileges:
  set line 120
  select username, account_status, expiry_date, lock_date from dba_users;

For change the passwords:
  Execute sqlplus and connect with the user of Openbravo ERP and it will ask you to change the password.
  Also you need to enter with the "system" account to reset its password.
  If you change any of the password, remember to update the Openbravo.properties file.
  Note: You can set the same password again.

For disable the password expiration.
  With dba privileges execute:
  ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED;
(0018774)
gorka_gil (administrator)
2009-08-01 17:58

The missing documentation about oracle password expiration is here:

http://wiki.openbravo.com/wiki/Openbravo_SMB_Network_One_Administrator%27s_Manual_2.40#Database_password_expiration [^]
(0019445)
priyam (administrator)
2009-09-03 13:12

Fixed in the appliance and available for QA to test

- Issue History
Date Modified Username Field Change
2009-07-30 09:48 networkb New Issue
2009-07-30 09:48 networkb Assigned To => jpabloae
2009-07-30 10:03 networkb Note Added: 0018704
2009-07-30 13:46 networkb Summary The oracle password should expire automatically without any message => The oracle password should not expire automatically without any message
2009-07-30 20:34 gorka_gil Assigned To jpabloae => gorka_gil
2009-07-31 12:57 gorka_gil Note Added: 0018762
2009-08-01 17:57 gorka_gil Project Openbravo Deployment Options => Documentation
2009-08-01 17:57 gorka_gil Status new => scheduled
2009-08-01 17:57 gorka_gil fix_in_branch => pi
2009-08-01 17:58 gorka_gil Status scheduled => resolved
2009-08-01 17:58 gorka_gil Resolution open => fixed
2009-08-01 17:58 gorka_gil Note Added: 0018774
2009-08-01 18:07 gorka_gil Relationship added related to 0010149
2009-09-03 13:12 priyam Note Added: 0019445
2009-11-10 12:55 jpabloae Category SMB Network One => Z Other
2011-03-31 11:45 networkb Status resolved => closed
2013-06-18 13:00 psanjuan Project Documentation => Openbravo ERP
2013-06-18 13:03 psanjuan Category Z Other => Z. Others


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker