Re: Detecting binary type

2005-09-15 Thread Chris Ridd
On 15/9/05 10:18, Alexandre Jousset <[EMAIL PROTECTED]> wrote: > Hello list, > > Is there a way to know if an attribute is binary, even in the case of a > new attribute (i.e. when I build it from Net::LDAP::Entry->new so I > can't rely on the ';binary' suffix) ? The ;binary suffix doesn't indica

Detecting binary type

2005-09-15 Thread Alexandre Jousset
Hello list, Is there a way to know if an attribute is binary, even in the case of a new attribute (i.e. when I build it from Net::LDAP::Entry->new so I can't rely on the ';binary' suffix) ? For the moment I check the attribute name in the schema, get the syntax, and from the syntax