[Date Prev][Date Next] [Chronological] [Thread] [Top]

AW: need confirmation



Hi Stephan,

thanx a lot for your reply. 

All the best, Vadim Tarassov.

-----Ursprüngliche Nachricht-----
Von: Stephan Siano [mailto:stephan.siano@suse.de]
Gesendet: Freitag, 14. März 2003 13:17
An: Tarassov Vadim
Cc: openldap-software@OpenLDAP.org
Betreff: Re: need confirmation


Tarassov Vadim wrote:
> Hallo everybody,
> 
> Imagine I have entries with attribute "X" and attribute "Y" which is SUP of "X". Now when I search LDAP using filter like
> 
> (&(X=something)(objectClass=whatsoever))
> 
> LDAP server returns me entries where "X" actually does not satisfy filter though "Y" does. Is it correct behavior?

Yes, that is absolutely correct. By defining "Y" is SUP of "X" you are 
implying that a "Y" is a special kind of "X" so if you say (X=something) 
this condition also applies for (Y=something) (bit not vice versa).

Yours
Stephan Siano