LDAP with Windows 2003 Active Directory?

ultimatebob

Lifer
Jul 1, 2001
25,134
2,450
126
I'm looking for information on how to integrate a Windows 2003 Active Directory controller with LDAP authentication. Does anyone here have a good tutorial or HOWTO guide on how to complete something like this? I'm a bit of a newbie when it comes to Active Directory, so I'm not sure where to start.
 

Smilin

Diamond Member
Mar 4, 2002
7,357
0
0
Give more info on exactly what you are trying to do. The question is a bit odd. If I get an understanding I'll maybe be able to explain why.

AD is basically using the LDAP structure to store. LDAP queries to look stuff up are leveraged during kerberos authentication but kerberos and ntlm are the authentication methods, ldap calls are a way to look stuff up, not really a way to authenticate.
 

BucNews

Member
Mar 11, 2007
81
0
0
Yeah I need more information as well.

Are you trying to integrate an application with AD using LDAP or are you trying to integrate a Windows Server 2003 box with an existing LDAP deployment?
 

ultimatebob

Lifer
Jul 1, 2001
25,134
2,450
126
Originally posted by: BucNews
Yeah I need more information as well.

Are you trying to integrate an application with AD using LDAP or are you trying to integrate a Windows Server 2003 box with an existing LDAP deployment?

I'm trying to integrate Active Directory on a Windows 2003 Server with an existing LDAP server. The server has a list of all of the e-mail addresses in the company (in user@domain.com format), which they want to use as their logon ID for Rational ClearCase.
 

spyordie007

Diamond Member
May 28, 2001
6,229
0
0
So you are trying to synchronize user accounts between your existing LDAP server and Active Directory (which is certainly possible)? You'd have to do something like IIFP to query your existing LDAP server and than create/sync accounts on the domain from the MIIS MetaVerse.

Good luck though, it's not for the faint of heart.
 

stash

Diamond Member
Jun 22, 2000
5,468
0
0
Ah MIIS isn't so bad, especially for something like this. I'm pretty sure you need the full blown MIIS though ($$$), IIFP will only sync with AD, ADAM and Exchange.
 

Smilin

Diamond Member
Mar 4, 2002
7,357
0
0
MIIS isn't that bad. It's definately an RTFM before you begin tho. Do your reading before you start and you'll be fine. Don't do your reading, and yea you can maul some serious stuff.
 

smashp

Platinum Member
Aug 30, 2003
2,443
0
0
Originally posted by: spyordie007
So you are trying to synchronize user accounts between your existing LDAP server and Active Directory (which is certainly possible)? You'd have to do something like IIFP to query your existing LDAP server and than create/sync accounts on the domain from the MIIS MetaVerse.

Good luck though, it's not for the faint of heart.

MIIS Servers are FUN. Boy I Love the METAverse.
:)

Cost wise, Bend over
 

spyordie007

Diamond Member
May 28, 2001
6,229
0
0
Originally posted by: stash
Ah MIIS isn't so bad, especially for something like this. I'm pretty sure you need the full blown MIIS though ($$$), IIFP will only sync with AD, ADAM and Exchange.
Good point, forgot that IIFP only does AD/ADAM/GAL

In-and-of-itself MIIS inst that bad, but like was said the real work goes in upfront reading, planning and designing before you deploy it.

Erik