Hi, everyone. 
My boss has assigned me the job of putting together a
web page with employees' contact information pulled
from the Microsoft Exchange server. I was able to
write a script using Net::LDAP with Exchange 5.5, but
the company is now in the process of migrating to
Exchange 2000. The adminstrator told me that the
employee information is now kept in the Global
Catalog, but that I couldn't specify a server because
the Catalog is sometimes transferred to other servers.
Instead, he suggested that I query DNS for the SRV
record, which looks like this: 
_.gc._tcp.us-city._sites.company.com. 

It worked when I used nslookup from a DOS prompt, but
I'm not sure how to look it up in UNIX. 
I tried the Net::DNS module, but I honestly couldn't
figure out how to get it to work. 

Please, please, please tell me someone knows how. I
don't want to have to write the program in ASP.

Thanks!
Kary



__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to