boat73 has asked for the wisdom of the Perl Monks concerning the following question:

Can anyone confirm or point me to documentation that shows if a statement like this sends the user ID and password encrypted or in plain text? Thanks in advance, boat73
my $serverConn = $locator->ConnectServer $server, "root/cimv2", $u +sername, $password);

Replies are listed 'Best First'.
Re: Is WMI ConnectServer plaintext?
by BrowserUk (Patriarch) on Sep 17, 2004 at 17:24 UTC

    It appears to be either NTLM or Kerberos encrypted according to MSDN


    Examine what is said, not who speaks.
    "Efficiency is intelligent laziness." -David Dunham
    "Think for yourself!" - Abigail
    "Memory, processor, disk in that order on the hardware side. Algorithm, algorithm, algorithm on the code side." - tachyon
      Thanks, perfect.
Re: Is WMI ConnectServer plaintext?
by ikegami (Patriarch) on Sep 17, 2004 at 17:22 UTC
    Could you please tell us to which module ConnectServer belongs?