OptimalBits / node_acl

Access control lists for node applications
2.62k stars 369 forks source link

Collection name contains a path separator '/' and can't be dumped to the filesystem #229

Closed itsay closed 7 years ago

itsay commented 7 years ago

acl create collection name with '/' (ex: aclallows/user), so when I use mongodump to create backup, mongodump throw exception: Failed: "db.aclallows/user" contains a path separator '/' and can't be dumped to the filesystem

Does anyone know how to fix it? Thanks

Trenrod commented 7 years ago

There are already 2 PR for this issue. Also waiting for their release ^^

https://github.com/OptimalBits/node_acl/pull/228 https://github.com/OptimalBits/node_acl/pull/113

john-osullivan commented 7 years ago

Any movement on reviewing #228 and #113 ? I'm implementing node-acl in my app right now and the planned naming convention depended on '/'!

manast commented 7 years ago

done, released in version 0.4.11.