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

Re: Can't set an empty "" attribute value (ITS#1253)



I guess the "community-url" attribute is a custom definition of an atribute
with the same syntax of url attributes in standard schema. In this case, 
OpenLDAP's implementation of url syntax is DirectoryString, which does not 
allow empty values. I assume this behavior is correct. You should rather
make "community-url" an allowed attribute (MAY) and make your application
ignore it when it's empty.

Pierangelo.