Skip to content

Beta 1.0b4

Closed Jan 31, 2024 100% complete

Release Notes

  • Add expired boolean toggle to UserAdmin.set_password() function allowing the password that gets set to be set as expired expired=True or NOT expired expired=False. If this boolean toggle is not used, the default behavior of the security manager (RACF) will take effect.
  • Fix profile data post processing bug in Resource.extract().
  • Add abstract…

Release Notes

  • Add expired boolean toggle to UserAdmin.set_password() function allowing the password that gets set to be set as expired expired=True or NOT expired expired=False. If this boolean toggle is not used, the default behavior of the security manager (RACF) will take effect.
  • Fix profile data post processing bug in Resource.extract().
  • Add abstractions for modifying a general resource profile's auditing rules.
    • Resource.overwrite_audit_rules_by_attempt()
    • Resource.alter_audit_rules_by_attempt()
    • Resource.overwrite_audit_rules_by_access_level()
    • Resource.alter_audit_rules_by_access_level()
  • Resource.get_user_access() abstraction added, which allows a user to get a specified user's (Potentially different from the running user) access to a general resource profile (Must have UPDATE access to the userid.IRRSMO00 in the SURROGAT class).
  • Resource.get_your_access() has been renamed to Resource.get_my_access()
Loading