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 desired attribute: > > attr: { anything } + { anything}; > attr: binary data > attr: normal text > attr: any kind of programming source code > > Is there a way to do so? > > Regards,
You can define the attribute with a syntax of OCTET STRING. Note that you may not be able to search it in useful ways, because the server doesn't know it contains "text", or phone numbers, or photographs, etc etc. You'll need to read your server's documentation to find out how to define an attribute using this syntax. Cheers, Chris