Hi Perl users,

I need a Perl module or Perl script that enables to check the username and
the password in a Windows NT domain.
I mean a sort of function that return TRUE if the provided information match
the one in the Domain Controller, otherwise it returns FALSE.

if (CheckUser('username', 'password', 'domain')) {
    print "Access granted!\n";
}
else {
    warn "Access denied!\";
}

Any help will be appreciated.

Thanks,

TSHIMANGA�Minkoka
VAS Administrator
Mobile: +243 814443113
Office: +243 813131347
Fax:    +243 813010373
Email:  [EMAIL PROTECTED]
VODACOM CONGO (DRC) s.p.r.l.



_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to