From b083cfa86c2663af4061d22fc05c72511718429d Mon Sep 17 00:00:00 2001 From: Ben Chavet Date: Mon, 12 Aug 2013 22:55:49 -0500 Subject: [PATCH] Add SIPmailboxPin attribute --- lullabot.ldif | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lullabot.ldif b/lullabot.ldif index c481bcf..0adbc97 100644 --- a/lullabot.ldif +++ b/lullabot.ldif @@ -49,7 +49,12 @@ olcAttributeTypes: ( 1.3.6.1.4.1.41259.1.1.2.1.8 NAME 'SIPsecret' SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} ) +olcAttributeTypes: ( 1.3.6.1.4.1.41259.1.1.2.1.9 NAME 'SIPmailboxPin' + DESC 'SIP Mailbox PIN' + EQUALITY integerMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 + ) olcObjectClasses: ( 1.3.6.1.4.1.41259.1.1.2.2.1 NAME 'lullabotPerson' SUP top AUXILIARY DESC 'Lullabot extensions to the inetOrgPerson objectClass' - MAY ( irc $ skype $ drupalOrgUid $ aim $ googleTalk $ frequentFlyerMileNumber $ SIPsecret $ SIPextension ) + MAY ( irc $ skype $ drupalOrgUid $ aim $ googleTalk $ frequentFlyerMileNumber $ SIPsecret $ SIPextension $ SIPmailboxPin) )