[Date Prev][Date Next] [Chronological] [Thread] [Top]

null nismapentry



We have a need for some of our old NIS maps (now in LDAP) to contain empty/null "nismapentry" attributes.  However OpenLDAP will not allow this.  Can anyone recommend how best to change the schema for nisObjects to allow the empty nismapentrys under OpenLDAP?

attributetype ( 1.3.6.1.1.1.1.27 NAME 'nismapentry'
    EQUALITY caseExactIA5Match
    SUBSTR caseExactIA5SubstringsMatch
    SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} SINGLE-VALUE )

objectclass ( 1.3.6.1.1.1.2.10 NAME 'nisObject' SUP top STRUCTURAL
    DESC 'An entry in a NIS map'
    MUST ( cn $ nisMapEntry $ nisMapName )
    MAY description )



Gerry