rotaiv wrote:

> I just noticed a problem with the code I sent you.  If the run the script
> as is, the password will be reset to null?!?  According the documentation,
> "The password is never returned in a UserGet() operation."  Therefore, the
> password in %acct_info is blank and this is what is saved with the

> UserSetInfo function.

Greetings,

In the specific case of the problem you were trying to solve with your code, you
don't need to "Get" the attributes, you just need to "Set" them, passing the
account info hash, and using a level of 1009 when "Set"ing the account
information.  That way, you don't worry about passing null values, and changing
other attributes.

-rsb


_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin

Reply via email to