Displaying 2 results from an estimated 2 matches for "iusr_".
Did you mean:
iusr
1999 Feb 05
0
Connecting virtual driectories in IIS v4 on NT to samba shares on Solaris
When using a cloned IUSR_<hostname> account on the NT server, we can connect a shared resource from NT server 1 to NT server 2 and publish it on the WWW from NT server 2 using IIS version 4.
When substituting NT server 1 for a share from Solaris 2.6 using Samba version 2.0.0 it shows an error in IIS 4.
We have tried...
2001 Dec 11
0
IIS and Samba
...server/virtualdirectory/ when I try to run
http://myserver/virtualdirectory/test.htm
I get an IIS "The page cannot be found" error.
If I browse to the file using \\server\filesource\test.htm on the Solaris
server I can open the file. I'm
thinking that this is an IIS problem with the IUSR_ account and samba.
Any help on this or pointers would be great!
I have the following settings in my smb.conf
[global]
workgroup = xxx
preserve case = yes
case sensitive = yes
encrypt passwords = yes
security = server
password server = xxxx.com
wins server = 10.1.xxx.xxx
wins su...