[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Editing standard schema files / search filters
- To: OpenLDAP software list <openldap-software@OpenLDAP.org>
- Subject: Editing standard schema files / search filters
- From: Robert Davidson <puttputt@iaccess.ws>
- Date: Sat, 05 Mar 2005 20:23:11 +1100
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050105 Debian/1.7.5-1
Hi Everyone,
I'm new to LDAP (openldap) and am currently in the process of
programming LDAP support into an in-house program as well as learning
about LDAP at the same time.
What I need to know is, how much of a sin is it to edit what I believe
is "standard" LDAP schema (eg /etc/ldap/schema/nis.ldap) ?
I wanted to get >= and <= working in search filters, and the way I
achieved that was to add the rule "ORDERING integerOrderingMatch" to the
uidNumber attribute, in the nis.schema file distributed with OpenLDAP 2.1.
It doesn't feel like the right way to do it to me, so is there a better
way to achieve the same thing, or is this way correct?
Thanks.
--
Regards,
Robert Davidson.