I have a Samba share that I've created from a Linux box. I've mapped this
sucessfully to drive in Windows 2003 server. I'm also able to read/write to
it under Windows explorer just fine. It's using user security so I have to
enter the username and password defined in the Linux box when connecting to
this share.

I then mapped a virtual directory under IIS to the UNC name of this Samba
network share (\\MachineName\ShareFolder) and saved the Samba connection
login.

This is when the problems began. Now whenever I goto my browser and type
the url to that folder I get an error 500. The IIS log file shows this:

2005-02-03 14:29:11 192.168.1.150 GET /test/test.jpg - 81 - 192.168.1.150
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+.NET+CLR+1.1.4322) - 500
16 1326 15

"/test/" is the virtual directory that I've mapped the Samba share to.

Is this caused by a permissions problem? I don't see any other reason for
it. I'm not accessing a script, just a static file.

Re: Samba Share leads to error 500 by Kristofer

Kristofer
Thu Feb 03 11:38:22 CST 2005

Hi,

500 with substatus code of 16 means "UNC access error"
So the user trying to access the share does not have permissions to it. I
cannot understand if you want anonymous access or user authentication to
this share.

You can find more information about this here:
http://www.microsoft.com/resources/documentation/WindowsServ/2003/standard/proddocs/en-us/Default.asp?url=/resources/documentation/windowsserv/2003/standard/proddocs/en-us/sec_auth_uncauth.asp

Please make sure that the user used has permissions to access the share.


--
Regards,
Kristofer Gafvert
www.gafvert.info - My Articles and help
www.ilopia.com


Shabam wrote:

> I have a Samba share that I've created from a Linux box. I've mapped
this
> sucessfully to drive in Windows 2003 server. I'm also able to
read/write to
> it under Windows explorer just fine. It's using user security so I have
to
> enter the username and password defined in the Linux box when connecting
to
> this share.
>
> I then mapped a virtual directory under IIS to the UNC name of this Samba
> network share (\\MachineName\ShareFolder) and saved the Samba connection
> login.
>
> This is when the problems began. Now whenever I goto my browser and type
> the url to that folder I get an error 500. The IIS log file shows this:
>
> 2005-02-03 14:29:11 192.168.1.150 GET /test/test.jpg - 81 - 192.168.1.150
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+.NET+CLR+1.1.4322) -
500
> 16 1326 15
>
> "/test/" is the virtual directory that I've mapped the Samba share to.
>
> Is this caused by a permissions problem? I don't see any other reason
for
> it. I'm not accessing a script, just a static file.

Re: Samba Share leads to error 500 by BP

BP
Thu Feb 03 11:48:22 CST 2005

What if any Event ID shows up Security audit wise in event logs
both Linux/Win2K3 servers.
If 2k3 AD is native mode kerberos may be the issue at hand.
Shrike 9.0 and up supports kerberos authentication if configured.

"Shabam" <chalupa@yomama-nospam.com> wrote in message
news:Df6dnevBd_lV0Z_fRVn-jQ@adelphia.com...
> I have a Samba share that I've created from a Linux box. I've mapped this
> sucessfully to drive in Windows 2003 server. I'm also able to read/write to
> it under Windows explorer just fine. It's using user security so I have to
> enter the username and password defined in the Linux box when connecting to
> this share.
>
> I then mapped a virtual directory under IIS to the UNC name of this Samba
> network share (\\MachineName\ShareFolder) and saved the Samba connection
> login.
>
> This is when the problems began. Now whenever I goto my browser and type
> the url to that folder I get an error 500. The IIS log file shows this:
>
> 2005-02-03 14:29:11 192.168.1.150 GET /test/test.jpg - 81 - 192.168.1.150
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+.NET+CLR+1.1.4322) - 500
> 16 1326 15
>
> "/test/" is the virtual directory that I've mapped the Samba share to.
>
> Is this caused by a permissions problem? I don't see any other reason for
> it. I'm not accessing a script, just a static file.
>
>



Re: Samba Share leads to error 500 by jeff

jeff
Thu Feb 03 21:31:21 CST 2005

On Thu, 3 Feb 2005 08:15:25 -0800, "Shabam"
<chalupa@yomama-nospam.com> wrote:

>I have a Samba share that I've created from a Linux box. I've mapped this
>sucessfully to drive in Windows 2003 server. I'm also able to read/write to
>it under Windows explorer just fine. It's using user security so I have to
>enter the username and password defined in the Linux box when connecting to
>this share.
>
>I then mapped a virtual directory under IIS to the UNC name of this Samba
>network share (\\MachineName\ShareFolder) and saved the Samba connection
>login.
>
>This is when the problems began. Now whenever I goto my browser and type
>the url to that folder I get an error 500. The IIS log file shows this:
>
>2005-02-03 14:29:11 192.168.1.150 GET /test/test.jpg - 81 - 192.168.1.150
>Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+.NET+CLR+1.1.4322) - 500
>16 1326 15
>
>"/test/" is the virtual directory that I've mapped the Samba share to.
>
>Is this caused by a permissions problem? I don't see any other reason for
>it. I'm not accessing a script, just a static file.

Start with:

http://www.aspfaq.com/show.asp?id=2109

Jeff