1

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

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

我将罐子添加到插件文件夹并添加到我的服务器配置中

#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 上吗?谢谢!

4

0 回答 0