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

Commit

Permalink
add frequentFlyerMileNumber attributeType
Browse files Browse the repository at this point in the history
  • Loading branch information
bchavet committed Feb 4, 2013
1 parent bbe7a6a commit 6da83e5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lullabot.ldif
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@ olcAttributeTypes: ( 1.3.6.1.4.1.41223.1.1.2.1.5 NAME 'googleTalk'
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.6 NAME 'frequentFlyerMileNumber'
DESC 'Frequent flyer mile number'
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 )
MAY ( irc $ skype $ drupalOrgUid $ aim $ googleTalk $ frequentFlyerMileNumber )
)

0 comments on commit 6da83e5

Please sign in to comment.