Hello,

Is it possible to combine olcAccess "by who" condition for DN and IP address, that both conditions must by true? Something like:

to dn.subtree="ou=test,dc=domain,dc=com"
by dn="uid=someuser,ou=users,dc=domain,dc=com" & peername.ip=10.10.10.10 read

So, it should be possible to read the subtree for the user only from the specific IP address.

I tried also use "set=(...)" but without success.

Any chance to do that?