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

Re: (ITS#7889) rwm overlay causes incorrect acl parsing



Hi Michael,

I tried to enable this setting using the following ldif:

dn: olcOverlay={0}rwm,olcDatabase={1}mdb,cn=config
changetype: modify
add: olcRwmDropUnrequested
olcRwmDropUnrequested: FALSE

but I get the following error:

modifying entry "olcOverlay={0}rwm,olcDatabase={1}mdb,cn=config"
ldap_modify: Object class violation (65)
	additional info: attribute 'olcRwmDropUnrequested' not allowed

Looking at the schema it seems that the attribute olcRwmDropUnrequested is not part of the
olcRwmConfig object class (or any other object class for that matter).


On 02/07/2014 08:48 μμ, Michael Ströder wrote:
> alexoz66@gmail.com wrote:
>> When enabling the rwm overlay on a database, even without setting any rewrite
>> rules, in certain cases some access rules are not evaluated correctly.
> 
> I did not look into your posting in detail.
> 
> But could you please check whether this setting helps:
> 
> rwm-drop-unrequested-attrs no
> 
> Ciao, Michael.
>