If I had a multi-valued attribute like
cn: var0:value
cn: var2:value
cn: var3:value
is there a way to expose each varX as if it were an attribute for search filter purposes?
For instance, ldapsearch.....&((objectclass=person)(var0=value))
I started looking into slapo-rwm. Is that the best way to accomplish this?