1attributetype ( 1.3.6.1.4.1.30155.115.2 NAME 'shadowPassword' 2 DESC 'POSIX hashed password' 3 EQUALITY caseExactIA5Match 4 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) 5 6attributetype ( 1.3.6.1.4.1.30155.115.3 NAME 'sshPublicKey' 7 DESC 'OpenSSH public key' 8 EQUALITY caseExactIA5Match 9 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) 10 11objectclass ( 1.3.6.1.4.1.30155.115.1 NAME 'bsdAccount' 12 SUP top 13 AUXILIARY 14 DESC 'Abstraction of an account with OpenBSD attributes' 15 MAY ( uid $ shadowPassword $ shadowExpire $ modifyTimestamp $ 16 userClass $ sshPublicKey )) 17