mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
Add VLV Error
This commit is contained in:
parent
8f336e9107
commit
91dc4501d4
1 changed files with 3 additions and 0 deletions
|
|
@ -86,6 +86,9 @@ ldap_err2string( int err )
|
|||
|
||||
C(LDAP_AFFECTS_MULTIPLE_DSAS, N_("Operation affects multiple DSAs"));
|
||||
|
||||
/* Virtual List View draft */
|
||||
C(LDAP_VLV_ERROR, N_("Virtual List View error"));
|
||||
|
||||
C(LDAP_OTHER, N_("Other (e.g., implementation specific) error"));
|
||||
|
||||
/* LDAPv2 (RFC 1777) codes */
|
||||
|
|
|
|||
Loading…
Reference in a new issue