From 6a5607340a351a44ed2f8f22b6814385c61f6b43 Mon Sep 17 00:00:00 2001 From: Ben Chavet Date: Mon, 12 Aug 2013 16:47:43 -0500 Subject: [PATCH] add SIPaddress & SIPpassword to lullabotPerson object --- lullabot.ldif | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lullabot.ldif b/lullabot.ldif index f435c49..99f3d4c 100644 --- a/lullabot.ldif +++ b/lullabot.ldif @@ -51,5 +51,5 @@ olcAttributeTypes: ( 1.3.6.1.4.1.41259.1.1.2.1.8 NAME 'SIPpassword' ) 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 ) + MAY ( irc $ skype $ drupalOrgUid $ aim $ googleTalk $ frequentFlyerMileNumber $ SIPaddress $ SIPpassword ) )