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

Re: Modifying an LDAP Entry with JNDI



"Bayer, Friedrich" wrote:
> 
> If I modify for example the attribute mobile from an inetOrgPerson,
> and the value of mobile is "+43 1234567890" and i want to change
> this value in " ", this doesnt work, you can change the mobilenumber
> in another mobilenumber but you cant change into blank.

I guess " " is invalid syntax for this attribute. Remove the
attribute completely. Your LDAP client application has to handle
non-existent attributes itself anyway.

Ciao, Michael.