Я новичок в openldap. Я создал создателя группы. Я должен установить разрешение на чтение только для производителя, сбросить все не должно иметь никаких разрешений для какой-либо вещи, я написал этот код ниже, но я сталкиваюсь с ошибкой в коде.
changetype: modify
delete: olcAccess
-
add: olcAccess
olcAccess: to *
by self none
by dn="cn=admin,dc=example,dc=com" write
by set="[cn=maker,ou=groups,dc=example,dc=com]/member* & user" read
by users none
by * none
EOF
The error is below:
SASL SSF: 0
ldapmodify: invalid format (line 5) entry: "cn=config"
help me with the ldif file data to add permission and modify it.
thanks in advance