From d34fabfe6b3e3d06cdd7a5a5e9ebc71dd118bf72 Mon Sep 17 00:00:00 2001 From: Ben Chavet Date: Mon, 12 Aug 2013 16:33:15 -0500 Subject: [PATCH] Add SIP address & password fields --- lullabot.ldif | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lullabot.ldif b/lullabot.ldif index 538b5d8..f435c49 100644 --- a/lullabot.ldif +++ b/lullabot.ldif @@ -37,6 +37,18 @@ olcAttributeTypes: ( 1.3.6.1.4.1.41259.1.1.2.1.6 NAME 'frequentFlyerMileNumber' 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.7 NAME 'SIPaddress' + DESC 'SIP Address' + EQUALITY caseIgnoreMatch + 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.8 NAME 'SIPpassword' + DESC 'SIP Passwor' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} + ) 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 )