问题描述
我正在尝试使用 Windows 身份验证和内部会员服务运行 bobobo。 我的 web.config:
<add key="AuthenticationProvider" value="Windows" />
<add key="ImportwindowsAuthUsersAsAdmin" value="true" />
<add key="MembershipService" value="Internal" />
当我尝试打开 Bonobo Web UI 页面时,我在日志中看到以下内容:
2021-07-12 06:36:34.395 -06:00 [@R_281_4045@ion] Bonobo starting
2021-07-12 06:36:36.825 -06:00 [Verbose] WinAuth: Obtained challenge token OK
2021-07-12 06:36:36.866 -06:00 [Verbose] WinAuth: Valid response for uid "desktop-eifdvn8\theusername"
2021-07-12 06:36:36.866 -06:00 [Verbose] WinAuth: New user - looking-up user "DESKTOP-EIFDVN8\theusername" in domain "DESKTOP-EIFDVN8"
2021-07-12 06:36:57.098 -06:00 [Error] Exception caught in Global.asax1
System.DirectoryServices.AccountManagement.PrincipalServerDownException: The server Could not be contacted. ---> System.DirectoryServices.Protocols.LdapException: The LDAP server is unavailable.
at System.DirectoryServices.Protocols.LdapConnection.Connect()
at System.DirectoryServices.Protocols.LdapConnection.SendRequestHelper(DirectoryRequest request,Int32& messageID)
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)