EnterpriseOne (E1) Security – Reset It All!

Read Time:52 Sec

The organization that I work for has a SOX requirement that all passwords need to be changed every 90 days. I think this is pretty common. It matches what many people have for their network password policy.

Anyway, I put together a quick SQL to verify that all of our users are required to change their password every 90 days:

select count(*) from sy811/f98owsec
where SCSECFRQ  90

Then, I had to figure out what were the IDs that were not set for 90 days:

select * from sy811/f98owsec
where SCSECFRQ  90 

Now, you know the records that may need to be fixed.

WARNING: There is a record in the F98OWSEC that looks pretty strange. The SCUSER value is "*POLICY". This record is used to store the Global Password Policy values. Most of the information is in this record is stored in the SCSRVBLOBA field.

Technorati Tags: e1,enterpriseone,erp,peoplesoft,oracle,jde,jd edwards

With startlogic , one gets much more modified web hosting deals as compared to the ones from netfirms.

Author

Stewart Schatz

Career: Principal CNC Consultant for Syntax Systems Limited specializing Oracle JD Edwards EnterpriseOne and the technology that supports it. Side Hustle: Owner/Operator of E1Tips.com Location: Lancaster, PA USA  What I like to do: Invest in Family, Explore Technology, Lead Teams, Share Knowledge/Experience, Hunt, Hike, etc.
Happy
Happy
0
Sad
Sad
0
Excited
Excited
0
Sleepy
Sleepy
0
Angry
Angry
0
Surprise
Surprise
0

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

One thought on “EnterpriseOne (E1) Security – Reset It All!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Previous post EnterpriseOne (E1) Package Build Count
Next post You’re Fired! …But You’re Still Here? – Cleaning EnterpriseOne (E1) Orphaned Records After Deleting a User Profile