]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/passwd.c
Added overlay objects
[openldap] / servers / slapd / passwd.c
index dd04fcfe5c73066e61e9314cc88fe7c90b5aadb3..bc48e0133b91017cf5ef9b24526958bb5bb53616 100644 (file)
@@ -113,6 +113,11 @@ int passwd_extop(
                goto error_return;
        }
 
+       /* check for referrals */
+       if ( backend_check_referrals( op, rs ) != LDAP_SUCCESS ) {
+               rc = rs->sr_err;
+               goto error_return;
+       }
 
 #ifndef SLAPD_MULTIMASTER
        /* This does not apply to multi-master case */