|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
IUSR account passwords syncHow do I resynchronize the password of the IUSR account on a Windows 2003
server? -- Mike Gasperino Sr. Software Developer office: 919-807-2310 **************************************************************************** E-mail correspondence to and from this address may be subject to the North Carolina Public Records Law "NCGS.Ch.132" and may be disclosed to third parties ****************************************************************************
http://www.adopenstatic.com/resources/books/293_CYA_IIS6_05.pdf
If you want to do this, you will need to enable SubAuthentication. The steps are detailed in the PDF above under the SubAuthentication heading. However, this is not a recommended configuration, and instead you should choose a complex password, and manually set this in the IIS Metabase, and in the machine's SAM database. Cheers Ken Show quoteHide quote "Mike" <ann***@tkd.net> wrote in message news:%235STYxZcFHA.1392@TK2MSFTNGP14.phx.gbl... : How do I resynchronize the password of the IUSR account on a Windows 2003 : server? : : -- : Mike Gasperino : Sr. Software Developer : office: 919-807-2310 Ok, slightly new to this - where do I find the IIS Metabase and the SAM
database?? Show quoteHide quote "Ken Schaefer" <kenREM***@THISadOpenStatic.com> wrote in message news:u$sjATacFHA.3504@TK2MSFTNGP12.phx.gbl... > http://www.adopenstatic.com/resources/books/293_CYA_IIS6_05.pdf > > If you want to do this, you will need to enable SubAuthentication. The > steps > are detailed in the PDF above under the SubAuthentication heading. > However, > this is not a recommended configuration, and instead you should choose a > complex password, and manually set this in the IIS Metabase, and in the > machine's SAM database. > > Cheers > Ken > > -- > IIS Blog: www.adopenstatic.com/cs/blogs/ken/ > Web: www.adopenstatic.com > > > "Mike" <ann***@tkd.net> wrote in message > news:%235STYxZcFHA.1392@TK2MSFTNGP14.phx.gbl... > : How do I resynchronize the password of the IUSR account on a Windows > 2003 > : server? > : > : -- > : Mike Gasperino > : Sr. Software Developer > : office: 919-807-2310 > > You set the password in the IIS Metabase via the IIS Manager (Directory
Security tab -> Edit Anonymous Access) You set the password in the SAM via Computer Management MMC -> Users and Groups extension (Computer Management MMC Snapin is located in your Admin Tools folder, or you can right-click on "My Computer" and choose "Manage") There are other ways of doing these tasks, but the above are probably the easiest ways Cheers Ken Show quoteHide quote "Mike" <ann***@tkd.net> wrote in message news:%23aukPracFHA.3864@TK2MSFTNGP10.phx.gbl... : Ok, slightly new to this - where do I find the IIS Metabase and the SAM : database?? : : "Ken Schaefer" <kenREM***@THISadOpenStatic.com> wrote in message : news:u$sjATacFHA.3504@TK2MSFTNGP12.phx.gbl... : > http://www.adopenstatic.com/resources/books/293_CYA_IIS6_05.pdf : > : > If you want to do this, you will need to enable SubAuthentication. The : > steps : > are detailed in the PDF above under the SubAuthentication heading. : > However, : > this is not a recommended configuration, and instead you should choose a : > complex password, and manually set this in the IIS Metabase, and in the : > machine's SAM database. : > : > Cheers : > Ken : > : > -- : > IIS Blog: www.adopenstatic.com/cs/blogs/ken/ : > Web: www.adopenstatic.com : > : > : > "Mike" <ann***@tkd.net> wrote in message : > news:%235STYxZcFHA.1392@TK2MSFTNGP14.phx.gbl... : > : How do I resynchronize the password of the IUSR account on a Windows : > 2003 : > : server? : > : : > : -- : > : Mike Gasperino : > : Sr. Software Developer : > : office: 919-807-2310 : > : > : : Ok, that's what I did, I wasn't clear with the acronyms. Unfortunately after
doing this, I still have the same issue. I will double check everything again today, ACL's and config files to see if there is something I have missed. Thanks Show quoteHide quote "Ken Schaefer" <kenREM***@THISadOpenStatic.com> wrote in message news:u4kYK4hcFHA.3828@tk2msftngp13.phx.gbl... > You set the password in the IIS Metabase via the IIS Manager (Directory > Security tab -> Edit Anonymous Access) > > You set the password in the SAM via Computer Management MMC -> Users and > Groups extension (Computer Management MMC Snapin is located in your Admin > Tools folder, or you can right-click on "My Computer" and choose "Manage") > > There are other ways of doing these tasks, but the above are probably the > easiest ways > > Cheers > Ken > > -- > IIS Blog: www.adopenstatic.com/cs/blogs/ken/ > Web: www.adopenstatic.com > > "Mike" <ann***@tkd.net> wrote in message > news:%23aukPracFHA.3864@TK2MSFTNGP10.phx.gbl... > : Ok, slightly new to this - where do I find the IIS Metabase and the SAM > : database?? > : > : "Ken Schaefer" <kenREM***@THISadOpenStatic.com> wrote in message > : news:u$sjATacFHA.3504@TK2MSFTNGP12.phx.gbl... > : > http://www.adopenstatic.com/resources/books/293_CYA_IIS6_05.pdf > : > > : > If you want to do this, you will need to enable SubAuthentication. The > : > steps > : > are detailed in the PDF above under the SubAuthentication heading. > : > However, > : > this is not a recommended configuration, and instead you should choose > a > : > complex password, and manually set this in the IIS Metabase, and in > the > : > machine's SAM database. > : > > : > Cheers > : > Ken > : > > : > -- > : > IIS Blog: www.adopenstatic.com/cs/blogs/ken/ > : > Web: www.adopenstatic.com > : > > : > > : > "Mike" <ann***@tkd.net> wrote in message > : > news:%235STYxZcFHA.1392@TK2MSFTNGP14.phx.gbl... > : > : How do I resynchronize the password of the IUSR account on a Windows > : > 2003 > : > : server? > : > : > : > : -- > : > : Mike Gasperino > : > : Sr. Software Developer > : > : office: 919-807-2310 > : > > : > > : > : > > In Win2003/IIS6 set a pwd for the IUSR_<machinename> local account like you
would do with a normal account. After that, go to the UI of IIS and set the account and PWD the same way. its that simple. Tiago Halm Show quoteHide quote "Mike" <ann***@tkd.net> wrote in message news:%235STYxZcFHA.1392@TK2MSFTNGP14.phx.gbl... > How do I resynchronize the password of the IUSR account on a Windows 2003 > server? > > -- > Mike Gasperino > Sr. Software Developer > office: 919-807-2310 > > **************************************************************************** > E-mail correspondence to and from this address may be subject to the North > Carolina Public Records Law "NCGS.Ch.132" and may be disclosed to third > parties > **************************************************************************** > >
Problem w/ Integrated Auth -- Receiving User/Pass dialog box against IIS6
integrated vs basic Accessing Site as Anonymous MS IIS Internal IP Address/Hostname Vulnerability Windows Integrated Authentication on standalone server 401.3 on IIS after SP1 Logging into website - remove log in box Win2003 Server/IIS 6.0 Anonymous Login not working Most secure solution for ftp (IIS?) Can't get rid of localstart.asp |
|||||||||||||||||||||||