diff --git a/ldap-schema/socialperson.schema b/ldap-schema/socialperson.schema index 18f9588ea..9134e2228 100644 --- a/ldap-schema/socialperson.schema +++ b/ldap-schema/socialperson.schema @@ -109,18 +109,27 @@ attributetype ( 2.25.31030703689307962575270284666844839901.16 SINGLE-VALUE ) +attributetype ( 2.25.31030703689307962575270284666844839901.17 + NAME 'bannerImageId' + DESC 'Image ID used for banner, usually Billboard size (970x250).' + EQUALITY caseExactMatch + ORDERING caseExactOrderingMatch + SUBSTR caseExactSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) + objectclass ( 2.25.31030703689307962575270284666844839901.2 NAME 'socialPerson' DESC 'Person in the Web 2.0 age.' AUXILIARY - MAY ( photoId $ virtualMail $ primaryBillingAddress $ primaryMail $ primaryPayment $ primaryShippingAddress $ birthDate $ gender $ websiteUri $ nickname $ canonicalIdentifier ) + MAY ( photoId $ virtualMail $ primaryBillingAddress $ primaryMail $ primaryPayment $ primaryShippingAddress $ birthDate $ gender $ websiteUri $ nickname $ canonicalIdentifier $ bannerImageId ) ) objectclass ( 2.25.31030703689307962575270284666844839901.4 NAME 'socialObject' DESC 'Any object that wants to have social attributes.' AUXILIARY - MAY ( photoId $ virtualMail $ primaryBillingAddress $ primaryMail $ primaryPayment $ primaryShippingAddress $ birthDate $ gender $ websiteUri $ nickname $ canonicalIdentifier ) + MAY ( photoId $ virtualMail $ primaryBillingAddress $ primaryMail $ primaryPayment $ primaryShippingAddress $ birthDate $ gender $ websiteUri $ nickname $ canonicalIdentifier $ bannerImageId ) ) objectclass ( 2.25.31030703689307962575270284666844839901.9 diff --git a/ldap-schema/soluvas.schemaproject b/ldap-schema/soluvas.schemaproject index c5ed9a7c8..d6d06807e 100644 --- a/ldap-schema/soluvas.schemaproject +++ b/ldap-schema/soluvas.schemaproject @@ -7040,6 +7040,17 @@ caseExactOrderingMatch caseExactSubstringsMatch + + + bannerImageId + + Image ID used for banner, usually Billboard size (970x250). + USER_APPLICATIONS + 1.3.6.1.4.1.1466.115.121.1.15 + caseExactMatch + caseExactOrderingMatch + caseExactSubstringsMatch + @@ -7060,6 +7071,7 @@ websiteUri nickname canonicalIdentifier + bannerImageId @@ -7080,6 +7092,7 @@ websiteUri nickname canonicalIdentifier + bannerImageId