Slapi_Entry_Schema_Check() - Netscape DIRECTORY SERVER 7.0 - PLUG-IN Manual

For plug-in
Table of Contents

Advertisement

Functions for Managing Entries
e
Returns
The function returns one of the following values:
1
0

slapi_entry_schema_check()

Determines whether the specified entry complies with the schema for its object
class.
Syntax
#include "slapi-plugin.h"
int slapi_entry_schema_check( Slapi_PBlock *pb, Slapi_Entry *e );
Parameters
This function takes the following parameters:
pb
e
Returns
The function returns one of the following values:
0
The function also returns
by the schema and has the object class
1
required attributes, if it has any attributes not allowed by the schema but does
not have the object class
values for a single-valued attribute.
350
Netscape Directory Server Plug-in Programmer's Guide • October 2004
Entry from which you want to get the attribute.
if the values in the RDN are present in attributes of the entry.
if the values are not present.
Parameter block.
Entry of which you want to check the schema.
if the entry complies with the schema or if schema checking is turned off.
if the entry is missing the
if the entry has additional attributes not allowed
0
extensibleObject
attribute, if it is missing any
objectclass
, or if the entry has multiple
extensibleObject
.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Netscape directory server 7.0

Table of Contents