home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / protocol / iso / 1470 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  1.1 KB

  1. Path: sparky!uunet!wupost!spool.mu.edu!enterpoop.mit.edu!eru.mt.luth.se!kth.se!sunic!sics.se!vall!news-mail-gateway
  2. From: jpalme@dsv.SU.SE (Jacob Palme DSV)
  3. Newsgroups: comp.protocols.iso
  4. Subject: DEFAULT attributes with OBJECT-CLASS macro in X.521
  5. Message-ID: <229244*jpalme@su-kom.dsv.su.se>
  6. Date: 6 Jan 93 10:01:07 GMT
  7. Sender: daemon@vall.dsv.su.se
  8. Lines: 22
  9.  
  10. X.521 uses the OBJECT-CLASS macro, an example is:
  11.  
  12. person OBJECT-CLASS
  13.         SUBCLASS OF top
  14.         MUST CONTAIN {
  15.                 commonName,
  16.                 surname}
  17.         MAY CONTAIN {
  18.                 description,
  19.                 seeAlso,
  20.                 telephoneNumber,
  21.                 userPassword}
  22.         ::= {objectClass 6}
  23.  
  24. Question: Is it possible, with this representation, to represent
  25. DEFAULT attributes, i.e. attributes which need not be included
  26. in the object, but which always must have a value, and where
  27. a default value, defined somewhere (where??) is used if the
  28. are not explicitly stored in the object.
  29.  
  30. If not: How should the notation be extended to be able to
  31. handle DEFAULTed attributes?
  32.