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

attribute inheritance




Assume I have the following entries:

dn: app=foo
attr1: red
attr2: big

dn: os=linux, app=foo
attr1: blue

I now want to make a query including os=linux and app=foo and want to get
back attr1=blue, attr2=big.

Can I do that? I hope it is obvious why I want to do it.

Thanks,

-max