我想用gitea连线LDAP,但一直出现,远端主机中断连线讯息LDAP Connect error, 10.10.50.5:LDAP Result Code 200 "Network Error": read tcp 192.168.0.196:54190->10.10.50.5:389: wsarecv: An existing connection was forcibly closed by the remote host.想请问一下我是哪边有设定错误

我更改了LDAP设定后出现以下错误讯息Failed authentication attempt for test4@XXXX.com from 192.168.110.50:65249: user does not exist [uid: 0, name: test4, keyid: 0]修改了LDAP认证设定如下

2 个回答

1

尼克

iT邦大师 1 级 ‧ 2024-12-09 16:15:14

[Windows] 用Gitea架设自用的Git Server

1

林门神JanusLin

iT邦超人 1 级 ‧ 2024-12-09 16:53:58

LDAPs port is tcp 636
你的 log 是 389 LDAP port
根本就不对了


  • 2

blockrose

iT邦新手 5 级 ‧
2024-12-26 17:00:37

我更改了认证设定出现以下错误,想请问大大你知道哪边有问题吗
Failed authentication attempt for test4@XXXX.com from 192.168.110.50:65249: user does not exist [uid: 0, name: test4, keyid: 0]

修改

林门神JanusLin

iT邦超人 1 级 ‧
2024-12-26 19:36:43

他已经告诉你 Failed authentication
你可以使用工具 LDAP Browser debug
或是 Wireshark sniffer debug

修改