Preparing your LDAP Directory for HP-UX Integration
36
Appendix B (RFC 2307 Schema)
# Specify the DN of your schema subentry here
dn: cn=schema
changetype: modify
add: attributetypes
attributetypes: ( 1.3.6.1.1.1.1.0 NAME 'uidNumber'
DESC 'An integer uniquely identifying a user in an
administrative domain'
EQUALITY integerMatch
SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
SINGLE-VALUE )
attributetypes: ( 1.3.6.1.1.1.1.1 NAME 'gidNumber'
DESC 'An integer uniquely identifying a group in an
administrative domain'
EQUALITY integerMatch
SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
SINGLE-VALUE )
attributetypes: ( 1.3.6.1.1.1.1.2 NAME 'gecos'
DESC 'The GECOS field; the common name'
EQUALITY caseIgnoreIA5Match
SUBSTRINGS caseIgnoreIA5SubstringsMatch
SYNTAX '1.3.6.1.4.1.1466.115.121.1.26'
SINGLE-VALUE )
attributetypes: ( 1.3.6.1.1.1.1.3 NAME 'homeDirectory'
DESC 'The absolute path to the home directory'
EQUALITY caseExactIA5Match
SYNTAX '1.3.6.1.4.1.1466.115.121.1.26'
SINGLE-VALUE )
attributetypes: ( 1.3.6.1.1.1.1.4 NAME 'loginShell'
DESC 'The path to the login shell'
EQUALITY caseExactIA5Match
SYNTAX '1.3.6.1.4.1.1466.115.121.1.26'
SINGLE-VALUE )
attributetypes: ( 1.3.6.1.1.1.1.5 NAME 'shadowLastChange'
EQUALITY integerMatch
SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
SINGLE-VALUE )
attributetypes: ( 1.3.6.1.1.1.1.6 NAME 'shadowMin'
EQUALITY integerMatch
SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
SINGLE-VALUE )
attributetypes: ( 1.3.6.1.1.1.1.7 NAME 'shadowMax'
EQUALITY integerMatch
SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
SINGLE-VALUE )
attributetypes: ( 1.3.6.1.1.1.1.8 NAME 'shadowWarning'
EQUALITY integerMatch
SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
SINGLE-VALUE )
attributetypes: ( 1.3.6.1.1.1.1.9 NAME 'shadowInactive'
EQUALITY integerMatch
SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
SINGLE-VALUE )
attributetypes: ( 1.3.6.1.1.1.1.10 NAME 'shadowExpire'
EQUALITY integerMatch
SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
SINGLE-VALUE )
attributetypes: ( 1.3.6.1.1.1.1.11 NAME 'shadowFlag'
EQUALITY integerMatch
SYNTAX '1.3.6.1.4.1.1466.115.121.1.27'
SINGLE-VALUE )
attributetypes: ( 1.3.6.1.1.1.1.12 NAME 'memberUid'
EQUALITY caseExactIA5Match