diff --git a/lullabot.ldif b/lullabot.ldif index f9fb100..538b5d8 100644 --- a/lullabot.ldif +++ b/lullabot.ldif @@ -1,43 +1,43 @@ dn: cn=lullabot,cn=schema,cn=config objectClass: olcSchemaConfig cn: lullabot -olcAttributeTypes: ( 1.3.6.1.4.1.41223.1.1.2.1.1 NAME 'irc' +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.41223.1.1.2.1.2 NAME 'skype' +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.41223.1.1.2.1.3 NAME 'drupalOrgUid' +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.41223.1.1.2.1.4 NAME 'aim' +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.41223.1.1.2.1.5 NAME 'googleTalk' +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.41223.1.1.2.1.6 NAME 'frequentFlyerMileNumber' +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} ) -olcObjectClasses: ( 1.3.6.1.4.1.41223.1.1.2.2.1 NAME 'lullabotPerson' SUP top AUXILIARY +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 ) )