# Sourceforge Project's directory schema items # initially by Olafur Osvaldsson (address@hidden) # Modified by Roland Mas # for the Debian-SF project (packaging Sourceforge for Debian) # # depends upon: # core.schema # cosine.schema # inetorgperson.schema # nis.schema # # Assigned numbers: # 1.3.6.1.4.1.9586 is the Enterprise number assigned to Debian # 1.3.6.1.4.1.9586.2.101: assigned to the Debian-SF project # 1.3.6.1.4.1.9586.2.101.1: stable series # 1.3.6.1.4.1.9586.2.101.1.1: stable series for attribute types # 1.3.6.1.4.1.9586.2.101.1.2: stable series for object classes # 1.3.6.1.4.1.9586.2.101.2: experimental series # 1.3.6.1.4.1.9586.2.101.2.1: experimental series for attribute types # 1.3.6.1.4.1.9586.2.101.2.2: experimental series for object classes attributetype ( 1.3.6.1.4.1.9586.2.101.2.1.1 NAME 'debSfCvsShell' DESC 'The path to the CVS login shell' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.9586.2.101.2.1.2 NAME 'debSfForwardEmail' DESC 'The address to which email is forwarded' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) attributetype ( 1.3.6.1.4.1.9586.2.101.2.1.3 NAME 'debSfListPostAddress' DESC 'The address of the mailing-list' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) attributetype ( 1.3.6.1.4.1.9586.2.101.2.1.4 NAME 'debSfListOwnerAddress' DESC 'The address of the list owner' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) attributetype ( 1.3.6.1.4.1.9586.2.101.2.1.5 NAME 'debSfListRequestAddress' DESC 'The address to which email is forwarded' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) objectclass ( 1.3.6.1.4.1.9586.2.101.2.2.1 NAME 'debSfAccount' SUP top AUXILIARY DESC 'Abstraction of a Sourceforge account' MAY ( debSfCvsShell $ debSfForwardEmail ) ) objectclass ( 1.3.6.1.4.1.9586.2.101.2.2.2 NAME 'debSfMailingList' SUP top AUXILIARY DESC 'Abstraction of a Sourceforge Mailing List' MAY ( debSfListPostAddress $ debSfListOwnerAddress $ debSfListRequestAddress ) )