Preparing your LDAP Directory for HP-UX Integration
38
SYNTAX '1.3.6.1.4.1.1466.115.121.1.26' )
attributetypes: ( 1.3.6.1.1.1.1.30 NAME 'nisDomain'
DESC 'NIS domain'
SYNTAX '1.3.6.1.4.1.1466.115.121.1.26' )
add: objectclasses
objectclasses: ( 1.3.6.1.1.1.2.0 NAME 'posixAccount'
SUP top AUXILIARY
DESC 'Abstraction of an account with POSIX attributes'
MUST ( cn $ uid $ uidNumber $ gidNumber $ homeDirectory )
MAY ( userPassword $ loginShell $ gecos $ description ) )
objectclasses: ( 1.3.6.1.1.1.2.1 NAME 'shadowAccount'
SUP top AUXILIARY
DESC 'Additional attributes for shadow passwords'
MUST ( uid )
MAY ( userPassword $ shadowLastChange $ shadowMin $
shadowMax $ shadowWarning $ shadowInactive $
shadowExpire $ shadowFlag $ description ) )
objectclasses: ( 1.3.6.1.1.1.2.2 NAME 'posixGroup'
SUP groupOfUniqueNames STRUCTURAL
DESC 'Abstraction of a group of accounts'
MUST ( gidNumber )
MAY ( userPassword $ memberUid $ description ) )
objectclasses: ( 1.3.6.1.1.1.2.3 NAME 'ipService'
SUP top STRUCTURAL
DESC 'Abstraction an Internet Protocol service.
Maps an IP port and protocol (such as tcp or udp)
to one or more names; the distinguished value of
the cn attribute denotes the service's canonical
name'
MUST ( cn $ ipServicePort $ ipServiceProtocol )
MAY ( description ) )
objectclasses: ( 1.3.6.1.1.1.2.4 NAME 'ipProtocol'
SUP top STRUCTURAL
DESC 'Abstraction of an IP protocol. Maps a protocol number
to one or more names. The distinguished value of the cn
attribute denotes the protocol's canonical name'
MUST ( cn $ ipProtocolNumber )
MAY ( description ) )
objectclasses: ( 1.3.6.1.1.1.2.5 NAME 'oncRpc'
SUP top STRUCTURAL
DESC 'Abstraction of an Open Network Computing (ONC)
[RFC1057] Remote Procedure Call (RPC) binding.
This class maps an ONC RPC number to a name.
The distinguished value of the cn attribute denotes
the RPC service's canonical name'
MUST ( cn $ oncRpcNumber $ description )
MAY ( description ) )
objectclasses: ( 1.3.6.1.1.1.2.6 NAME 'ipHost'
SUP top AUXILIARY
DESC 'Abstraction of a host, an IP device. The distinguished
value of the cn attribute denotes the host's canonical
name. Device SHOULD be used as a structural class'
MUST ( cn $ ipHostNumber )
MAY ( l $ description $ manager $ userPassword ) )
objectclasses: ( 1.3.6.1.1.1.2.7 NAME 'ipNetwork'
SUP top STRUCTURAL
DESC 'Abstraction of a network. The distinguished value of
the cn attribute denotes the network's canonical name'
MUST ( ipNetworkNumber )
MAY ( cn $ ipNetmaskNumber $ l $ description $ manager ) )
objectclasses: ( 1.3.6.1.1.1.2.8 NAME 'nisNetgroup'
SUP top STRUCTURAL
DESC 'Abstraction of a netgroup. May refer to other netgroups'
MUST ( cn )
MAY ( nisNetgroupTriple $ memberNisNetgroup $ description ) )
objectclasses: ( 1.3.6.1.1.1.2.9 NAME 'nisMap'