Home
last modified time | relevance | path

Searched refs:LDAP_NOT_ALLOWED_ON_NONLEAF (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Derror.c74 { LDAP_NOT_ALLOWED_ON_NONLEAF, 0 },
145 { LDAP_NOT_ALLOWED_ON_NONLEAF, "Operation not allowed on nonleaf" },
/illumos-gate/usr/src/head/
H A Dldap.h294 #define LDAP_NOT_ALLOWED_ON_NONLEAF 0x42 /* 66 */ macro