Massyn has asked for the wisdom of the Perl Monks concerning the following question:
Thank you fellow monks. May the camel be with you!... ... $user = "myuser"; $pwd = "mypassword"; $access = &authenticate2ad($user,$pwd,"mydomain.controller.com"); if($access eq "yes") { print "You made it!\n"; } else { print "Sorry buddy, try again...\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Authenticate to NT domain or AD?
by Moonie (Friar) on Aug 05, 2002 at 21:02 UTC | |
by Massyn (Hermit) on Aug 05, 2002 at 21:06 UTC | |
|
Re: Authenticate to NT domain or AD?
by traveler (Parson) on Aug 05, 2002 at 21:50 UTC |