Skip to content

Instantly share code, notes, and snippets.

@ikwattro
Last active August 29, 2015 14:21
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ikwattro/ff3447bd1b2249fcff54 to your computer and use it in GitHub Desktop.
Save ikwattro/ff3447bd1b2249fcff54 to your computer and use it in GitHub Desktop.
Simple sed script to deactivate neo4j auth
#!bin/bash
sed -i.bak 's/^\(dbms\.security\.auth_enabled=\).*/\1false/' ./conf/neo4j-server.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment