Summary of Data Types and Structures
Use a
(such as a JPEG or audio file).
computed_attr_context
Represents information used for a computed attribute.
Syntax
typedef struct _computed_attr_context computed_attr_context;
Description
computed_attr_context
information about a computed attribute.
Before the Directory Server sends an entry back to a client, it determines if any of
the attributes are computed, generates the attributes, and includes the generated
attributes in the entry.
As part of this process, the server creates a
pass relevant information to the functions generating the attribute values.
Relevant information might include the attribute type, the BER-encoded request
so far, and the parameter block.
LDAPControl
Represents a client or server control associated with an LDAP operation.
Syntax
typedef struct ldapcontrol {
char *ldctl_oid;
struct berval ldctl_value;
char ldctl_iscritical;
} LDAPControl;
Parameters
This function has the following parameters:
ldctl_oid
ldctl_value
184
Netscape Directory Server Plug-in Programmer's Guide • October 2004
structure when working with attributes that contain binary data
berval
is the data type for an opaque structure that represents
Object ID (OID) of the control.
berval structure containing the value used by the control for
the operation.
computed_attr_context
structure to
Need help?
Do you have a question about the NETSCAPE DIRECTORY SERVER 7.0 - PLUG-IN and is the answer not in the manual?
Questions and answers