This repository has been archived by the owner on Oct 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
lullabot.ldif
66 lines (66 loc) · 2.32 KB
/
lullabot.ldif
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
dn: cn=lullabot,cn=schema,cn=config
objectClass: olcSchemaConfig
cn: lullabot
olcAttributeTypes: ( 1.3.6.1.4.1.41259.1.1.2.1.1 NAME 'irc'
DESC 'IRC nickname'
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.2 NAME 'skype'
DESC 'Skype username'
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.3 NAME 'drupalOrgUid'
DESC 'Drupal.org user ID'
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.4 NAME 'aim'
DESC 'AIM username'
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.5 NAME 'googleTalk'
DESC 'Google Talk username'
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.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}
)
olcAttributeTypes: ( 1.3.6.1.4.1.41259.1.1.2.1.7 NAME 'SIPextension'
DESC 'SIP Extension'
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 'SIPsecret'
DESC 'SIP Password'
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.9 NAME 'SIPmailboxPin'
DESC 'SIP Mailbox PIN'
EQUALITY integerMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
)
olcAttributeTypes: ( 1.3.6.1.4.1.41259.1.1.2.1.10 NAME 'SIPcodec'
DESC 'space-separated list of preferred SIP codecs'
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 $ SIPsecret $ SIPextension $ SIPmailboxPin $ SIPcodec )
)