HP-UX Directory Server 8.1 plug-in reference

Table Of Contents
DescriptionParameter ID
Flag that determines if the attribute is an operational attribute.
SLAPI_ATTR_FLAG_OPATTR
Flag that determines if the attribute is read-only.
SLAPI_ATTR_FLAG_READONLY
Flag that determines if the attribute is single-valued.
SLAPI_ATTR_FLAG_SINGLE
Flag that indicates that this is a standard, non-user-defined
attribute that is not listed in the user defined schema file, which
is typically the schema file named 99user.ldif. Standard
attribute types can't be deleted by modifying the subschema
subentry (cn=schema) over LDAP.
SLAPI_ATTR_FLAG_STD_ATTR
53.10.3 Attribute comparisons
The parameters listed below are used with the slapi_attr_type_cmp() plug-in function to
compare two components of an attribute.
DescriptionParameter ID
Ignores the options on both names and compares the base names
only.
SLAPI_TYPE_CMP_BASE
Compares the base name plus options, as specified.
SLAPI_TYPE_CMP_EXACT
Ignores the options on the second name that are not in the first
name.
SLAPI_TYPE_CMP_SUBTYPE
53.11 Information about targets
The parameters listed below provide information about targets. These parameters are available
for all types of plug-ins.
DescriptionData typeParameter ID
Indicates the target address (DN + uniqueid) should
be normalized.
void *SLAPI_TARGET_ADDRESS
Indicates the target DN of the operation, which is
normalized.
char *SLAPI_TARGET_DN
Indicates the target uniqueid should be normalized.char *SLAPI_TARGET_UNIQUEID
53.11 Information about targets 397