Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
add bannerPhotoId field
Browse files Browse the repository at this point in the history
  • Loading branch information
Atang Sutisna committed Dec 19, 2012
1 parent 42aa86d commit 3ba177b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
13 changes: 11 additions & 2 deletions ldap-schema/socialperson.schema
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 13 additions & 0 deletions ldap-schema/soluvas.schemaproject
Original file line number Diff line number Diff line change
Expand Up @@ -7040,6 +7040,17 @@
<ordering>caseExactOrderingMatch</ordering>
<substring>caseExactSubstringsMatch</substring>
</attributetype>
<attributetype oid="2.25.31030703689307962575270284666844839901.17" obsolete="false" singlevalue="false" collective="false" nousermodification="false">
<aliases>
<alias>bannerImageId</alias>
</aliases>
<description>Image ID used for banner, usually Billboard size (970x250).</description>
<usage>USER_APPLICATIONS</usage>
<syntax>1.3.6.1.4.1.1466.115.121.1.15</syntax>
<equality>caseExactMatch</equality>
<ordering>caseExactOrderingMatch</ordering>
<substring>caseExactSubstringsMatch</substring>
</attributetype>
</attributetypes>
<objectclasses>
<objectclass oid="2.25.31030703689307962575270284666844839901.2" obsolete="false">
Expand All @@ -7060,6 +7071,7 @@
<attributetype>websiteUri</attributetype>
<attributetype>nickname</attributetype>
<attributetype>canonicalIdentifier</attributetype>
<attributetype>bannerImageId</attributetype>
</optional>
</objectclass>
<objectclass oid="2.25.31030703689307962575270284666844839901.4" obsolete="false">
Expand All @@ -7080,6 +7092,7 @@
<attributetype>websiteUri</attributetype>
<attributetype>nickname</attributetype>
<attributetype>canonicalIdentifier</attributetype>
<attributetype>bannerImageId</attributetype>
</optional>
</objectclass>
<objectclass oid="2.25.31030703689307962575270284666844839901.9" obsolete="false">
Expand Down

0 comments on commit 3ba177b

Please sign in to comment.