Functions for Access Control
Chapter
15
Function Reference
219
Returns
This function returns one of the following values:
•
LDAP_SUCCESS
if the user has the specified rights to the entry, attribute, or
value.
•
LDAP_INSUFFICIENT_ACCESS
if the user does not have the specified rights to
the entry, attribute, or value.
•
If a problem occurs during processing, the function will return one of the
following error codes:
SLAPI_ACL_ADD
Permission to add a specified entry.
SLAPI_ACL_COMPARE
Permission to compare the specified values of an attribute in
an entry.
SLAPI_ACL_DELETE
Permission to delete a specified entry.
SLAPI_ACL_READ
Permission to read a specified attribute.
SLAPI_ACL_SEARCH
Permission to search on a specified attribute or value.
SLAPI_ACL_WRITE
Permission to write a specified attribute or value or
permission to rename a specified entry.
LDAP_OPERATIONS_ERROR
An error occurred while executing the
operation.
This error can occur if, for example, the type of
access rights you’ve specified are not
recognized by the server (in other words, you
did not pass a value from the previous table).
LDAP_INVALID_SYNTAX
Invalid syntax was specified.
This error can occur if the ACL associated with
an entry, attribute, or value uses the wrong
syntax.
LDAP_UNWILLING_TO_PERFORM
The DSA (this directory server) is unable to
perform the specified operation.
This error can occur if, for example, you are
requesting write access to a read-only database.
Содержание NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION
Страница 1: ...Plug In Programmer s Guide Netscape Directory Server Version6 2 December 2003...
Страница 18: ...18 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 26: ...Types of Directory Server Plug Ins 26 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 38: ...Compiling a Directory Server Plug In 38 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 54: ...An Example Pre Operation Plug In 54 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 56: ...56 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 90: ...Processing an LDAP Abandon Operation 90 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 110: ...Using SASL with an LDAP Client 110 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 112: ...112 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 122: ...Specifying Start and Close Functions 122 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 168: ...Plug In API Reference 168 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 170: ...170 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 214: ...Summary of Data Types and Structures 214 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 554: ...Functions for Registering Additional Plug Ins 554 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 596: ...Parameters for the Virtual Attribute Service 596 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 600: ...600 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 612: ...612 Netscape Directory Server Plug In Programmer s Guide December 2003...