|
Home > Archive > WebSphere Application Server > November 2005 > Using WebSphere LDAP User Registry from a Custom User Registry
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Using WebSphere LDAP User Registry from a Custom User Registry
|
|
|
| I am using WebSpher Application Server 6.x on Windows 2003 Server.
I have created a Custom User Registry to handle some special authentication cases, but when I determine that I am not handling a special case, I would be happy to use the functionality provided by the WAS LDAP user registry.
Is an interface available to allow my Custom User Registry to interface to the WAS LDAP user registry?
thx,
Heidi
| |
| Paul Ilechko 2005-11-16, 7:55 am |
| muehe02@ca.com wrote:
> I am using WebSpher Application Server 6.x on Windows 2003 Server.
>
> I have created a Custom User Registry to handle some special
> authentication cases, but when I determine that I am not handling a
> special case, I would be happy to use the functionality provided by
> the WAS LDAP user registry.
>
> Is an interface available to allow my Custom User Registry to
> interface to the WAS LDAP user registry?
>
> thx, Heidi
unfortunately not, AFAIK. You have to choose between using LDAP and
implementing a Custom registry - there's no way that I'm aware of to
_extend_ the LDAP registry.
| |
| Eric Diamond 2005-11-16, 7:55 am |
| Paul Ilechko wrote:
> muehe02@ca.com wrote:
>
>
> unfortunately not, AFAIK. You have to choose between using LDAP and
> implementing a Custom registry - there's no way that I'm aware of to
> _extend_ the LDAP registry.
>
Couldn't the Custom Registry implementation
make JNDI calls to one or more external LDAP registries?
| |
| Paul Ilechko 2005-11-16, 6:08 pm |
| Eric Diamond wrote:
> Paul Ilechko wrote:
>
>
> Couldn't the Custom Registry implementation
> make JNDI calls to one or more external LDAP registries?
>
Sure, but that is not re-using the WAS LDAP Registry implementation,
which is what the OP was asking about.
|
|
|
|
|