[Fwd: RE: Password Reset in Active Directory via a Web form]

2006-07-11 Thread ianm
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(

Password Reset in Active Directory via a Web form

2006-07-10 Thread ianm
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,

Setting Priority

2006-06-13 Thread ianm
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

Unicode, ANSI, and regular expressions in Perl 5.8

2006-04-14 Thread ianm
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

How do I find what web scripts are calling PERL.EXE?

2004-11-16 Thread ianm
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