Knowledge Base

Articles tagged as user

Docker "Permission Denied" Error

When a docker instance is started, one could get a permission denied error such as and may fail to start. Docker used to run as root and now has been…

Read more

Useful Cypher statements for suspending and reactivating users

Commencing with Neo4j 3.1 and implementaion of native database users it is possible to suspend a user, thus preventing the user from further authenticating in. To view all suspended users…

Read more

Using Cypher to generate Cypher statements to recreate Users and Roles

The following can be used to extract user and role definitions from an existing database and the resultant output can be played back on another Neo4j database. The resultant output…

Read more