Michael Ströder wrote:
Quanah Gibson-Mount wrote:
--On Friday, July 27, 2012 10:04 PM +0200 Michael Ströder michael@stroeder.com wrote:
Quanah Gibson-Mount wrote:
If you know how to build OpenLDAP manually, and would like to participate in testing the next set of code for the 2.4.32 release, please do so.
make test worked.
But I see a strange effect when using slapo-constraint which I did not see with RE24 pulled from git two days ago. I have some customer setups with various constraints. If nothing pop ups in your mind I'd try to provide a test config.
git log shows a commit related to slapo-constraint but over a month ago:
Over a month ago for master. Yesterday for RE24.
Ah, ok. Do you need a test config? It seems no constraint works: Neither regex- nor url-based.
After reviewing ITS#7168 one more remark:
web2ldap always deletes attributes by value of if a EQUALITY matching rule is avaiable for the attribute.
So instead of
replace: departmentNumber departmentNumber: new_number
web2ldap sends
delete: departmentNumber departmentNumber: old_number - add: departmentNumber departmentNumber: new_number -
Hope that helps.
Ciao, Michael.