Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange
  3. DBMOVER Configuration File
  4. Netport Jobs
  5. PowerExchange Message Logs and Destination Overrides
  6. SMF Statistics Logging and Reporting
  7. PowerExchange Security
  8. Secure Sockets Layer Support
  9. PowerExchange Alternative Network Security
  10. PowerExchange Nonrelational SQL
  11. PowerExchange Globalization
  12. Using the PowerExchange ODBC Drivers
  13. PowerExchange Datatypes and Conversion Matrix
  14. Appendix A: DTL__CAPXTIMESTAMP Time Stamps
  15. Appendix B: PowerExchange Glossary

PowerExchange Selective Sign-on Examples

PowerExchange Selective Sign-on Examples

The following example USER statements in a sign-on file show how to control connection to PowerExchange based on user ID and IP address.
To enable all users to connect to PowerExchange, code the following USER statement in the sign-on file:
USER=(* ALLOW=Y)
To restrict access to PowerExchange to users with user IDs that begin with SYS, code the following USER statements in the sign-on file:
USER=(SYS* ALLOW=Y) USER=(* ALLOW=N)
To allow users to sign on from multiple IP addresses, code multiple USER statements with the ALLOW=F parameter. When PowerExchange encounters the first USER statement with ALLOW=Y or N and a user ID that matches, PowerExchange stops reading the sign-on file.
The following statements enable USER1 to connect to PowerExchange from three different IP addresses:
USER=(USER1 ALLOW=F IP=10.7.16.25) USER=(USER1 ALLOW=F IP=10.7.16.26) USER=(USER1 ALLOW=Y IP=10.7.16.30)
In the following statements, the ALLOW=Y parameter in the second and third USER statements enable USER1 to sign on from IP addresses 10.7.16.25 and 10.7.16.26 only:
USER=(USER1 ALLOW=F IP=10.7.16.25) USER=(USER1 ALLOW=Y IP=10.7.16.26) USER=(USER1 ALLOW=Y IP=10.7.16.30)

0 COMMENTS

We’d like to hear from you!