Home
last modified time | relevance | path

Searched refs:LDAP_NOT_ALLOWED_ON_RDN (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Derror.c75 { LDAP_NOT_ALLOWED_ON_RDN, 0 },
146 { LDAP_NOT_ALLOWED_ON_RDN, "Operation not allowed on RDN" },
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c237 case LDAP_NOT_ALLOWED_ON_RDN: in write_to_dit()
/illumos-gate/usr/src/head/
H A Dldap.h295 #define LDAP_NOT_ALLOWED_ON_RDN 0x43 /* 67 */ macro