Bug 191164 - Incorrect syntax for postalAddress attribute
Summary: Incorrect syntax for postalAddress attribute
Keywords:
Status: CLOSED DUPLICATE of bug 196918
Alias: None
Product: 389
Classification: Retired
Component: Database - General
Version: 1.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Noriko Hosoi
QA Contact: Orla Hegarty
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-05-09 13:08 UTC by Paul Engle
Modified: 2008-08-11 23:46 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-06-27 17:02:57 UTC
Embargoed:


Attachments (Terms of Use)

Description Paul Engle 2006-05-09 13:08:48 UTC
Description of problem:

I just installed Fedora Directory Server 1.0.2 on a RHEL4 server, and discovered
a problem with the core schema. The postalAddress attribute had a syntax OID of
1.3.6.1.4.1.1466.115.121.1.15 (Directory String), but RFC 2256 states that this
attribute should have syntax OID 1.3.6.1.4.1.1466.115.121.1.41 (Postal Address). 

Version-Release number of selected component (if applicable):


How reproducible:
100%

Steps to Reproduce:
1. Start DS console
2. Under Configuration tab, select Schema from browser tree
3. Select Attributes tab
4. Scroll down to postalAddress attribute and observe Syntax name
  
Actual results:
Directory String

Expected results:
Postal Address

Additional info:

I was able to manually fix it by editing the 00core.ldif schema file.

Comment 1 Noriko Hosoi 2006-06-20 17:24:39 UTC
It looks we should review the entire schema files.  Just brief checking around
postalAddress, I could find these attributes mismatched the ones in 00core.ldif:

http://rfc.net/rfc2256.html
5.17. postalAddress
   ( 2.5.4.16 NAME 'postalAddress' EQUALITY caseIgnoreListMatch
     SUBSTR caseIgnoreListSubstringsMatch
     SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 )

5.28. destinationIndicator
   This attribute is used for the telegram service.
    ( 2.5.4.27 NAME 'destinationIndicator' EQUALITY caseIgnoreMatch
      SUBSTR caseIgnoreSubstringsMatch
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.44{128} )

5.30. presentationAddress
   This attribute contains an OSI presentation address.
    ( 2.5.4.29 NAME 'presentationAddress'
      EQUALITY presentationAddressMatch
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.43
      SINGLE-VALUE )

5.31. supportedApplicationContext
   This attribute contains the identifiers of OSI application contexts.
    ( 2.5.4.30 NAME 'supportedApplicationContext'
      EQUALITY objectIdentifierMatch
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 )

Comment 2 Orla Hegarty 2006-06-27 17:02:57 UTC
Closing - new more general bug has been filed which will include the fix for this.

*** This bug has been marked as a duplicate of 196918 ***

Comment 3 Chandrasekar Kannan 2008-08-11 23:46:32 UTC
Bug already CLOSED. setting screened+ flag


Note You need to log in before you can comment on or make changes to this bug.