Searched refs:LDAP_NO_SUCH_OBJECT (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_krbcontainer.c133 if (st != LDAP_SUCCESS && st != LDAP_NO_SUCH_OBJECT) {
138 if (st == LDAP_NO_SUCH_OBJECT) {
150 if ((cparams->DN == NULL) || (st == LDAP_NO_SUCH_OBJECT)) {
183 if (st != LDAP_SUCCESS && st!= LDAP_NO_SUCH_OBJECT) {
187 st = LDAP_SUCCESS; /* reset the return status in case it is LDAP_NO_SUCH_OBJECT */
H A Dldap_principal2.c588 } else if (st != LDAP_NO_SUCH_OBJECT) {
H A Dldap_realm.c1381 if (st != LDAP_SUCCESS && st != LDAP_NO_SUCH_OBJECT) {
H A Dldap_misc.c966 st = set_ldap_error(0, LDAP_NO_SUCH_OBJECT, OP_SEARCH);
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_ldap.c153 * If ldapSearch returns LDAP_NO_SUCH_OBJECT, then entry that
158 if (np_ldap_stat != NULL && stat == LDAP_NO_SUCH_OBJECT)
163 (stat == LDAP_NO_SUCH_OBJECT)?LOG_DEBUG:LOG_ERR,
H A Dldap_op.c1551 if (*ldapStat == LDAP_NO_SUCH_OBJECT) {
1599 * return LDAP_NO_SUCH_OBJECT or some such.
1603 *ldapStat = LDAP_NO_SUCH_OBJECT;
2293 if (stat == LDAP_NO_SUCH_OBJECT)
2450 if (stat == LDAP_NO_SUCH_OBJECT && !addFirst) {
2459 * are deletes, LDAP_NO_SUCH_OBJECT is a kind of
2727 if (stat == LDAP_NO_SUCH_OBJECT) {
H A Dldap_map.c1696 stat = LDAP_NO_SUCH_OBJECT;
1813 if (stat == LDAP_NO_SUCH_OBJECT)
H A Ddb_mindex3.cc418 * If we get LDAP_NO_SUCH_OBJECT, we need to delete the entries
421 if (res == 0 && stat != LDAP_NO_SUCH_OBJECT) {
H A Ddb_mindex2.cc800 if (stat == LDAP_NO_SUCH_OBJECT) {
H A Dnis_db.cc674 lstat != LDAP_NO_SUCH_OBJECT)
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dmemcache.c1526 nRes = LDAP_NO_SUCH_OBJECT;
1654 return LDAP_NO_SUCH_OBJECT;
1904 return( LDAP_NO_SUCH_OBJECT );
1914 return( LDAP_NO_SUCH_OBJECT );
1936 return( LDAP_NO_SUCH_OBJECT );
1945 return( LDAP_NO_SUCH_OBJECT );
2003 return( LDAP_NO_SUCH_OBJECT );
2083 return( LDAP_NO_SUCH_OBJECT );
2112 return( LDAP_NO_SUCH_OBJECT );
H A Derror.c58 { LDAP_NO_SUCH_OBJECT, 0 },
129 { LDAP_NO_SUCH_OBJECT, "No such object" },
H A Dsasl.c554 rc = LDAP_NO_SUCH_OBJECT;
862 LDAP_SET_LDERRNO( ld, LDAP_NO_SUCH_OBJECT, NULL, NULL );
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dnss_ldap.c634 int sresult = LDAP_NO_SUCH_OBJECT;
724 int sresult = LDAP_NO_SUCH_OBJECT;
785 int sresult = LDAP_NO_SUCH_OBJECT;
2092 int sresult = LDAP_NO_SUCH_OBJECT;
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddrbac.c140 if (retval == LDAP_NO_SUCH_OBJECT)
H A Dldapaddent.c441 eres->status == LDAP_NO_SUCH_OBJECT)
2400 if (retval == LDAP_NO_SUCH_OBJECT) {
2547 if (retval == LDAP_NO_SUCH_OBJECT)
3430 if (retval == LDAP_NO_SUCH_OBJECT)
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c1100 if (*statP == LDAP_NO_SUCH_OBJECT) {
1730 if (rc != LDAP_NO_SUCH_OBJECT) {
1751 else if (add_rc != LDAP_NO_SUCH_OBJECT)
1799 if (rc == LDAP_NO_SUCH_OBJECT) {
H A Ddit_access.c761 if (statP == LDAP_NO_SUCH_OBJECT) {
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapmodify.c1057 } else if (i == LDAP_NO_SUCH_OBJECT) {
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_ads.c898 if (ret == LDAP_NO_SUCH_OBJECT) {
1053 if (ret != LDAP_NO_SUCH_OBJECT)
/illumos-gate/usr/src/head/
H A Dldap.h273 #define LDAP_NO_SUCH_OBJECT 0x20 /* 32 */ macro
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_writes.c3919 * LDAP_NO_SUCH_OBJECT, then it tries __ns_ldap_addEntry.
3938 (*errorp)->status == LDAP_NO_SUCH_OBJECT) {
3945 (*errorp)->status = LDAP_NO_SUCH_OBJECT;

Completed in 145 milliseconds