IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Assigning LDAP Users to LDAP groups

    Posted 12/17/08 05:25 AM

    Dear Friends,

     In our project we are using LDAP service for user authentication. I am using the developer pub:ldap services. Using these service i can able to create, search, update and delete users and groups. 
    
    If i need to assign some users to a particular group, then wat service needs to use and how to do. Please reply me ASAP.
    

    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Assigning LDAP Users to LDAP groups

    Posted 12/30/08 04:33 AM

    Hi Vijayakumar,

    r u doing user authentication also, if so can you please let me know how you are validating the username and password combination. Thanks in advance.


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 3.  RE: Assigning LDAP Users to LDAP groups

    Posted 12/30/08 06:23 AM

    Hi VenGinj,

    For authentication we are using the single signon (SSO) mechanism.

    So far we are using the LDAP for create and store the user informations.

    Regards,
    Vijayakumar B


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 4.  RE: Assigning LDAP Users to LDAP groups

    Posted 06/03/09 12:16 AM

    Hi Vijayakumar,

    You can help me in the sso please?
    How can i implemented the authentication using sso?

    thanks
    Joel


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: Assigning LDAP Users to LDAP groups

    Posted 06/15/09 06:31 PM

    Create the user groups in LDAP (e.g. developers, administrators etc) and make the appropriate users part of those groups.

    Then you can use ‘External user management configuration’ link in Users and Groups menu on IS console to enable the user authentication using LDAP.

    The last step would be to map the LDAP groups with the ACLs.

    Once ACLs are enabled for the services, IS will take care of authenticating of the servers.

    HTH.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 6.  RE: Assigning LDAP Users to LDAP groups

    Posted 06/15/09 08:17 PM

    If you are on release 6.5 or higher of IS you should not be using any services found in pub:ldap folder. These services are all being depricated acording to the documentation. Take a look at the services in pug:client.ldap instead. Use the bind service to connect and then the modify service to make changes to ldap entries.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods