Hi,
Vladimir Dzhuvinov vd@valan.net writes:
Hello,
I had a look at the OpenLDAP docs and it looks like it isn't possible to define access based on an attribute value of a bound user. Is this correct?
I use slapd version 2.4.9 (Debian/Linux).
This is possible by defining sets http://www.openldap.org/faq/data/cache/1133.html
something like access to dn.regex="cn=([^,]),dc=example,dc=com$" by set.regex="[cn=$1,dc=example,dc=com /attribute type & [attribute value]"
-Dieter