在 IBM Websphere Message Broker 中设置 LDAP 配置
我是消息代理的新手。
我正在尝试在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
可能是您的初始绑定失败。您是否使用 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
Explorer->Broker->yourBroker
创建一个安全配置文件
,然后右键单击它。安全配置文件 -> 单击添加
,然后使用 LDAP 属性填写表单,mqsisetdbparms
命令设置 LDAP 绑定。如需更多帮助,此链接提供了一个很好的指南,它讨论了 WebSphere Message Broker 7,但它帮助我将 IBM Integration Bus 9.0 [ Broker ] 与 LDAP 绑定
这是链接 在 WebSphere Message Broker V7.0 中实现消息流安全性
security profile
from theExplorer->Broker->yourBroker
then right click on it.Security Profiles ->Click on ADD
then Fill The Form with LDAP Attributesmqsisetdbparms
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