Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1773643

Summary: Virtual attributes should not be indexed
Product: Red Hat Directory Server Reporter: thierry bordaz <tbordaz>
Component: Doc-administration-guideAssignee: Marc Muehlfeld <mmuehlfe>
Status: CLOSED CURRENTRELEASE QA Contact: RHDS QE <ds-qe-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 10.0CC: rhel-docs, tmihinto
Target Milestone: DS10.4   
Target Release: rhds-10.4   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-11-29 15:41:25 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description thierry bordaz 2019-11-18 15:53:12 UTC
Document URL: 
https://access.redhat.com/documentation/en-us/red_hat_directory_server/10/html/administration_guide/index

Section Number and Name: 
13.x

Describe the issue: 

A virtual attribute (like nsrole or cos_attribute) have computed value. If this attribute is indexed, no index key will be added in the index file. Later a search with a filter containing this virtual attribute will find zero entry matching it. This corrupt the candidate list and return invalid entries to a search. 

To prevent this behavior, a virtual attribute should not be indexed

Described  as limitation : https://directory.fedoraproject.org/docs/389ds/howto/howto-classofservice.html#indexing-limitations

Suggestions for improvement: 

Additional information: