From 6da83e524750a135ec6eb5fcb1240cbb2ade9ec1 Mon Sep 17 00:00:00 2001 From: Ben Chavet Date: Mon, 4 Feb 2013 17:49:00 -0600 Subject: [PATCH] add frequentFlyerMileNumber attributeType --- lullabot.ldif | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lullabot.ldif b/lullabot.ldif index 0292653..f9fb100 100644 --- a/lullabot.ldif +++ b/lullabot.ldif @@ -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 ) )