Zhang Weiwu wrote:
>
> Is it common to add document to LDAP as an attribute?
No, although there's no length restriction for attribute syntaxes.
> e.g. I'd like to
> add CV (in PDF or RTF format) to personnel's entry. In this case what
> attributes are recommended or standardized to be used?
It's rather common to store a reference to a file (URL or file's path
name) instead of storing the file itself in the LDAP directory.
You might want to look at object class 'document' (OID
0.9.2342.19200300.100.4.6) which can have an attribute
'documentLocation' (OID 0.9.2342.19200300.100.1.15). See
http://www.rfc-editor.org/rfc/rfc4524.txt for that. Well, this object
class is STRUCTURAL. So you can't simply add this object class to your
person entries. But you get the idea.
Ciao, Michael.
---
You are currently subscribed to ldap@umich.edu as: [EMAIL PROTECTED]
To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the
SUBJECT of the message.