# # OpenId schema # dn: cn=schema objectClass: top objectClass: ldapSubentry objectClass: subschema attributeTypes: ( 1.3.6.1.4.1.26922.2.1.1 NAME 'openidtokenid' DESC 'openidtokenid' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC TBD' ) attributeTypes: ( 1.3.6.1.4.1.26922.2.1.2 NAME 'openidtokencreated' DESC 'date/time token created date' EQUALITY generalizedTimeMatch ORDERING generalizedTimeOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE X-ORIGIN 'RFC TBD' ) attributeTypes: ( 1.3.6.1.4.1.26922.2.1.4 NAME 'openidtrustrooturl' DESC 'authorized relying party' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC TBD' ) attributeTypes: ( 1.3.6.1.4.1.26922.2.1.5 NAME 'openidattributename' DESC 'shareable user attribute' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC TBD' ) objectClasses: ( 1.3.6.1.4.1.26922.2.2.1 NAME 'openidserverconfiguration' SUP top AUXILIARY X-ORIGIN 'RFC TBD' ) objectClasses: ( 1.3.6.1.4.1.26922.2.2.2 NAME 'openidtoken' SUP top STRUCTURAL MUST ( openidtokenid $ uid $ openidtokencreated) X-ORIGIN 'RFC TBD' ) objectClasses: ( 1.3.6.1.4.1.26922.2.2.3 NAME 'openidtrustroot' SUP top STRUCTURAL MUST(openidtrustrooturl) MAY ( openidsharedattributename) X-ORIGIN 'RFC TBD' )