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 | |
by simonm (Vicar) on Dec 15, 2003 at 19:25 UTC |