The Unbind_Ldap Call - IBM SC34-6814-04 Customization Manual

Cics transaction server for z/os
Table of Contents

Advertisement

This command is threadsafe.
DISTINGUISHED_NAME(buffer-descriptor)
ATTRIBUTE_COUNT(name4)
LDAP_RESPONSE(name4)
SEARCH_TOKEN(name4)
RESPONSE and REASON values for
START_BROWSE_RESULTS:
RESPONSE
OK
EXCEPTION
DISASTER
INVALID
KERNERROR
PURGED
Note: For more detail, refer to the explanation of RESPONSE and REASON in

The UNBIND_LDAP call

The UNBIND_LDAP call terminates a session with an LDAP server.
UNBIND_LDAP
330
Customization Guide
[LDAP_RESPONSE(name4),]
[ATTRIBUTE_COUNT(name4),]
RESPONSE(name1 | *),
REASON(name1 | *)]
indicates the buffer where you want the distinguished name of the first, or only
located result returned. A group of three fullwords are specified for the
buffer-descriptor:
v The address where the data is returned.
v The length of the buffer in bytes, where the data is returned.
v The maximum length in bytes of the data. This can be specified as *, and the
length is then returned in DDAP_DISTINGUISHED_NAME_N.
For more information on buffer-descriptors, see "XPI syntax" on page 319.
a fullword indicating the number of attributes that can be browsed in the current
entry.
specifies the return code that is sent by the LDAP API.
the name of the fullword token that is returned by the SEARCH_LDAP function.
"Making an XPI call" on page 308.
DFHDDAPX [CALL],
[CLEAR],
[IN,
FUNCTION(UNBIND_LDAP),
LDAP_SESSION_TOKEN(name4),]
[OUT,
[LDAP_RESPONSE(name4),]
RESPONSE(name1 | *),
REASON(name1 | *)]
REASON
None
INVALID_TOKEN
INVALID_BUFFER_LENGTH
INVALID_CALLING_SEQUENCE
None
None
None
None

Advertisement

Table of Contents
loading

Table of Contents