neo4j身份验证扩展无法找到用户

时间:2013-06-19 23:37:54

标签: java plugins neo4j

所以我有一个neo4j 2.0 M3的实例 我想使用此处的身份验证

 https://github.com/neo4j-contrib/authentication-extension

我将jar添加到plugins文件夹并添加到我的服务器配置

#security settings
org.neo4j.server.credentials=admin:mypassword
org.neo4j.server.thirdparty_jaxrs_classes=org.neo4j.server.extension.auth=/auth

但是当我去做GET请求时

curl --user admin:mypassword http://localhost:7474/auth/list

我遇到了

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>Error 404 Not Found</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /auth/list. Reason:
<pre>    Not Found</pre></p><hr /><i><small>Powered by Jetty://</small></i><br/>    

这是因为服务器是2.0,认证插件是1.9吗?谢谢!

0 个答案:

没有答案