Svn
Windows 7 ldap_simple_bind_s 上的顛覆邊緣失敗
我正在使用 TortoiseSVN 連接到我的 subversionedge 伺服器進行原始碼控制。
這一直有效,直到我們的一個主開關被重置並更改了我們一些伺服器的 IP 地址。長話短說,我已將所有 IP 改回原來的地址,但我不知道為什麼這會影響到 subversionedge svn 伺服器的連接。
現在,當我嘗試從 tortoiseSVN 連接到我的儲存庫時出現此錯誤
無法連接到 URL 伺服器上的儲存庫發送了意外的返回值(500 內部伺服器錯誤)以響應 OPTIONS 請求
這是伺服器日誌
[Sat Mar 16 23:38:09 2013] [info] [client 192.168.168.72] Connection closed to child 63 with standard shutdown (server ASIS-NVR.sharepoint.com:443) [Sat Mar 16 23:38:09 2013] [info] [client 192.168.168.72] Connection to child 63 established (server ASIS-NVR.sharepoint.com:443) [Sat Mar 16 23:38:09 2013] [info] Seeding PRNG with 144 bytes of entropy [Sat Mar 16 23:38:09 2013] [info] Initial (No.1) HTTPS request received for child 63 (server ASIS-NVR.sharepoint.com:443) [Sat Mar 16 23:38:09 2013] [info] Subsequent (No.2) HTTPS request received for child 63 (server ASIS-NVR.sharepoint.com:443) [Sat Mar 16 23:38:09 2013] [info] [client 192.168.168.72] [7508] auth_ldap authenticate: user pyae authentication failed; URI /svn/Software [LDAP: ldap_simple_bind_s() failed][Server Down] [Sat Mar 16 23:38:09 2013] [info] [client 192.168.168.72] Connection closed to child 63 with standard shutdown (server ASIS-NVR.sharepoint.com:443) [Sat Mar 16 23:38:10 2013] [info] [client 192.168.168.72] Connection to child 63 established (server ASIS-NVR.sharepoint.com:443) [Sat Mar 16 23:38:10 2013] [info] Seeding PRNG with 144 bytes of entropy [Sat Mar 16 23:38:10 2013] [info] Initial (No.1) HTTPS request received for child 63 (server ASIS-NVR.sharepoint.com:443) [Sat Mar 16 23:38:10 2013] [info] [client 192.168.168.72] Connection to child 62 established (server ASIS-NVR.sharepoint.com:443) [Sat Mar 16 23:38:10 2013] [info] Seeding PRNG with 144 bytes of entropy [Sat Mar 16 23:38:10 2013] [info] Initial (No.1) HTTPS request received for child 62 (server ASIS-NVR.sharepoint.com:443) [Sat Mar 16 23:38:10 2013] [info] [client 192.168.168.72] Connection closed to child 62 with standard shutdown (server ASIS-NVR.sharepoint.com:443) [Sat Mar 16 23:38:10 2013] [info] [client 192.168.168.72] Connection closed to child 63 with standard shutdown (server ASIS-NVR.sharepoint.com:443) <Location /svn/> DAV svn SVNParentPath "F:/csvn/data/repositories" SVNReposName "CollabNet Subversion Repository" AuthzSVNAccessFile "F:\csvn\data/conf/svn_access_file" SVNListParentPath On Allow from all AuthType Basic AuthName "CollabNet Subversion Repository" AuthBasicProvider ldap-users Require valid-user </Location>
相關錯誤是這個:
auth_ldap authenticate: user pyae authentication failed; URI /svn/Software [LDAP: ldap_simple_bind_s() failed][Server Down]
要麼它無法訪問 LDAP 伺服器,要麼為 BindDN 提供的憑據不再有效。