Author |
Message |
Topic: Security of LDAP Bridge |
jpmorales
Replies: 0 Views: 1427
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Apr 29, 2004 7:29 am Subject: Security of LDAP Bridge |
Reading the Administration guide I notice there is no property to tell the bridge the authentication method (PLAIN, DIGEST-MD5, and the like) to use for LDAP. What does this mean? Will the password fo ... |
Topic: LDAP-FDL Mapping Passwords |
jpmorales
Replies: 8 Views: 4945
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Apr 29, 2004 6:12 am Subject: Re: Log into MQWF with LDAP PWD |
I have code that queries LDAP for values (including PWD), formats in FDL, drops to the OS (from a UPES) and executes at bat containing
How do you manage to export passwords from LDAP? As far as I kno ... |
Topic: JSP - JSP in WAS5.0. |
jpmorales
Replies: 3 Views: 3140
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Apr 07, 2004 5:29 am Subject: Re: JSP - JSP in WAS5.0. |
<form name = "Manager" method = "post" action = "MD.jsp">
This will try to post to your MD page and look for it on the current path. If you are using workflow that will send you from /ser ... |
Topic: LDAP-FDL Mapping Passwords |
jpmorales
Replies: 8 Views: 4945
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Mar 26, 2004 5:59 am Subject: LDAP-FDL Mapping Passwords |
You have stated that passwords cannot be extracted from workflow. It is possible the other way around? From LDIF I can extract the password?
I don't want a dual password changing scheme. I want the L ... |
Topic: LDAP-FDL Mapping Passwords |
jpmorales
Replies: 8 Views: 4945
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Mar 25, 2004 4:24 am Subject: What can I do then? |
Does this mean it is not possible to map LDAP passwords to MQWF passwords ?
This means I would have one password on the LDAP and another (or none) on workflow. Since authentication is being performed ... |
Topic: LDAP-FDL Mapping Passwords |
jpmorales
Replies: 8 Views: 4945
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Mar 24, 2004 3:48 pm Subject: LDAP-FDL Mapping Passwords |
I am trying to map my users' password from FDL to LDIF and viceversa
To that end, inside my XML file I put
<FDLAttribute Name="PASSWORD">
<DirectAttributeMapping>
... |
Topic: Is UPEA necessary to exeucte program? |
jpmorales
Replies: 10 Views: 3707
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Mar 01, 2004 6:00 am Subject: Is UPEA necessary to exeucte program? |
Embedding database access code inside a JSP is a bad programming practice. Sure, it works, but it violates MVC and soon turns your project into a maintenance nightmare. You can, however, use the Web C ... |
Topic: Handling Errors in AuthenticationExit |
jpmorales
Replies: 1 Views: 2012
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Mar 01, 2004 5:54 am Subject: Handling Errors in AuthenticationExit |
I have configured a Java Authentication Exit. The original implementation did nothing, just said always yes. Now I'm implementing a solution that maps calls an LDAP Server. It is possible for this se ... |
Topic: JAVA UPES |
jpmorales
Replies: 8 Views: 4481
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Feb 12, 2004 4:49 am Subject: JAVA UPES |
You might want to check out WA05
http://www-306.ibm.com/software/integration/support/supportpacs/individual/wa05.html
Which is a Java UPES, that helps you with most of the infrastructure code of Q ... |
Topic: /QSYS.LIB/QMQMJAVA.LIB/MQJBND04.SRVPGM |
jpmorales
Replies: 12 Views: 7592
|
Forum: IBM MQ Java / JMS Posted: Tue Feb 10, 2004 4:32 am Subject: /QSYS.LIB/QMQMJAVA.LIB/MQJBND04.SRVPGM |
Is there an MQServer environment variable in effect? Are there MQClient* Environment variables in effect?
No. The environment has no setting different that those that give the path and the class ... |
Topic: MQ Upgrade on workflow |
jpmorales
Replies: 5 Views: 4872
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Feb 09, 2004 9:29 am Subject: MQ Upgrade on workflow |
Am I reading this right? this means I can just run the MQ Installer for 5.3 and leave my workflow installation with no changes. This means, no reinstallation, no recreation of queue managers, etc? |
Topic: /QSYS.LIB/QMQMJAVA.LIB/MQJBND04.SRVPGM |
jpmorales
Replies: 12 Views: 7592
|
Forum: IBM MQ Java / JMS Posted: Mon Feb 09, 2004 9:27 am Subject: /QSYS.LIB/QMQMJAVA.LIB/MQJBND04.SRVPGM |
The application I am trying to run is standalone. It talks to workflow, but it does so AFTER stablishing connection with the queue manager. The problem is that I cannot even get to the point where I d ... |
Topic: /QSYS.LIB/QMQMJAVA.LIB/MQJBND04.SRVPGM |
jpmorales
Replies: 12 Views: 7592
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 05, 2004 7:23 am Subject: /QSYS.LIB/QMQMJAVA.LIB/MQJBND04.SRVPGM |
You said "I am indeed connected to an AS/400". I took that to mean "have a client connection to MQSeries on AS/400".
It just means I have an AS400 and have connected to it, via other means (ot ... |
Topic: /QSYS.LIB/QMQMJAVA.LIB/MQJBND04.SRVPGM |
jpmorales
Replies: 12 Views: 7592
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 04, 2004 6:25 am Subject: /QSYS.LIB/QMQMJAVA.LIB/MQJBND04.SRVPGM |
But I suspect that you can't set it up to run as a client to a different queue manager, that it has to have a local queue manager installed that it is bound to. Any messages that it needs to proces ... |
Topic: /QSYS.LIB/QMQMJAVA.LIB/MQJBND04.SRVPGM |
jpmorales
Replies: 12 Views: 7592
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 04, 2004 4:29 am Subject: /QSYS.LIB/QMQMJAVA.LIB/MQJBND04.SRVPGM |
You're running a Java app on a Windows machine, that is making a client connection to an AIX server?
Yes. My guess would not be an AIX but an AS/400 but in principle yes.
Then why are you tryi ... |