代码之家  ›  专栏  ›  技术社区  ›  Adi Sembiring

在ibmwebspheremessagebroker中设置LDAP配置

  •  1
  • Adi Sembiring  · 技术社区  · 15 年前

    我是消息代理的新手。

    但是在我的SOAP消息头中身份验证总是失败的,我已经指定了正确的用户:wpsadmin和正确的密码:123

    这是我的ldap配置:

    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\""
    

    我不确定我的配置是真是假。但是下面的配置是我们用于WebSphereProcessServer(安全管理->应用程序和基础结构->独立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
    

    我需要你的帮助。谢谢

    2 回复  |  直到 15 年前
        1
  •  0
  •   Dave    12 年前

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

        2
  •  0
  •   Abu taha    10 年前
    1. security profile Explorer->Broker->yourBroker 然后右击它。
    2. 点击 Security Profiles ->Click on ADD 然后用LDAP属性填充表单
    3. 设置LDAP绑定 mqsisetdbparms

    为了获得更多帮助,这个链接提供了一个很好的指南,它介绍了WebSphereMessageBroker7,但它帮助我将IBMIntegrationBus9.0[Broker]与LDAP绑定在一起 Implemeting Message Flow Security in WebSphere Message Broker V7.0