attributetype ( 1.3.6.1.4.1.7915.1.2.3.1 NAME 'groupname' DESC 'Group name' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.7915.1.2.3.2 NAME 'rolename' DESC 'Role name' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.7915.1.2.3.3 NAME 'permissionname' DESC 'Permission name' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.7915.1.2.3.4 NAME 'rolepermissions' DESC 'Role permission' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) attributetype ( 1.3.6.1.4.1.7915.1.2.3.5 NAME 'members' DESC 'Member list' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) attributetype ( 1.3.6.1.4.1.7915.1.2.3.6 NAME 'confirm' DESC 'Confirm value' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.7915.1.2.3.7 NAME 'psml' DESC 'PSML' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.7915.1.2.3.8 NAME 'usergrouprole' DESC 'Role of the user within the specified group' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) attributetype ( 1.3.6.1.4.1.7915.1.2.3.9 NAME 'lastlogindate' DESC 'Last login date' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.7915.1.2.3.10 NAME 'lastmodifieddate' DESC 'Last modified date' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.7915.1.2.3.11 NAME 'creationdate' DESC 'Account creation date' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.7915.1.2.3.12 NAME 'disabled' DESC 'User disable flag' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.7915.1.2.3.13 NAME 'objectdata' DESC 'Extraneous binary user data' SYNTAX 1.3.6.1.4.1.1466.115.121.1.40{65536} SINGLE-VALUE ) objectclass ( 1.3.6.1.4.1.7915.1.2.4.1 NAME 'jetspeedgroup' DESC 'Jetspeed group' MUST ( groupname $ uid) MAY ( members ) ) objectclass ( 1.3.6.1.4.1.7915.1.2.4.2 NAME 'jetspeedrole' DESC 'Jetspeed role' MUST ( rolename $ uid) MAY (rolepermissions) ) objectclass ( 1.3.6.1.4.1.7915.1.2.4.3 NAME 'jetspeedpermission' DESC 'Jetspeed permission' MUST ( permissionname $ uid) ) objectclass ( 1.3.6.1.4.1.7915.1.2.4.4 NAME 'jetspeeduser' DESC 'Jetspeed user' MUST ( uid $ userPassword ) MAY ( mail $ name $ givenName $ sn $ uidnumber $ lastlogindate $ lastmodifieddate $ creationdate $ disabled $ objectdata $ confirm $ usergrouprole) ) objectclass ( 1.3.6.1.4.1.7915.1.2.4.5 NAME 'jetspeedpsml' DESC 'Jetspeed PSML' MUST ( uid ) MAY ( psml ) )