newbie: How do I configure a W2K LDAP server??

  • Thread starter Thread starter JimBob
  • Start date Start date
J

JimBob

Hey there -

An application my company is implementing (unix-based)
requires a connection to a Windows 2000 LDAP server for
the purpose of letting users change their account
passwords.

Can anyone please point me to a resource that instructs me
how to create an LDAP server?

Thank you.
 
Actually your Domain Controllers in AD are LDAP servers. I believe Perl is
available in UNIX so you should be able to use port 636 (Encrypted LDAP) to
talk to your DC.

There is plenty of script examples out there to provide info on these
scripts. Just look up on Google

ex: http://www.developer.com/lang/perl/article.php/3106601

Paul Bergson
 
Back
Top