[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: ACL's using group access do not work (ITS#2118)



Kurt,

Further information since yesterday:

The DN normalization is failing in dn.c, in the LDAPDN_rewrite function, 
where it goes:

if ( validf ) {
	/* validate value before normalization */
	rc = ( *validf )( ad->ad_type->sat_syntax,
			ava->la_value.bv_len
				? &ava->la_value
				: (struct berval *) &slap_empty_bv );

It is not returning LDAP_SUCCESS, so it fails there.  So far, I'm not 
having luck getting the string values printed out, since I'm not sure which 
piece of the structs are the strings to print. ;)

--Quanah

--
Quanah Gibson-Mount
Senior Systems Administrator
ITSS/TSS/Computing Systems
Stanford University
GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html