On 02. aug. 2016 13:15, John Lewis wrote:
If I wanted to map the permissions from dn.exact=gidNumber=0+uidNumber=0,cn=peercred,cn=external to my olcRootDN: which I will call cn=Manager,dc=example,dc=com which is the olcRootDN: for dn: olcDatabase={1}mdb,cn=config, how would I do it?
Set the global directive olcAuthzRegexp (in cn=config) aka authz-regexp (in slapd.conf) to"^gidNumber=0[+]uidNumber=0,cn=peercred,cn=external$" "cn=Manager,dc=example,dc=com"
-- Hallvard