mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 14:42:10 -05:00
Reserve pblock IDs for opattr plugin
This commit is contained in:
parent
053672c6c0
commit
f327941341
1 changed files with 4 additions and 2 deletions
|
|
@ -237,8 +237,10 @@ LDAP_BEGIN_DECL
|
|||
#define SLAPI_RESULT_TEXT 882
|
||||
#define SLAPI_RESULT_MATCHED 883
|
||||
|
||||
/* Virtual attribute service */
|
||||
#define SLAPI_PLUGIN_OPATTR_COALESCE_FN 900
|
||||
/* Virtual attribute service provider */
|
||||
#define SLAPI_PLUGIN_OPATTR_COALESCE_DATA 900
|
||||
/* Pointer to a Slapi_AttrSet */
|
||||
#define SLAPI_PLUGIN_OPATTR_COALESCE_FN 901
|
||||
|
||||
#define SLAPI_PLUGIN_SYNTAX_FLAG_ORKEYS 1
|
||||
#define SLAPI_PLUGIN_SYNTAX_FLAG_ORDERING 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue