Re: Change passwords in Active Directory
Michael Ströder <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.directory |
|---|---|
| Message-ID | <[email protected]> |
Philip Allison wrote: > I've translated the code here into Mozilla-ese: > > http://support.microsoft.com/?kbid=269190 These points IIRC: Are you surrounding the new password woth double quotes? Are you encoding the password as UTF-16 low-endian? Ciao, Michael.