Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/libsm/
H A Derrstring.c258 # ifdef LDAP_URL_ERR_NODN
259 case E_LDAPURLBASE + LDAP_URL_ERR_NODN:
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Durl.c231 return( LDAP_URL_ERR_NODN ); in nsldapi_url_parse()
/titanic_41/usr/src/head/
H A Dldap.h779 #define LDAP_URL_ERR_NODN 2 /* URL has no DN (required) */ macro