Update of /repo/OpenLDAP/pkg/ldap/servers/slapd/back-ldif
Modified Files:
ldif.c 1.92 -> 1.93
Log Message:
ITS#5408 part 6 - referrals.
- Sending continuation references:
Drop an unnecessary and wrong LDAP_SCOPE_BASE check. The correct
check would have been for DN == baseDN.
Do not rewrite the scope, the caller already did.
- ldif_prepare_create(): Check that parent/newSuperior is not a referral.
- Rewrite ldif_back_rerferrals(). Better error handling. Always pass
refs through referral_rewrite(). As in back-bdb, apply manageDSAit
only to the baseDN and do not use default_referral.
CVS Web URLs:
http://www.openldap.org/devel/cvsweb.cgi/servers/slapd/back-ldif/
http://www.openldap.org/devel/cvsweb.cgi/servers/slapd/back-ldif/ldif.c
Changes are generally available on cvs.openldap.org (and CVSweb)
within 30 minutes of being committed.