Migrating NIS+ to LDAP

Extending Publickey or Automount Schema Into Netscape Directory Server

objectClasses: ( 1.3.6.1.1.1.2.14 NAME ’nisKeyObject’ DESC ’An object with a public and secret key’ SUP top AUXILIARY MUST ( cn $ nisPublicKey $ nisSecret Key ) MAY ( uidNumber $ description ) X-ORIGIN ’user defined’ )

attributeTypes: ( 1.3.6.1.1.1.1.28 NAME ’nisPublicKey’ DESC ’NIS public key’ E QUALITY octetStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE X -ORIGIN ’user defined’ )

attributeTypes: ( 1.3.6.1.1.1.1.29 NAME ’nisSecretKey’ DESC ’NIS secret key’ E QUALITY octetStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE X -ORIGIN ’user defined’ )

Each entry started by “attributetypes:” or “objectclasses:” must be one continuous line.

Automount Schema

The following shows the new automount schema in the LDIF format:

objectClasses: ( 1.3.6.1.1.1.2.16 NAME ’automountMap’ DESC ’Automount Map information’ SUP top STRUCTURAL MUST automountMapName MAY description X-ORIGIN ’user defined’ )

objectClasses: ( 1.3.6.1.1.1.2.17 NAME ’automount’ DESC ’Automount information’ SUP top STRUCTURAL MUST ( automountKey

$automountInformation ) MAY description X-ORIGIN ’user defined’ )

attributeTypes: ( 1.3.6.1.1.1.1.33 NAME ’automountInformation’ DESC ’Automount information’ EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN ’user defined’ )

attributeTypes: ( 1.3.6.1.1.1.1.31 NAME ’automountMapName’ DESC ’automount Map Name’ EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN ’user defined’ )

attributeTypes: ( 1.3.6.1.1.1.1.32 NAME ’automountKey’ DESC ’Automount Key value’ EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN ’user defined’ )

Chapter 2

25