eryajf / go-ldap-admin

🌉 基于Go+Vue实现的openLDAP后台管理项目
http://ldapdoc.eryajf.net
Apache License 2.0
1.53k stars 259 forks source link

🙋 问题交流。。。 | The management password cannot be obtained after login #364

Open 371880394 opened 1 month ago

371880394 commented 1 month ago

go-ldap-admin has been started, there is a normal connection to openldap, access go-ldap-admin, still can not wait, tried to use: 1, admin\123456 2, config.yml configuration file admin-dn\admin-pass information; Cannot log in to the web interface. password modify failed for admin, err: LDAP Result Code 32 "No Such Object": Password modify failed for admin, err: LDAP result code 32 "No such object ":

eryajf commented 1 month ago

您好 @371880394👋,我已收到您的反馈,我将安排时间考虑您提交的信息并进行回复。-- 这条信息是由自动回复的机器人发出的。

Hello @371880394. I have received your feedback, and I will arrange time to consider the information you submitted and reply. -- This message is sent by an automatic reply robot.

eryajf commented 1 month ago

More contextual information is needed. I suggest you pull up the docker compose directly, it will definitely be no problem.

371880394 commented 1 month ago

version: '3' networks: go-ldap-admin: driver: bridge services: go-ldap-admin: image: registry.cn-hangzhou.aliyuncs.com/eryajf/go-ldap-admin container_name: go-ldap-admin hostname: go-ldap-admin restart: always environment: WAIT_HOSTS: 172.18.0.5:3306, 192.168.1.19:389 ports: