PC Review


Reply
Thread Tools Rate Thread

LDAP redundancy

 
 
Charlie Ting
Guest
Posts: n/a
 
      14th Jun 2006
Hi All,

We have a web server sitting in the DMZ. The web service queries the LDAP
off the domain controller in the trusted LAN. We created a firewall rule to
allow web server into the domain controller through port 389. We have 2
domain controllers. We like to provide LDAP redundancy. When one domain
controller goes down, the web service will automatically query the 2nd
domain controller. What's the technology that I should be looking after?
round robin? Please help.



Domain controller: Windows 2000 Server.


 
Reply With Quote
 
 
 
 
Peter Demeyer
Guest
Posts: n/a
 
      15th Jun 2006
I think you should be able to bind to a domain name rather than to a
specific domain controller.
If it's an .asp page or a .vbs script, then it could start with something
like this:
Set objRootDSE = GetObject("LDAP://RootDSE")
strDNSDomain = objRootDSE.Get("DefaultNamingContext")

"Charlie Ting" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi All,
>
> We have a web server sitting in the DMZ. The web service queries the LDAP
> off the domain controller in the trusted LAN. We created a firewall rule
> to allow web server into the domain controller through port 389. We have 2
> domain controllers. We like to provide LDAP redundancy. When one domain
> controller goes down, the web service will automatically query the 2nd
> domain controller. What's the technology that I should be looking after?
> round robin? Please help.
>
>
>
> Domain controller: Windows 2000 Server.
>



 
Reply With Quote
 
Charlie Ting
Guest
Posts: n/a
 
      16th Jun 2006
Hi Peter,

The web server is sitting in the DMZ server. How could it access the domain
name on the trusted LAN ?. And also what firewall rule is it to be
implemented?

thanks
charlie


"Peter Demeyer" <(E-Mail Removed)> wrote in message
news:e6rgk7$cle$(E-Mail Removed)...
>I think you should be able to bind to a domain name rather than to a
>specific domain controller.
> If it's an .asp page or a .vbs script, then it could start with something
> like this:
> Set objRootDSE = GetObject("LDAP://RootDSE")
> strDNSDomain = objRootDSE.Get("DefaultNamingContext")
>
> "Charlie Ting" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Hi All,
>>
>> We have a web server sitting in the DMZ. The web service queries the LDAP
>> off the domain controller in the trusted LAN. We created a firewall rule
>> to allow web server into the domain controller through port 389. We have
>> 2 domain controllers. We like to provide LDAP redundancy. When one domain
>> controller goes down, the web service will automatically query the 2nd
>> domain controller. What's the technology that I should be looking after?
>> round robin? Please help.
>>
>>
>>
>> Domain controller: Windows 2000 Server.
>>

>
>



 
Reply With Quote
 
=?ISO-8859-15?Q?=22Frank_R=F6der_=5BMVP=5D=22?=
Guest
Posts: n/a
 
      16th Jun 2006
Charlie Ting schrieb:
> Hi Peter,
>
> The web server is sitting in the DMZ server. How could it access the domain
> name on the trusted LAN ?. And also what firewall rule is it to be
> implemented?
>



for this scenario you need to open the following ports:
Kerberos ports (88/tcp, 88/udp) used to perform mutual authentication
DNS ports (53/tcp, 53/udp)
LDAP ports (389/udp, 389/tcp or 636/tcp for SSL)
Microsoft-DS traffic (445/tcp, 445/udp)

I think it is better to move the Webserver in the internal LAN and to
publish the Website through an ISA 2004 Server.

http://www.microsoft.com/technet/pro...ebservers.mspx



--
Viele Grüße
Frank Röder
MVP Windows Server System - Directory Services
"Ex oriente lux"
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
LDAP Redundancy in Outlook 2000 and OutLook 2003 =?Utf-8?B?RnJ1c3RyYXRlZCBMREFQIGFkbWluaXN0cmF0b3I= Microsoft Outlook Discussion 0 16th Jun 2006 05:25 PM
LDAP redundancy Charlie Ting Microsoft Windows 2000 0 14th Jun 2006 01:50 AM
Does Outlook support LDAP and IMAP, and why is there only one of many LDAP questions even answered here??? Mike Matheny Microsoft Outlook Discussion 5 27th Aug 2004 09:57 PM
Moving From Novell LDAP (NLDAP) To Active Directory LDAP =?Utf-8?B?U3RlcGhlbiBNb29yZQ==?= Microsoft Windows 2000 Active Directory 1 27th Apr 2004 01:44 AM
AD Redundancy - Domain Controller redundancy Steven Microsoft Windows 2000 Active Directory 4 3rd Sep 2003 04:05 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:44 PM.