]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/modify.c
Per ITS#419, don't require SLAPD_RLOOKUPS when HAVE_TCPD
[openldap] / servers / slapd / modify.c
index 7d1fc71abdbb08ce95c07e28bea5f0d2fbf1b04f..2eea03e3ef3619dbe136fcac4d40dde85c350970 100644 (file)
@@ -178,6 +178,14 @@ do_modify(
                goto cleanup;
        }
 
+       /* make sure this backend recongizes critical controls */
+       rc = backend_check_controls( be, conn, op ) ;
+
+       if( rc != LDAP_SUCCESS ) {
+               send_ldap_result( conn, op, rc,
+                       NULL, NULL, NULL, NULL );
+       }
+
        if ( global_readonly || be->be_readonly ) {
                Debug( LDAP_DEBUG_ANY, "do_modify: database is read-only\n",
                       0, 0, 0 );