Re: Accessing LDAP to connect to ADAM instance
From: Dmitri Gavrilov [MSFT] (dmitrig_at_online.microsoft.com)
Date: 02/13/04
- Next message: Brian Steele: "Active Directory failure with code '0x80040e37'!"
- Previous message: Dmitri Gavrilov [MSFT]: "Re: ADAM"
- In reply to: SRK: "Re: Accessing LDAP to connect to ADAM instance"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 12 Feb 2004 16:00:23 -0800
You can create objects in ADAM and link them to AD users, using AD's user
objectGuid as a key to relate them.
Another option is to use bindProxies. They are described well in ADAM docs.
When you bind to ADAM as a windows user, you connect to ADAM's port (50000)
using secure bind mechanism (kerberos or ntlm or whatever else is available,
as long as it is not a simple bind), and pass windows user's credentials. No
need to talk to AD separately. ADAM forwards the auth request to the OS for
you.
-- Dmitri Gavrilov SDE, Active Directory Core This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm "SRK" <anonymous@discussions.microsoft.com> wrote in message news:98BE879D-A79A-4373-95EB-D2F0A0964E1E@microsoft.com... > If I want to store User Roles in ADAM then how can I go about it? > > ADAM is running on Port 50000 and AD is running on 389. Do I have to authenticate against AD and then again bind against ADAM? Also when you said use a "secure bind/authentication type" does it mean I have to SSL or MD5 mechanism? > > Please pardon me for asking dumb questions and I greatly appreciate the responses that I am getting. > > Thanks >
- Next message: Brian Steele: "Active Directory failure with code '0x80040e37'!"
- Previous message: Dmitri Gavrilov [MSFT]: "Re: ADAM"
- In reply to: SRK: "Re: Accessing LDAP to connect to ADAM instance"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|