« Previous Next »

Thread: Access permissions

Last post 03-24-2009 6:16 PM by AlejandroR. 4 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (5 items)

Sort Posts:

  • 01-21-2009, 1:50 PM

    • mikekay
    • Top 200 Contributor
    • Joined on 01-20-2009, 7:43 PM
    • Posts 29

    Access permissions

    Greetings. I have gotten FTP working, partially. I am able to logon as Administrator, but logging on as a non-windows user is not working. I found the following: CACLS "%SystemDrive%\Windows\System32\inetsrv\config" /G "Network Service":R /E CACLS "%SystemDrive%\Windows\System32\inetsrv\config\administration.config" /G "Network Service":R /E CACLS "%SystemDrive%\Windows\System32\inetsrv\config\redirection.config" /G "Network Service":R /E I tried running these commands and a message came back saying CACLS depreciated please use ICACLS. So I re-tried the commands using the ICACLS. When I got an error message, I deleted that part of the command, thus I got these to run. I was not able top get this one to run: CACLS "%SystemDrive%\inetpub\ftproot" /G "Network Service":C /T /E If somebody could post the replacement commands for this, at least I will have eliminated this as an issue. Thanks.

  • 01-21-2009, 4:23 PM In reply to

    • mikekay
    • Top 200 Contributor
    • Joined on 01-20-2009, 7:43 PM
    • Posts 29

    Re: Access permissions

    The above issue has been resolved. Well at least I hope so. I am able to connect to the FTP server using basic authentication. I cannot connect using IisManagerAuth. Thus, if I use the user ID Administrator, with the proper password, I can log on. I have followed all the instructions at http://learn.iis.net/page.aspx/321/configure-iis-manager-authentication/ - to noavail. I don't believe it is my firewall as basic authentication is working and I'm getting through. I get - 530 User cannot log in. What am I missing? How do I troubleshoot? I have looked at the log files, but I can't spot any errors. Any help MOST appreciated.

  • 01-21-2009, 4:48 PM In reply to

    • mikekay
    • Top 200 Contributor
    • Joined on 01-20-2009, 7:43 PM
    • Posts 29

    Re: Access permissions

    More information that may help. Under Server Home - Management Service - Windows credentials or IIS Manager credentials - is selected IP Address - All unassigned is selected - but here there is a difference between what I have and the instructions - a port # is listed and I left it as a default Port 8172 SSL certificate : WMSvc-servername Under IIS Manager Users I have ftpmanager - enabled Under IIS Manager Permissions I have ftpmanager - Path is pointing to the FTP site , Level is site, Type is User Now, with the FTP site selected I am looking at all the settings there: FTP Authentication: Anonymous - disabled, Basic -enabled, IisManageAuth - enabled FTP Authorization rules: Allow ftpmanager read write, Allow, Administrator - read write FTP User Isolation - FTP root directory is selected IIS Manager Permissions: ftpmanager, Path is pointing to the FTP server, Level Site, Type is User. That's it. Nothing else has been edited. Hope this helps. I really have to get this working so any help would be really appreciated. Thanks.
  • 01-27-2009, 3:17 AM In reply to

    Re: Access permissions

    Hi,

    If the “Network Service” account did not have proper rights(Read access) on the specified config file, you will receive this error message.

    I  have Convert the CACLS command to ICACLS command, please try the following command:

    ICACLS "%SystemDrive%\Windows\System32\inetsrv\config" /grant "Network Service":R
    ICACLS "%SystemDrive%\Windows\System32\inetsrv\config\administration.config" /grant "Network Service":R
    ICACLS "%SystemDrive%\Windows\System32\inetsrv\config\redirection.config" /grant "Network Service":R

    ICACLS "%SystemDrive%\inetpub\ftproot" /grant "Network Service":(M,W)

    If problem still persists, please update here.

    Leo Tang
    Microsoft Online Community Support

    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
  • 03-24-2009, 6:16 PM In reply to

    Re: Access permissions

    I have the same problem.

    I try with ICACLS but say "Se procesaron correctamente 0 archivos ...", "It was process correctly 0 files.." (or something like that).

    I can access like administrator or system user.

    thanks

     Problem Solution

    The problem was the language, i 'm working the system in spanish, then. .../grant "Servicio de Red:(M,W)"

Page 1 of 1 (5 items)
Microsoft Communities