[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
null nismapentry
- To: <openldap-software@OpenLDAP.org>
- Subject: null nismapentry
- From: "Morong, Gerry" <Gerry.Morong@hp.com>
- Date: Thu, 19 Sep 2002 17:19:26 -0500
- Content-class: urn:content-classes:message
- Thread-index: AcJgKp0b/9y4VkNLST2PD8VlJF5OLA==
- Thread-topic: 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