!!! Overview A LDAP v3 [Schema Extension] for [Mozilla] [LDAP] address book. %%warning IMPORTANT THE OIDs USED SHOULD NOT BE PROPAGATED. They are NOT Registered %% !! [LDAP] [ObjectClass] Definition The [ObjectClass Type] is defined as: * [OID]: [1.3.6.1.4.1.4203.666.3.100] * [ObjectClass-Name]: [{$pagename}] * SUP: [top] * [STRUCTURAL] * [MUST]: ** [] * [MAY]: ** [] ** [] ** [] * [Extended Flags]: ** [X-ORIGIN]: [] {{{ # IMPOTANT THE OIDs USED SHOULD NOT BE PROPAGATED # abzillaPerson # # LDAP v3 schema for Mozilla LDAP addressbook. # # 2002/01/08 maintained by Petr@Kristof.CZ # All bugfixes, improvements, suggestions # are welcome. # # ftp://crash.fce.vutbr.cz/ldap/abzilla/ # # IMPOTANT THE OIDs USED SHOULD NOT BE PROPAGATED # OpenLDAP experimental OID-space is temporary # 1.3.6.1.4.1.4203.666.1.x - attributetypes # 1.3.6.1.4.1.4203.666.3.x - objectclasses # IMPOTANT THE OIDs USED SHOULD NOT BE PROPAGATED attributetype (1.3.6.1.4.1.4203.666.1.100 NAME 'xMozillaNickname' DESC 'Abzilla Nickname' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} ) attributetype (1.3.6.1.4.1.4203.666.1.101 NAME 'xMozillaSecondEmail' DESC 'Abzilla Second Email Address' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) attributetype (1.3.6.1.4.1.4203.666.1.102 NAME ( 'xMozillaPreferredMailFormat' xMozillaUseHtmlMail' ) DESC 'Abzilla Preferred Format Of Email' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{40} SINGLE-VALUE ) attributetype (1.3.6.1.4.1.4203.666.1.103 NAME 'homeStreet' DESC 'Abzilla Home Address' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} ) attributetype (1.3.6.1.4.1.4203.666.1.104 NAME 'homeLocalityName' DESC 'Abzilla Home City' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} ) attributetype (1.3.6.1.4.1.4203.666.1.105 NAME 'homeState' DESC 'Abzilla Home State' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} ) attributetype (1.3.6.1.4.1.4203.666.1.106 NAME 'homePostalCode' DESC 'Abzilla Home ZIP Code' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40} ) attributetype (1.3.6.1.4.1.4203.666.1.107 NAME 'homeCountryName' DESC 'Abzilla Home Country' SUP NAME SINGLE-VALUE ) attributetype (1.3.6.1.4.1.4203.666.1.108 NAME 'homeUrl' DESC 'Abzilla Home URL' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} ) attributetype (1.3.6.1.4.1.4203.666.1.109 NAME 'workUrl' DESC 'Abzilla Work URL' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} ) attributetype (1.3.6.1.4.1.4203.666.1.110 NAME 'birthYear' DESC 'Abzilla Birth Year' EQUALITY numericStringMatch SUBSTR numericStringSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{4} ) attributetype (1.3.6.1.4.1.4203.666.1.111 NAME 'custom1' DESC 'Abzilla Custom 1' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} ) attributetype (1.3.6.1.4.1.4203.666.1.112 NAME 'custom2' DESC 'Abzilla Custom 2' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} ) attributetype (1.3.6.1.4.1.4203.666.1.113 NAME 'custom3' DESC 'Abzilla Custom 3' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} ) attributetype (1.3.6.1.4.1.4203.666.1.114 NAME 'custom4' DESC 'Abzilla Custom 4' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} ) objectclass (1.3.6.1.4.1.4203.666.3.100 NAME 'abzillaPerson' DESC 'Mozilla Addressbook personal data' SUP top STRUCTURAL MAY ( givenName $ sn $ cn $ mail $ telephoneNumber $ homePhone $ facsimileTelephoneNumber $ pager $ mobile $ street $ l $ st $ postalCode $ c $ title $ ou $ o $ description $ xMozillaNickname $ xMozillaSecondEmail $ xMozillaPreferredMailFormat $ homeStreet $ homeLocalityName $ homeState $ homePostalCode $ homeCountryName $ homeUrl $ workUrl $ birthYear $ custom1 $ custom2 $ custom3 $ custom4 ) ) }}} !! More Information There might be more information for this subject on one of the following: [{ReferringPagesPlugin before='*' after='\n' }]