You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Stefan Zoerner (JIRA)" <ji...@apache.org> on 2007/04/22 15:33:16 UTC

[jira] Created: (DIRSERVER-908) Add substring matching rules for attribute type within the meta-schema

Add substring matching rules for attribute type within the meta-schema
----------------------------------------------------------------------

                 Key: DIRSERVER-908
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-908
             Project: Directory ApacheDS
          Issue Type: Improvement
    Affects Versions: 1.5.0
         Environment: ApacheDS 1.5.0
            Reporter: Stefan Zoerner
            Priority: Minor


If I perform a search like this:

$ ldapsearch -h zanzibar -p 10389 -D "uid=admin,ou=system" -w ****** -b "ou=schema" -s sub "(m-oid=2.5.6.6)"

I get the expected result from the schema partition

version: 1
dn: m-oid=2.5.6.6,ou=objectClasses,cn=core,ou=schema
m-may: userPassword
m-may: telephoneNumber
m-may: seeAlso
m-may: description
objectClass: metaObjectclass
objectClass: metaTop
objectClass: top
m-typeObjectClass: STRUCTURAL
m-obsolete: FALSE
m-name: person
m-oid: 2.5.6.6
m-must: sn
m-must: cn
m-description: RFC2256: a person
m-supObjectClass: top
$

It would be nice if it would also be possible to search with a sub string filter.
Here an example, which currently fails due to a missing substring matching rule for attribute type m-oid 

$ ldapsearch -h zanzibar -p 10389 -D "uid=admin,ou=system" -w ****** -b "ou=schema" -s sub "(m-oid=2.5.6.*)"
ldap_search: Loop detected
ldap_search: additional info: failed on search operation: Unexpected exception.
$ 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (DIRSERVER-908) Add substring matching rules for attribute type within the meta-schema

Posted by "Alex Karasulu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Karasulu closed DIRSERVER-908.
-----------------------------------

    Resolution: Fixed

Seems to be working just fine.

> Add substring matching rules for attribute type within the meta-schema
> ----------------------------------------------------------------------
>
>                 Key: DIRSERVER-908
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-908
>             Project: Directory ApacheDS
>          Issue Type: Improvement
>    Affects Versions: 1.5.0
>         Environment: ApacheDS 1.5.0
>            Reporter: Stefan Zoerner
>            Assignee: Alex Karasulu
>            Priority: Minor
>             Fix For: 1.5.4
>
>
> If I perform a search like this:
> $ ldapsearch -h zanzibar -p 10389 -D "uid=admin,ou=system" -w ****** -b "ou=schema" -s sub "(m-oid=2.5.6.6)"
> I get the expected result from the schema partition
> version: 1
> dn: m-oid=2.5.6.6,ou=objectClasses,cn=core,ou=schema
> m-may: userPassword
> m-may: telephoneNumber
> m-may: seeAlso
> m-may: description
> objectClass: metaObjectclass
> objectClass: metaTop
> objectClass: top
> m-typeObjectClass: STRUCTURAL
> m-obsolete: FALSE
> m-name: person
> m-oid: 2.5.6.6
> m-must: sn
> m-must: cn
> m-description: RFC2256: a person
> m-supObjectClass: top
> $
> It would be nice if it would also be possible to search with a sub string filter.
> Here an example, which currently fails due to a missing substring matching rule for attribute type m-oid 
> $ ldapsearch -h zanzibar -p 10389 -D "uid=admin,ou=system" -w ****** -b "ou=schema" -s sub "(m-oid=2.5.6.*)"
> ldap_search: Loop detected
> ldap_search: additional info: failed on search operation: Unexpected exception.
> $ 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DIRSERVER-908) Add substring matching rules for attribute type within the meta-schema

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny updated DIRSERVER-908:
----------------------------------------

    Fix Version/s: 1.5.4

Should be fixed in 1.5.4

