in reply to Page for changing passwords in a Directory - CGI::Appplication - right way to go?

I've no experience directly with the CGI modules for doing this sort of thing, so my reply is a little off topic.

I'm not sure what environment you're running in - we've done this, but have Windows/IIS servers to do the scripting on which possibly makes life easier (especially as we use a Windows 2003 domain rather than Samba PDC).

Anyway, a good way to go it to use the Win32::AdminMisc module with the SetPassword() or UserChangePassword() calls.

HTH, Loki

  • Comment on Re: Page for changing passwords in a Directory - CGI::Appplication - right way to go?