# last change: 2004-09-22 # # 2004-09-22/ABa: # - debbugsDate, debbugsChangedDate: dropped ORDERING integerOrderingMatch # - debbugsSubmitter, debbugsTitle, debbugsForwardedTo, debbugsOwner: # ...40 instead of ...15 (means: no longer enforces utf-8) # # 2004-04-04/ABa: # - changed debbugsDate to integerMatch/integerOrderingMatch # - added debbugsChangedDate, debbugsSourcePackage (optional for now) # # LDAP schema for the bts2ldap-Gateway # # 1.3.6.1.4.1.12771.5 # .1 attributes # .2 object classes attributetype (1.3.6.1.4.1.12771.5.1.1 NAME 'debbugsID' DESC 'bug ID' EQUALITY numericStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.36 SINGLE-VALUE ) attributetype (1.3.6.1.4.1.12771.5.1.2 NAME 'debbugsSubmitter' DESC 'submitter of the bug' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE ) attributetype (1.3.6.1.4.1.12771.5.1.3 NAME 'debbugsDate' DESC 'submission date of the bug' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) attributetype (1.3.6.1.4.1.12771.5.1.4 NAME 'debbugsTitle' DESC 'title of the bug' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40{2048} SINGLE-VALUE) attributetype (1.3.6.1.4.1.12771.5.1.5 NAME 'debbugsPackage' DESC 'package for which the bug is submitted' EQUALITY caseIgnoreMatch ORDERING caseIgnoreOrderingMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype (1.3.6.1.4.1.12771.5.1.6 NAME 'debbugsTag' DESC 'tag of the bug' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype (1.3.6.1.4.1.12771.5.1.7 NAME 'debbugsForwardedTo' DESC 'where the bug is forwarded to' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE ) attributetype (1.3.6.1.4.1.12771.5.1.8 NAME 'debbugsMergedWith' DESC 'other bugs this is merged with' EQUALITY numericStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.36 ) attributetype (1.3.6.1.4.1.12771.5.1.9 NAME 'debbugsSeverity' DESC 'severity of the bug' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE) attributetype (1.3.6.1.4.1.12771.5.1.10 NAME 'debbugsOwner' DESC 'owner of the bug' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 ) attributetype (1.3.6.1.4.1.12771.5.1.11 NAME 'debbugsState' DESC 'state: open, forwarded, done, archived' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE) attributetype (1.3.6.1.4.1.12771.5.1.12 NAME 'debbugsDone' DESC 'who finished this bug' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE ) attributetype (1.3.6.1.4.1.12771.5.1.13 NAME 'debbugsSourcePackage' DESC 'source package for which the bug is submitted' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype (1.3.6.1.4.1.12771.5.1.14 NAME 'debbugsChangedDate' DESC 'date of the last change' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) objectclass (1.3.6.1.4.1.12771.5.2.1 NAME 'debbugsBug' DESC 'objectclass for a bug' SUP top STRUCTURAL MUST (debbugsID $ debbugsSubmitter $ debbugsDate $ debbugsTitle $ debbugsPackage $ debbugsSeverity $ debbugsState ) MAY (debbugsTag $ debbugsForwardedTo $ debbugsMergedWith $ debbugsOwner $ debbugsDone $ debbugsSourcePackage $ debbugsChangedDate ) )