/QIBM/UserData/rse
This
file is a Java properties file and should be encoded in ASCII CCSID
819, corresponding to ISO-8859-1. This is the standard for all Java
properties files. This file is read by the Rational Developer
for Power client
when it connects to the IBM i system.chmod 755 /QIBM/UserData/rse/connection.properties
These
settings allow the owner of the file to change the contents, but all
others to only read the file.# Beginning of property file
DENY_PASSWORD_SAVE = true
# End of property file
The properties are processed and
used to set the corresponding preferences in the client for subsequent
connections to this server. There is currently only one property
defined. It allows you to specify that passwords for this system are
not to be saved on the client. Other properties you define in this
file are currently ignored, but since IBM may add new properties in
the future you should only use the properties defined here. The DENY_PASSWORD_SAVE
property may have the values true or false.
These values must be lower case and no alternative spellings are supported.
If the property is true then all saved passwords
for the connections used to connect to this system are erased, and
the save password checkbox on the signon dialog
is disabled for subsequent connection attempts. If the property is false then
the save password checkbox on the signon dialog
is enabled for subsequent connection attempts.