Re: [Neo4j] Problems binding to a specific ip

2011-06-14 Thread Johan Lundberg
Hello, Are there any plans to address the access control problem? I think that even when you can use iptables or similar to achieve the same end result, it would be nice to be able to set a bind address in the neo4j configuration. Also https would be a nice feature :) Br Johan On 2011-06-09

Re: [Neo4j] Problems binding to a specific ip

2011-06-14 Thread Jim Webber
Hi Johan, We do have some security features in our backlog, but they are a low priority at the moment. If there's a push for such features here on the list, it'd be helpful so that we can understand the relative priorities for people in the community. Jim

Re: [Neo4j] Problems binding to a specific ip

2011-06-09 Thread Chris Gioran
Hi Max, there are two distinct problems here One is that there is no IP access control that can be configured through Neo4j. Setting the listen URIs to a specific address in the configuration does not bind the server there exclusively. This behavior has to be imposed with external means, such as

[Neo4j] Problems binding to a specific ip

2011-06-08 Thread Maximilian Schulz
Hi everyone, after weeks of experimentation, we finally migrated one of our apps features to neo4j. But now that we are about to deploy the app to our staging server, we discovered a small problem with the server configuration. We have checked the manual at