I wanted to import the 'misc' schema from openldap so I could use mailLocalAddress and fedora-ds didn't like that since there was a collision at "2.16.840.1.113730.3.1.13" - where: # grep "2.16.840.1.113730.3.1.13" /opt/fedora-ds/slapd-srv1/config/schema/* /opt/fedora-ds/slapd-srv1/config/schema/50ns-calendar.ldif:attributeTypes: ( 2.16.840.1.113730.3.1.130 NAME 'nsCalRefreshPrefs' DESC 'Netscape defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'Netscape Calendar Server' ) /opt/fedora-ds/slapd-srv1/config/schema/50ns-calendar.ldif:attributeTypes: ( 2.16.840.1.113730.3.1.131 NAME 'nsCalResourceCapacity' DESC 'Netscape defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'Netscape Calendar Server' ) /opt/fedora-ds/slapd-srv1/config/schema/50ns-calendar.ldif:attributeTypes: ( 2.16.840.1.113730.3.1.132 NAME 'nsCalResourceNumber' DESC 'Netscape defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'Netscape Calendar Server' ) /opt/fedora-ds/slapd-srv1/config/schema/50ns-calendar.ldif:attributeTypes: ( 2.16.840.1.113730.3.1.133 NAME 'nsCalServerVersion' DESC 'Netscape defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'Netscape Calendar Server' ) /opt/fedora-ds/slapd-srv1/config/schema/50ns-calendar.ldif:attributeTypes: ( 2.16.840.1.113730.3.1.134 NAME 'nsCalSysopCanWritePassword' DESC 'Netscape defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'Netscape Calendar Server' ) /opt/fedora-ds/slapd-srv1/config/schema/50ns-calendar.ldif:attributeTypes: ( 2.16.840.1.113730.3.1.135 NAME 'nsCalTimezone' DESC 'Netscape defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'Netscape Calendar Server' ) /opt/fedora-ds/slapd-srv1/config/schema/50ns-calendar.ldif:attributeTypes: ( 2.16.840.1.113730.3.1.136 NAME 'nsCalXItemId' DESC 'Netscape defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'Netscape Calendar Server' ) /opt/fedora-ds/slapd-srv1/config/schema/50ns-compass.ldif:attributeTypes: ( 2.16.840.1.113730.3.1.137 NAME 'pipuid' DESC 'Netscape defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'Netscape Compass Server' ) /opt/fedora-ds/slapd-srv1/config/schema/50ns-compass.ldif:attributeTypes: ( 2.16.840.1.113730.3.1.138 NAME 'pipcompassservers' DESC 'Netscape defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'Netscape Compass Server' ) /opt/fedora-ds/slapd-srv1/config/schema/50ns-compass.ldif:attributeTypes: ( 2.16.840.1.113730.3.1.139 NAME 'pipuniqueid' DESC 'Netscape defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'Netscape Compass Server' ) /opt/fedora-ds/slapd-srv1/config/schema/50ns-mail.ldif:attributeTypes: ( 2.16.840.1.113730.3.1.13 NAME ( 'mailAlternateAddress' ) DESC 'Netscape Messaging Server 4.x defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'Netscape Messaging Server 4.x' ) But as I look through available attributes in the console, I cannot use mailAlternateAddress and so I am stumped. How can I use such a beast? Craig