Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NOAUTH authentication required. #28

Open
whiteviolin opened this issue May 12, 2020 · 3 comments
Open

NOAUTH authentication required. #28

whiteviolin opened this issue May 12, 2020 · 3 comments

Comments

@whiteviolin
Copy link

QQ图片20200512093526
QQ图片20200512093530
QQ图片20200512093537

我配置了一样的密码但是工具访问不了……

@lgs3137
Copy link

lgs3137 commented Oct 27, 2020

因为项目没有增加密码验证连接的功能。。。

@lgs3137
Copy link

lgs3137 commented Oct 27, 2020

你可以直接在SSDBClient类里面加上password的参数就行
SSDBAdmin/model/SSDBClient.py
class SSDBClient(object): def __init__(self, request): host, port = getSAServer(request) self.__conn = Redis(connection_pool=BlockingConnectionPool(host=host, port=int(port), password='63E1F04640E83605C1D177544A5A0488'))

@lgs3137
Copy link

lgs3137 commented Oct 27, 2020

建议直接使用别人基于官方phpssdbadmin建的docker镜像https://hub.docker.com/r/jpnkls/psa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants