LDAP schema

LDAP schema

am 25.04.2007 00:30:14 von gamito

Hi,

I'm trying to make a schema of my own.

=46or starters, I want a homeZIP.
I've created a tim.schema and included it in slapd.conf

I did it like this:
attributetype(1.3.6.1.4.1.7165.1.1.1.1 NAME 'homeZip'
DESC 'Home Zip'
SUBSTR caseExactIA5SubstringsMatch
EQUALITY caseExactIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )

OpenLdap starts just fine, but when I insert a homeZip value, I get the
error:
"ldap_add: Undefined attribute type (17)
additional info: homeZip: attribute type undefined"

Any help would be appreciated.

Warm Regards,
--=20
:wq! M=E1rio Gamito
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" =
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: LDAP schema

am 26.04.2007 07:47:00 von Nikolai Lusan

On Tue, 2007-04-24 at 23:30 +0100, Mário Gamito wrote:

> I'm trying to make a schema of my own.

More power to you! :)


> For starters, I want a homeZIP.
> I've created a tim.schema and included it in slapd.conf
> I did it like this:
> attributetype(1.3.6.1.4.1.7165.1.1.1.1 NAME 'homeZip'
> DESC 'Home Zip'
> SUBSTR caseExactIA5SubstringsMatch
> EQUALITY caseExactIA5Match
> SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
> OpenLdap starts just fine, but when I insert a homeZip value, I get t=
he
> error:
> "ldap_add: Undefined attribute type (17)
> additional info: homeZip: attribute type undefined"


Ahhh, that looks like the space set aside for "experimental purposes"
that you are using ... I did the same thing my first time around and
found that the slapd devs have it used all through the codebase for
various bits and pieces, and I was tripping all over it. Your definitio=
n
looks fine to me, you may want to get your own IANA number and use that
to develop your schema under ... there is much less chance (i.e. 0) tha=
t
you will find yourself in conflict with slapd internals or someone else=
s
schema.

--=20
Nikolai Lusan
Systems Administrator

Hitwise Pty. Ltd.
Level 7 / 580 St Kilda Road
Melbourne, Victoria 3004
Australia
Phone: +61 3 8530 2400
=46ax: +61 3 9529 8907
www.hitwise.com.au
nikolai.lusan@hitwise.com


Worldwide: â€=A2 United States â€=A2 United Kingdom â€=
=A2 Australia â€=A2 New
Zealand â€=A2 Singapore â€=A2 Hong Kong=20

To subscribe to our complimentary monthly newsletter, visit:
http://www.hitwise.com.au/

The information transmitted may be confidential, is intended only for
the person to which it is addressed, and may not be reviewed,
retransmitted, disseminated or relied upon by any other persons. If you
received this message in error, please contact the sender and destroy
any paper or electronic copies of this message. Any views expressed in
this email communication are those of the individual sender, except
where the sender specifically states otherwise. Hitwise does not
represent, warrant or guarantee that the communication is free of
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" =
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: LDAP schema

am 30.03.2008 10:34:15 von thorko

M=E1rio Gamito wrote:
> Hi,
>=20
> I'm trying to make a schema of my own.
>=20
> For starters, I want a homeZIP.
> I've created a tim.schema and included it in slapd.conf
>=20
> I did it like this:
> attributetype(1.3.6.1.4.1.7165.1.1.1.1 NAME 'homeZip'
> DESC 'Home Zip'
> SUBSTR caseExactIA5SubstringsMatch
> EQUALITY caseExactIA5Match
> SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
>=20
> OpenLdap starts just fine, but when I insert a homeZip value, I get t=
he
> error:
> "ldap_add: Undefined attribute type (17)
> additional info: homeZip: attribute type undefined"
>=20
> Any help would be appreciated.
>=20
> Warm Regards,

Hi M=E1rio,
what version of LDAP are u running?
I found this page of schema specifications maybe it helps.
http://www.openldap.org/doc/admin22/schema.html
Ciao
thorko

--
To unsubscribe from this list: send the line "unsubscribe linux-admin" =
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html