]> git.sur5r.net Git - openldap/commitdiff
ITS#4810 fix from HEAD
authorHoward Chu <hyc@openldap.org>
Thu, 25 Jan 2007 13:39:23 +0000 (13:39 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 25 Jan 2007 13:39:23 +0000 (13:39 +0000)
servers/slapd/back-bdb/id2entry.c

index 460ee435563bab4e659efac2216f710c93287fbb..bb41733756d56e0fd927146e41f683dddff383f1 100644 (file)
@@ -387,21 +387,6 @@ dn2entry_retry:
                "=> bdb_entry_get: found entry: \"%s\"\n",
                ndn->bv_val, 0, 0 ); 
 
-       /* find attribute values */
-       if( is_entry_alias( e ) ) {
-               Debug( LDAP_DEBUG_ACL,
-                       "<= bdb_entry_get: entry is an alias\n", 0, 0, 0 );
-               rc = LDAP_ALIAS_PROBLEM;
-               goto return_results;
-       }
-
-       if( is_entry_referral( e ) ) {
-               Debug( LDAP_DEBUG_ACL,
-                       "<= bdb_entry_get: entry is a referral\n", 0, 0, 0 );
-               rc = LDAP_REFERRAL;
-               goto return_results;
-       }
-
        if ( oc && !is_entry_objectclass( e, oc, 0 )) {
                Debug( LDAP_DEBUG_ACL,
                        "<= bdb_entry_get: failed to find objectClass %s\n",