node-nikita icon indicating copy to clipboard operation
node-nikita copied to clipboard

ldap acl: merge rules inside acl

Open wdavidw opened this issue 7 years ago • 0 comments

The merge property shall apply to a single acl, exemple:

nikita.acl.add({
  acls: [{
    to: "dn.subtree='ou=users,dc=ryba'",
    by: [
      "dn.children='ou=users,dc=ryba'
    ],
    overwrite: false, Default is to merge
  }]
})

wdavidw avatar Apr 24 '17 12:04 wdavidw