# OID base, IANA 1.3.6.1.4.1 # OID Base, Turbo 8767 # OID assignments, LDAP Elements 1 # SNMP Elements 2 # # Attributes 1 # clearTextPassword 1 # keyFingerPrint 2 # sshRSAAuthKey 3 # sshDSAAuthKey 4 # myUID 5 # # Objectclasses 2 # extraPosixAccount 1 # mailRecipient 2 # fingerPrints 3 # sshKeys 4 # ----------------------------------------- attributetype ( 1.3.6.1.4.1.8767.1.1.1 NAME 'clearTextPassword' DESC 'Password in cleartext format' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.8767.1.1.5 NAME ( 'myuid' 'myuserid' ) DESC 'RFC1274: user identifier - case sensitive' EQUALITY caseExactMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} ) # spamassassin - see http://SpamAssassin.org/. attributetype ( 2.16.840.1.113730.3.1.220 NAME 'spamassassin' DESC 'SpamAssassin user preferences settings' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) # ----------------------------------------- objectclass ( 1.3.6.1.4.1.8767.1.2.1 NAME 'extraPosixAccount' SUP top AUXILIARY DESC 'Extra account information' MAY ( clearTextPassword $ myuid ) ) objectclass ( 1.3.6.1.4.1.8767.1.2.2 NAME 'mailRecipient' SUP top AUXILIARY DESC 'Internet local mail recipient' MAY ( mail $ mailHost $ mailForwardingAddress $ mailAlternateAddress $ mailQuota $ mailQuotaSize $ mailQuotaCount $ deliveryMode $ deliveryProgramPath $ mailReplyText $ accountStatus $ mailMessageStore $ uid $ gidNumber $ uidNumber $ spamassassin $ qmailAccountPurge ) )