EnterpriseOne (E1) Security – Reset It All!
Share
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.
With startlogic , one gets much more modified web hosting deals as compared to the ones from netfirms.
Author
Stewart Schatz
Average Rating
One thought on “EnterpriseOne (E1) Security – Reset It All!”
Leave a Reply Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
More Stories
Quick Tip: Hold All JDE Job Queues
The following SQL statement will put all JDE Job Queues on hold: UPDATE SY920.F986130 SET QCQUSTS='02' This statement is very...
How To Disable Client Package Deployment
If you have a development client that has been neglected and JDE wants you to install 15 update packages but...
Quick Tip: Limit The Number Of Rows Returned From A SQL Query
This is pretty basic, but I had to look up the syntax to use for SQL on IBM DB2 so...
Quick Tip: Where Is An Application On The Menu?
The following SQL will give you a good idea if an application or UBE is on the menu and where...
Quick Tip: Decline All Update Packages Using SQL
A quick way to decline all packages that have been marked for deployment on a development client is use SQL:...
Quick Tip: Change A Scheduled Job’s Time Zone Using SQL
If you work with multiple time zones, especially if one uses Daylight Saving Time and the other does not, it...
Za9wkN Wow! Great thinking! JK