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

Commit

Permalink
Add SIP address & password fields
Browse files Browse the repository at this point in the history
  • Loading branch information
bchavet committed Aug 12, 2013
1 parent 31a02ff commit d34fabf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lullabot.ldif
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit d34fabf

Please sign in to comment.