Rational Developer for System z

Properties in pushtoclient.properties that affect product updates

Several properties specified in the pushtoclient.properties file work together to determine how product updates are delivered by the push-to-client feature,
product.enabled
Indicates whether push-to-client is used to deliver product updates. Valid values are TRUE, FALSE, SAF, and LDAP:
  • TRUE - product updates are enabled for all users.
  • FALSE - product updates are disabled.
  • SAF - product updates are enabled based on permit to security profile(s).
  • LDAP - product updates are enabled based on membership in LDAP group(s).
For information about setting up LDAP access groups and SAF-based access groups, refer to the following chapters in the IBM® Rational® Developer for System z® Host Configuration Reference (SC14-7290):
  • "Security considerations, Push-to-client developer groups"
  • "Push-to-client considerations"
reject.product.updates
Indicates whether clients are allowed to reject product updates that are delivered by the push-to-client feature. The default is FALSE.
accept.product.license
Indicates whether the product license is automatically accepted during updates initiated by push-to-client. If this property is set to FALSE, push-to-client does not attempt to distribute any product updates. If it is true, push-to-client attempts to deliver product updates and adds the -acceptLicense argument to the Installation Manager invocation. The default is FALSE.

Feedback