Author |
Message
|
Laurens |
Posted: Mon Jun 10, 2013 11:34 pm Post subject: LDAP: adding a user through message broker. |
|
|
Apprentice
Joined: 01 Oct 2009 Posts: 35
|
Dear Websphere Broker experts ,
I need to see how feasable it is to have the message broker ADD new users to an LDAP .
I know the broker has everything to do a search in a ldap directory , but I coudn't find any documentation regarding adding new users. Perhaps I'm missing it .
One way would be to go through the JAVA JNDI API and make thoses calls from a compute node, but I'd rather would like to have some kind of broker LDAP adapter.
Any of you guys have any experiance in this subject ?
Looking forward to your reply.
Kindest regards
Laurens |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Jun 11, 2013 2:21 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Have you looked at the Java interface to the LDAP?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
lancelotlinc |
Posted: Tue Jun 11, 2013 3:29 am Post subject: Re: LDAP: adding a user through message broker. |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
Laurens wrote: |
I'd rather would like to have some kind of broker LDAP adapter. |
Interesting. Did you submit an : RFE : ? _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Jun 11, 2013 3:44 am Post subject: Re: LDAP: adding a user through message broker. |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
lancelotlinc wrote: |
Laurens wrote: |
I'd rather would like to have some kind of broker LDAP adapter. |
Interesting. Did you submit an : RFE : ? |
I'm all for the use of Broker as a facade layer to pretty much anything. I'm not sure that an RFE to construct an administrative tool will be widely useful nor put on a high-priority list, given that there are easier ways to do this through Java or .NET or, possibly, php. |
|
Back to top |
|
 |
Laurens |
Posted: Tue Jun 11, 2013 5:37 am Post subject: Use case for adding users in LDAP |
|
|
Apprentice
Joined: 01 Oct 2009 Posts: 35
|
The use case here would be that via a website one can create an account and this acocunt would be added into the LDAP. ( very short version of the actual architecture.)
But If I get your answers correctly you see no other way then just using the Java APi.
Let me rephrase the question , DSML interface. Is there some support for in the Broker ? |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Jun 11, 2013 6:01 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Broker supports any interface you want to write code against, in Java, C/C++, .NET or PHP.
Broker does not, to the best of my knowledge, have prebuilt support for DSML. |
|
Back to top |
|
 |
|