Re: Authenticate AD (Windows) users and ADAM users
- From: "Lee Flight" <lef@xxxxxxxxxxxxxxx>
- Date: Thu, 26 May 2005 21:48:08 +0100
Hi
if you can make the ADAM server a member of the AD domain
then you can authenticate the AD users by making a secure LDAP
bind using their AD credetntials to ADAM, it will do the
backend auth against AD for you (bindProxy object in ADAM
is only required if your application can only do a simple LDAP
bind, I do not know enough about JNDI to call that).
Lee Flight
"Joshua" <joshua.shaffner@xxxxxxxxx> wrote in message
news:1117139572.950226.176050@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>I have user objects stored in AD and user objects stored in ADAM. My
> goal is to be able to authenticate users in AD and other users in ADAM.
> Using JNDI/LDAP, I was able to bind/authenticate ADAM users. I am now
> researching on the options to authenticate AD users. So far, the
> options seem to be as follows:
>
> 1) replicate (or sync? whats the diff?) using AD to ADAM synch.
> authenticate AD users stored in ADAM.
>
> Concerns: I don't like the idea of having two datasources holding same
> AD user objects. The data needs to be real time at all time for the app
> will be treated as enterprise and mission critical.
>
> 2) authenicate against AD
>
> Concerns: create two separate authentication processes, one for AD
> users and the other for ADAM users.
>
> 3) authenticate against AD via ADAM (using a bind proxy for AD users?)
>
> Concerns: can a bind proxy be created once for existing and future AD
> users rather than creating/removing a proxy for each AD user, one by
> one?
>
> Am I missing other options? Which one make most sense to you?
>
> Thanks.
>
.
- Follow-Ups:
- Re: Authenticate AD (Windows) users and ADAM users
- From: Joshua
- Re: Authenticate AD (Windows) users and ADAM users
- References:
- Authenticate AD (Windows) users and ADAM users
- From: Joshua
- Authenticate AD (Windows) users and ADAM users
- Prev by Date: Force Delete User
- Next by Date: Re: ADAM
- Previous by thread: Authenticate AD (Windows) users and ADAM users
- Next by thread: Re: Authenticate AD (Windows) users and ADAM users
- Index(es):
Relevant Pages
|