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

Commit

Permalink
Initial version of lullabotPerson schema, using an unallocated OID un…
Browse files Browse the repository at this point in the history
…til ours is created by IANA
  • Loading branch information
bchavet committed Feb 4, 2013
1 parent ff06fac commit 6dd25d8
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions lullabot.ldif
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
dn: cn=lullabot,cn=schema,cn=config
objectClass: olcSchemaConfig
cn: lullabot
olcAttributeTypes: ( 1.3.6.1.4.1.41223.1.1.2.1.1 NAME 'irc'
DESC 'IRC nickname'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256}
)
olcAttributeTypes: ( 1.3.6.1.4.1.41223.1.1.2.1.2 NAME 'skype'
DESC 'Skype username'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256}
)
olcAttributeTypes: ( 1.3.6.1.4.1.41223.1.1.2.1.3 NAME 'drupalOrgUid'
DESC 'Drupal.org user ID'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256}
)
olcAttributeTypes: ( 1.3.6.1.4.1.41223.1.1.2.1.4 NAME 'aim'
DESC 'AIM username'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256}
)
olcAttributeTypes: ( 1.3.6.1.4.1.41223.1.1.2.1.5 NAME 'googleTalk'
DESC 'Google Talk username'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256}
)
olcObjectClasses: ( 1.3.6.1.4.1.41223.1.1.2.2.1 NAME 'lullabotPerson' SUP top AUXILIARY
DESC 'Lullabot extensions to the inetOrgPerson objectClass'
MAY ( irc $ skype $ drupalOrgUid $ aim $ googleTalk )
)

0 comments on commit 6dd25d8

Please sign in to comment.