in reply to LDAP Bind Confusion

use Win32::AuthenticateUser; AuthenticateUser("domain", "user", "passwd");

As for the LDAP question your LDAP syntax looks odd. Do C:\> ldifde -f dump.ldap to dump your AD contents to a file and have a look at the formatting of a standard user descriptor. There is some sample code here that uses Net::LDAP for Authentication.

cheers

tachyon

Replies are listed 'Best First'.
Re: Re: LDAP Bind Confusion
by bionicle32 (Novice) on Dec 15, 2003 at 18:40 UTC
    Tachyon, I have a quick question for you. I am using a web form to get the login information from the user. I noticed that you said use Win32::AuthenticateUser at the top of your code. Can this module be used on a Unix box? Thanks - Bionicle32
      Win32::AuthenticateUser ... Can this module be used on a Unix box?

      Nope.