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.

 View Only
  • 1.  username/password

    Posted Wed October 23, 2002 01:57 PM

    Is it possible store in Tamino password in Md5 format (e.g.coming from a login page)?
    I have think something like this:
    i take username and passwd from an html form and i make md5(passwd) and then i try to mach this password with the one stored in tamino for authorization-schema?
    Can i?

    Regards.

    @nto


    #API-Management
    #webMethods
    #webMethods-Tamino-XML-Server-APIs


  • 2.  RE: username/password

    Posted Wed October 23, 2002 02:30 PM

    … where do you see the tamino relevant problem?
    packed in propper xml tags, yes, you can store, query for and retrieve md5 strings.

    andreas f.


    #webMethods
    #webMethods-Tamino-XML-Server-APIs
    #API-Management


  • 3.  RE: username/password

    Posted Wed October 23, 2002 04:43 PM

    I’m a beginneer in tamino and in xml, can you be more clear?
    Where i can found documentation about?
    Thanks in advance.

    @nto


    #webMethods-Tamino-XML-Server-APIs
    #API-Management
    #webMethods


  • 4.  RE: username/password

    Posted Fri October 25, 2002 11:41 AM

    from what i can make out of your question, you could easily generate the following document:


    joe
    kX51blUb


    and run a query such as:

    /user[username=“joe”]

    or

    /user[username~=“joe”]/m5password

    best regards,
    andreas f.


    #webMethods
    #API-Management
    #webMethods-Tamino-XML-Server-APIs


  • 5.  RE: username/password

    Posted Fri October 25, 2002 04:29 PM

    Many thanks Afroe, it’s what i’m looking for.

    @nto


    #API-Management
    #webMethods
    #webMethods-Tamino-XML-Server-APIs