Re: Attribute with value of any kind.

2004-11-11 Thread Chris Ridd
On 11/11/04 9:36 pm, Relho de Couro <[EMAIL PROTECTED]> wrote: > Hi, > > Does anyone know how to define (in a LDAP schema) an attribute of any kind? > I would like to create an attribute that supports any kind of symbol > contained in a keyboard or even binary data. > > Example of values for the

Re: Attribute with value of any kind.

2004-11-11 Thread Mike Jackson
ext Relho de Couro ([EMAIL PROTECTED]) wrote: > Hi, > > Does anyone know how to define (in a LDAP schema) an attribute of any kind? > I would like to create an attribute that supports any kind of symbol > contained in a keyboard or even binary data. > > Example of values for the desired attribute

multi-sort with alpha and numeric...

2004-11-11 Thread John Woodell
when using perl-ldap... Any way to so a multi-sort with alpha and numeric? For that matter, any way to do a numberic sort?

Attribute with value of any kind.

2004-11-11 Thread Relho de Couro
Hi, Does anyone know how to define (in a LDAP schema) an attribute of any kind? I would like to create an attribute that supports any kind of symbol contained in a keyboard or even binary data. Example of values for the desired attribute: attr: { anything } + { anything}; attr: binary data attr:

Re: Adding an attribute with multiple values.

2004-11-11 Thread Chris Ridd
On 11/11/04 8:15 pm, Relho de Couro <[EMAIL PROTECTED]> wrote: > Hi, > > It maybe a simple question. But I'm having some troubles with it. > I'm using Net::LDAP::Entry and I'm trying to add an attribute with > multiple values. > Unfortunately, until now it didn't work out. > > A simple example:

Adding an attribute with multiple values.

2004-11-11 Thread Relho de Couro
Hi, It maybe a simple question. But I'm having some troubles with it. I'm using Net::LDAP::Entry and I'm trying to add an attribute with multiple values. Unfortunately, until now it didn't work out. A simple example: attr: value1 attr: value2 Just calling entry's add method multiple times does