You can do this via ADSI by passing alternate credentials
my $objConn = Win32::OLE->CreateObject("ADODB.Connection");
$objConn->{Provider} = "ADsDSOObject";
$objConn->Properties->{'User ID'} = $user;
$objConn->Properties->{'Password'} = $pwd;
$objConn->Open(
PROBLEM:
I would like to create a Web form that "resets" a user's lost password in
one of our walled-off domains, which uses Active Directory in native mode.
Since the user does not have their old password, the
Win32::NetAdmin::UserChangePassword / Win32::AdminMisc::UserChangePassword
(Chapter 3,
Dear All,
I found a video capture that does what I'm looking for - capture until the
end of a recording, then dump a small log file. I'm writing a small
script that scans a directory looking for new files, namely, that log
file.
Ideally, it scans once a minute to look for this file, and, if it i
I attemped to run a simple line-by-line regular expression matching on a
logfile output by another program. The code, however, refused to match.
Even though I saw:
4:39:35 PM: 1382400 bytes video frame encoded.
4:39:35 PM: 19200 bytes audio sample encoded.
Encoding ends at: 4:39:36 PM.
Encoding
Sorry to spam this out to the ActiveState, Web, and Admin groups, but I
wasn't sure exactly where a question like this would go.
I am in the position of hosting a number of sites for which,
unfortunately, I do not have total control. Nor can I shut the system
down whenever I like.
SOMETHING (I