在 IBM Websphere Message Broker 中设置 LDAP 配置

发布于 2024-08-19 13:27:10 字数 736 浏览 10 评论 0原文

我是消息代理的新手。

我正在尝试在使用 LDAP 进行身份验证的消息代理中创建 Web 服务安全性。

但我的 SOAP 消息标头中的身份验证始终失败我已指定正确的用户:wpsadmin 和正确的密码:123

这是我的 ldap 配置: Quote:

mqsicreateconfigurableservice WBRK61_DEFAULT_BROKER -c SecurityProfiles -o LDAP -n authentication,authorization,propagation,authenticationConfig,authorizationConfig -v "LDAP,LDAP,TRUE,\"ldap://192.168.0.138:389/dc=hanoman, dc=co, dc=id\""

我不确定我的配置是真是假。但我们的 websphere 进程服务器使用以下配置(安全管理 -> 应用程序和基础设施 -> 独立 LDAP 注册表)。

代码:

Host   : 192.168.0.138
Port : 389
Base distinguished name (DN)  : dc=hanoman, dc=co, dc=id
Bind distinguished name (DN) : cn=wpsadmin, cn=users, dc=hanoman, dc=co, dc=id

我需要你的帮助。谢谢

I'm a newbe for message broker.

I'm trying to create webservice security in message broker authenticated using LDAP.

but the authentication is always fail in my SOAP message header I have specify the right user: wpsadmin and right password : 123

this is my ldap configuration:
Quote:

mqsicreateconfigurableservice WBRK61_DEFAULT_BROKER -c SecurityProfiles -o LDAP -n authentication,authorization,propagation,authenticationConfig,authorizationConfig -v "LDAP,LDAP,TRUE,\"ldap://192.168.0.138:389/dc=hanoman, dc=co, dc=id\""

I'm not sure that my configuration is true or false. but the configuration below used by us for our websphere process server (Secure administration->applications, and infrastructure -> Standalone LDAP registry) .

Code:

Host   : 192.168.0.138
Port : 389
Base distinguished name (DN)  : dc=hanoman, dc=co, dc=id
Bind distinguished name (DN) : cn=wpsadmin, cn=users, dc=hanoman, dc=co, dc=id

I need your help. Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

往事风中埋 2024-08-26 13:27:10

可能是您的初始绑定失败。您是否使用 mqsisetdbparms 设置用于搜索的用户,如 http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r1m0/index.jsp?topic=%2Fcom.ibm.etools.mft.doc% 2Fap04121_.htm

It could be that your initial bind is failing. Have you used mqsisetdbparms to set the user to use for search as described in http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r1m0/index.jsp?topic=%2Fcom.ibm.etools.mft.doc%2Fap04121_.htm

℉服软 2024-08-26 13:27:10
  1. Explorer->Broker->yourBroker 创建一个安全配置文件,然后右键单击它。
  2. 单击安全配置文件 -> 单击添加,然后使用 LDAP 属性填写表单,
  3. 使用 mqsisetdbparms 命令设置 LDAP 绑定。

如需更多帮助,此链接提供了一个很好的指南,它讨论了 WebSphere Message Broker 7,但它帮助我将 IBM Integration Bus 9.0 [ Broker ] 与 LDAP 绑定
这是链接 在 WebSphere Message Broker V7.0 中实现消息流安全性

  1. Create a security profile from the Explorer->Broker->yourBroker then right click on it.
  2. Click on Security Profiles ->Click on ADD then Fill The Form with LDAP Attributes
  3. Set LDAP Binding with mqsisetdbparms command.

For more assistance this link provides an excellent guide, it talks about WebSphere Message Broker 7 but it helped me to bind IBM Integration bus 9.0 [ Broker ] with LDAP
This is the Link Implemeting Message Flow Security in WebSphere Message Broker V7.0

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文