Craig White wrote:> 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'' )
>
This is the problem. You could either remove this attribute type, or
change mailAlternateAddress to mailLocalAddress, or add mailLocalAddress
as an alias for mailAlternateAddress. I don''t think this file is used
anymore (unless you have an old version of Netscape Messaging Server) so
I think it should be safe to remove it if you need to.> 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
>
> --
> Fedora-directory-users mailing list
> Fedora-directory-users@redhat.com
> https://www.redhat.com/mailman/listinfo/fedora-directory-users
>