CCTray授权问题
我在使用 CCTray(版本 1.6.7981)时遇到一些身份验证问题。如果我指定“WinLogin 身份验证”的授权模式,则不会列出任何项目&此后不久我的 AD 帐户就被锁定了。
如果我指定“用户名/密码身份验证”,则“可用项目”列表将按预期填充,然后我可以从此列表中进行选择并监视构建。
然而,后一种授权存在一些问题。首先,如果我的电脑重新启动,则每个项目都会显示以下消息:
错误:在服务器上找不到项目“{project}”
其次(更重要的是),指定的密码(这是我的 AD 密码)以明文形式显示在 cctray-settings.xml 中(默认位置是 C:\Documents and Settings{用户名}\Application Data。
理想情况下,我想让“WinLogin 身份验证”正常工作。我是否遗漏了什么?
I'm having some authentication issues with CCTray (version 1.6.7981). If I specify an Authorisation Mode of "WinLogin authentication" no projects are listed & my AD account is locked out shortly thereafter.
If I specify "User name/password authentication" then the "Available Projects" list is populated as expected, and I can then select from this list and monitor the builds.
However, there are a couple of issues with the latter authorisation. Firstly, if my pc is rebooted then the following message is displayed against each project:
Error: Project '{project}' not found on server
Secondly (and more importantly), the password specified (which is my AD password) is displayed in cleartext within cctray-settings.xml (default location is C:\Documents and Settings{username}\Application Data.
Ideally I'd like to get the "WinLogin authentication" working. Am I missing something?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为此,您需要在 Active Directory 中创建一个服务帐户。在窗口服务(services.msc)中查找 CruiseControl.net 服务并将其配置为登录身份。这将防止明文登录信息被传递。
To go about this you will need to create a Service Account in Active Directory. In window service(services.msc) look for the CruiseControl.net service and configure it to Log on As. This will prevent clear text login information being passed around.