> Add substring matching rules for attribute type within the meta-schema
> ----------------------------------------------------------------------
>
>                 Key: DIRSERVER-908
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-908
>             Project: Directory ApacheDS
>          Issue Type: Improvement
>    Affects Versions: 1.5.0
>         Environment: ApacheDS 1.5.0
>            Reporter: Stefan Zoerner
>            Priority: Minor
>             Fix For: 1.5.4
>
>
> If I perform a search like this:
> $ ldapsearch -h zanzibar -p 10389 -D "uid=admin,ou=system" -w ****** -b "ou=schema" -s sub "(m-oid=2.5.6.6)"
> I get the expected result from the schema partition
> version: 1
> dn: m-oid=2.5.6.6,ou=objectClasses,cn=core,ou=schema
> m-may: userPassword
> m-may: telephoneNumber
> m-may: seeAlso
> m-may: description
> objectClass: metaObjectclass
> objectClass: metaTop
> objectClass: top
> m-typeObjectClass: STRUCTURAL
> m-obsolete: FALSE
> m-name: person
> m-oid: 2.5.6.6
> m-must: sn
> m-must: cn
> m-description: RFC2256: a person
> m-supObjectClass: top
> $
> It would be nice if it would also be possible to search with a sub string filter.
> Here an example, which currently fails due to a missing substring matching rule for attribute type m-oid 
> $ ldapsearch -h zanzibar -p 10389 -D "uid=admin,ou=system" -w ****** -b "ou=schema" -s sub "(m-oid=2.5.6.*)"
> ldap_search: Loop detected
> ldap_search: additional info: failed on search operation: Unexpected exception.
> $ 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (DIRSERVER-908) Add substring matching rules for attribute type within the meta-schema

Posted by "Alex Karasulu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Karasulu reassigned DIRSERVER-908:
---------------------------------------

    Assignee: Alex Karasulu

> Add substring matching rules for attribute type within the meta-schema
> ----------------------------------------------------------------------
>
>                 Key: DIRSERVER-908
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-908
>             Project: Directory ApacheDS
>          Issue Type: Improvement
>    Affects Versions: 1.5.0
>         Environment: ApacheDS 1.5.0
>            Reporter: Stefan Zoerner
>            Assignee: Alex Karasulu
>            Priority: Minor
>             Fix For: 1.5.4
>
>
> If I perform a search like this:
> $ ldapsearch -h zanzibar -p 10389 -D "uid=admin,ou=system" -w ****** -b "ou=schema" -s sub "(m-oid=2.5.6.6)"
> I get the expected result from the schema partition
> version: 1
> dn: m-oid=2.5.6.6,ou=objectClasses,cn=core,ou=schema
> m-may: userPassword
> m-may: telephoneNumber
> m-may: seeAlso
> m-may: description
> objectClass: metaObjectclass
> objectClass: metaTop
> objectClass: top
> m-typeObjectClass: STRUCTURAL
> m-obsolete: FALSE
> m-name: person
> m-oid: 2.5.6.6
> m-must: sn
> m-must: cn
> m-description: RFC2256: a person
> m-supObjectClass: top
> $
> It would be nice if it would also be possible to search with a sub string filter.
> Here an example, which currently fails due to a missing substring matching rule for attribute type m-oid 
> $ ldapsearch -h zanzibar -p 10389 -D "uid=admin,ou=system" -w ****** -b "ou=schema" -s sub "(m-oid=2.5.6.*)"
> ldap_search: Loop detected
> ldap_search: additional info: failed on search operation: Unexpected exception.
> $ 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSERVER-908) Add substring matching rules for attribute type within the meta-schema

Posted by "Alex Karasulu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626297#action_12626297 ] 

Alex Karasulu commented on DIRSERVER-908:
-----------------------------------------

status?

> Add substring matching rules for attribute type within the meta-schema
> ----------------------------------------------------------------------
>
>                 Key: DIRSERVER-908
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-908
>             Project: Directory ApacheDS
>          Issue Type: Improvement
>    Affects Versions: 1.5.0
>         Environment: ApacheDS 1.5.0
>            Reporter: Stefan Zoerner
>            Priority: Minor
>             Fix For: 1.5.4
>
>
> If I perform a search like this:
> $ ldapsearch -h zanzibar -p 10389 -D "uid=admin,ou=system" -w ****** -b "ou=schema" -s sub "(m-oid=2.5.6.6)"
> I get the expected result from the schema partition
> version: 1
> dn: m-oid=2.5.6.6,ou=objectClasses,cn=core,ou=schema
> m-may: userPassword
> m-may: telephoneNumber
> m-may: seeAlso
> m-may: description
> objectClass: metaObjectclass
> objectClass: metaTop
> objectClass: top
> m-typeObjectClass: STRUCTURAL
> m-obsolete: FALSE
> m-name: person
> m-oid: 2.5.6.6
> m-must: sn
> m-must: cn
> m-description: RFC2256: a person
> m-supObjectClass: top
> $
> It would be nice if it would also be possible to search with a sub string filter.
> Here an example, which currently fails due to a missing substring matching rule for attribute type m-oid 
> $ ldapsearch -h zanzibar -p 10389 -D "uid=admin,ou=system" -w ****** -b "ou=schema" -s sub "(m-oid=2.5.6.*)"
> ldap_search: Loop detected
> ldap_search: additional info: failed on search operation: Unexpected exception.
> $ 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.