Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connecting LDAP to AD - a theoretical question

Status
Not open for further replies.

tadowguy

Programmer
Jul 2, 2008
1
US
I've been using LDAP for a couple months now and I have my Debian system fully integrated with it so that Samba, PAM, apache, etc all talk to LDAP. My next challenge was to get slapd to use Active Directory (AD) (via LDAP) as a backend instead of a local database of users. I was able to get that working today, with one big issue that I was hoping to resolve and the manager says I have to resolve: How can I hide the baseDN and other required config changes from the local services?

What I mean is that the baseDN for AD is slightly different than what I was using locally. Unfortunately the way LDAP is setup in Linux means that about 10 files in /etc have to know the baseDN and rootDN password, etc. etc.

The manager guy says, "If slapd used back_ldap to point to AD, and local services talk to slapd, why do local services need to know all this stuff about the AD layout?" Logically, it somewhat makes sense, even from a manager.

Could I use an overlay so that if/when the customer decides to connect to an AD, I only have to change slapd.conf?
 
are you talking about making a kerberos realm trust here, or doing straight authentication from say, your samba boxes, to teh AD database? For straight auth, I beleive you have to point each box to AD...not to mention make pre-win2000 computer objects (prestaged) in AD, and join your krb5.conf files into the mix pointing to the domain.
no unix/samba/other non-windows expert by any means, but have interoperated some rather large environments together with the unix teams at these places....specifically with samba most recently...

-Brandon Wilson
MCSE:Security00/03
MCSA:Messaging00
MCSA:Security03
A+

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top