z/OS Network File System Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


User exit block (UXB)

z/OS Network File System Guide and Reference
SC23-6883-00

During a Start of New User Session request or a User Login Request or an RPCSEC_GSS User Session Request (see the Note that follows), the exit can obtain a User Exit Block. The exit returns a word to the server. This word is referred to as ‘the address of the UXB’, but the system initialization exit might store any value in the word. The address of the UXB is returned to the server in the parameter list (depends on which request comes first), and is passed back to the installation-wide exits on each subsequent call related to this combination of machine and user IDs.

Note: An RPCSEC_GSS User Session is the first RPCSEC_GSS request coming into the NFS from a unique combination of the user as identified by the user's Kerberos Principal and the Internet address.

The UXB can contain an area to save the user data needed for this session. The usage of this block is determined by the exit. The exit is responsible for obtaining, and freeing access to these storage areas. This block is used by the login installation-wide exit and file security installation-wide exit. The format of the UXB is entirely controlled by the login and file security installation-wide exits.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014