You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jesse, as a security concern should we remove the '*CURRENT'/'*CURRENT' option and force the callers to use null values instead. The problem with *CURRENT/*CURRENT is that an application can ask a user for the userid and password. If the user then enters *CURRENT / *CURRENT, then they can access the system using the current authorization for the job. I removed this option from the JDBC drivers several years again.
Yes we should make null the default requirement. I suspect we will break a hefty number of applications though (my own included). What do you think of a System property as a compatibility switch to enable a "*CURRENT" password?
The
*CURRENT
/*CURRENT
optimization for passwordless login as current user does not work when using the OpenJDK RPM distribution on IBM i.This likely requires server PTF changes as well as JTOpen code changes.
The text was updated successfully, but these errors were encountered: