Hi Charly,

guess ;-)! - You un-commented the wrong attribute definition.

you have to un-comment the attribute definition "attributetype ( 1.3.6.1.4.1.13769.2.1.13"

NOT
attributeTypes ( 2.16.840.1.113730.3.1.2013

SYNTAX 2.16.840.1.113730.3.7.1 is only supported by Netscape, i-Planet, Sun, ... LDAP servers, NOT by OpenLdap. For OpenLdap I used SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 which is similar to SYNTAX 2.16.840.1.113730.3.7.1.

So for OpenLdap part of the schema should look like this:

.....
# un-comment for all LDAP server NOT supporting SYNTAX
# 2.16.840.1.113730.3.7.1
attributetype ( 1.3.6.1.4.1.13769.2.1.13
        NAME ( 'nsAIMid' )
        DESC 'AOL Instant Messenger (AIM) Identity'
        EQUALITY telephoneNumberMatch
        SUBSTR telephoneNumberSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 )

# un-comment for Netscape 6.x and all other LDAP server supporting
# SYNTAX 2.16.840.1.113730.3.7.1
# attributeTypes ( 2.16.840.1.113730.3.1.2013
#       NAME ( 'nsAIMid' )
#       DESC 'AOL Instant Messenger (AIM) Identity'
#       SYNTAX 2.16.840.1.113730.3.7.1 )
.....

Cheers
Roland






charly wrote:
Greetings,

Ok so I patched the wrong file :(
I've restored it, compiled the good one :) launched the app then export
then decided to use mozillaOrgPerson schema v. 0.6.1
I uncommented the lines as follow but I must admit that I kinda do not understand everything I do here :)
Anyway, I restart openldap =>


# un-comment for all LDAP server NOT supporting SYNTAX 2.16.840.1.113730.3.7.1
# attributetype ( 1.3.6.1.4.1.13769.2.1.13
# NAME ( 'nsAIMid' )
# DESC 'AOL Instant Messenger (AIM) Identity'
# EQUALITY telephoneNumberMatch
# SUBSTR telephoneNumberSubstringsMatch
# SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 )


# un-comment for Netscape 6.x and all other LDAP server supporting SYNTAX 2.16.840.1.113730.3.7.1
attributeTypes ( 2.16.840.1.113730.3.1.2013
NAME ( 'nsAIMid' )
DESC 'AOL Instant Messenger (AIM) Identity'
SYNTAX 2.16.840.1.113730.3.7.1 )




/etc/init.d/ldap restart
Arr�t de slapd : [ECHOUE]
D�marrage de slapd : /etc/openldap/schema/mozilla.schema: line 150: AttributeType not found: "nsAIMid"


What is wrong (many many thx for you patience :) )
_______________________________________________
mozilla-directory mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-directory

Reply via email to