<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1037430" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1037430</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/iis-access#comment-1214699</link>
    <description> &lt;p&gt;Cheers Jeeves, i&#039;ll try that port as soon as i get the chance (By the way its not 2 win98 machines, its a dual boot linux/xp machine that cant see the shares on a win98 machine. It can however see the actual machine, just not any of the shared folders on it.&lt;/p&gt;
&lt;p&gt;As for IIS, My course manual neglected to say that the option to set authentication was also avialable to individual folders inside root. I was under the impression that this option was only available for the whole site (Thats about 3hours of my life typing i&#039;ll never get back). No wonder the company is called Skill sTrain. Thanx matey.&lt;/p&gt;
 </description>
     <pubDate>Thu, 08 Feb 2007 00:14:21 +0000</pubDate>
 <dc:creator>StuPeas</dc:creator>
 <guid isPermaLink="false">comment 1214699 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/iis-access#comment-1214697</link>
    <description> &lt;p&gt;A bloke in #samba just tried this out for me on a Win98 machine of his. Apparently the problem is Win98 won&#039;t accept a connection on port 443, so you need to use port 139. So, open up a terminal and put in the following (changing the username etc.):&lt;/p&gt;
&lt;p&gt;&lt;code&gt;mount -t smbfs -p 139 -o username=jeeves //testpc/jeeves /tmp/jeeves&lt;/code&gt;&#039;&lt;/p&gt;
&lt;p&gt;He described the syntax for this as being:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;mount -t {filesystem type (in our case smbfs)} -o {options (in our case...a username. A password can be added here too)} -p {port 139} //{the computer name}/{the share name} /The/Path/where/you/want/to/mount/the/win98/share&lt;/code&gt;&#039;&lt;/p&gt;
&lt;p&gt;Hopefully this makes sense. It was a guy called &#039;rtcg&#039; I spoke to in IRC, if he&#039;s there when you need help you&#039;ll be in luck!&lt;/p&gt;
&lt;p&gt;EDIT:&lt;br /&gt;
Apparently, rtcg is in ##Samba3+LDAP (note the extra &#039;#&#039;). Might be an idea to find him in there before trying #samba. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 07 Feb 2007 22:58:59 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1214697 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/iis-access#comment-1214695</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;StuPeas wrote:&lt;/strong&gt;  If basic authentication is enabled, then anyone who wants to view the other pages on the site has to have a password.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Really?! That seems a little odd. I would have thought that enabling Basic Authentication would mean: &#039;I want to enable the Basic Authentication method&#039;, not: &#039;I want to enable the Basic Authentication method &lt;strong&gt;and&lt;/strong&gt; restrict access to the whole site&#039;.&lt;/p&gt;
&lt;p&gt;To my mind just enabling Basic Authentication shouldn&#039;t actually restrict anything, just tell IIS that when you restrict access (by right-clicking on the folder, going into properties etc.) it should use Basic Authentication to validate that user.&lt;/p&gt;
&lt;p&gt;The only time access to the whole site would be restricted is if you set the permissions of the root folder to anything other than &#039;EVERYONE&#039;.&lt;/p&gt;
&lt;p&gt;To be honest though am taking stabs in the dark here as I don&#039;t have a Windows machine anymore and it&#039;s been a while since I used IIS!&lt;/p&gt;
&lt;p&gt;In Apache you simply plonk a file in the folder you want to restrict named: .htaccess it would look something like:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;AuthName &amp;quot;TWF secret research labs and penguin testing facility&amp;quot;&lt;br /&gt;AuthType Basic&lt;br /&gt;AuthUserFile /path/to/httpdocs/.htpasswd/passwordfile&lt;br /&gt;Require valid-user&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
Had to include this, it seems to work exactly the way you want. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;br /&gt;
The only complicated bit is that you have to create a secret username/password file, it&#039;s seperate so you can put it somewhere nasty hackers can&#039;t access it.&lt;/p&gt;
&lt;p&gt;This is also how I&#039;d expect IIS to work. Just enabling Basic Authentication (or AuthType Basic in Apache) doesn&#039;t make it ask for a password. I could put that declaration in a .htaccess file in the root directory for instance, it wouldn&#039;t make the root directory password protected.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;StuPeas wrote:&lt;/strong&gt; Im using Mandriva 2007, and my problem is trying to make samba see my win98 shares&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Ouch, I can remember having lots of trouble making Windows 98 see other Windows 98 machines. The networking on that OS is awful!&lt;/p&gt;
&lt;p&gt;When I had problems (a long time ago) with two Win98 machines I remember having to give them static IP addresses, dynamic just didn&#039;t work.&lt;/p&gt;
&lt;p&gt;Other than that, you could join the #samba channel on irc.freenode.net and ask them there. I checked and apparently Samba should work with Win98.&lt;/p&gt;
 </description>
     <pubDate>Wed, 07 Feb 2007 21:48:45 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1214695 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/iis-access#comment-1214669</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;JeevesBond;214645 wrote:&lt;/strong&gt; &lt;/p&gt;
&lt;p&gt;No, you wouldn&#039;t be able to restrict access to the folder (I don&#039;t think). The type of security has to be setup before you can set passwords.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I dont think you would have to enable basic authentication. The PRIVATE file has been restricted anyway hasnt it ?  If basic authentication is enabled, then anyone who wants to view the other pages on the site has to have a password.  What would happen for the people ALLOWED to view the PRIVATE folder, would they have to authenticate themselves for the entire site first by sending a username and password, and then enter another username and password to view the PRIVATE folder?&lt;br /&gt;
oh, hang on..I think i see what you are saying. Because they have already authenticated for the entire site, then they are automaticaly entitled to view the PRIVATE folder.&lt;br /&gt;
Doesnt this seem like alot of trouble to go to (Enabling authentication for the entire site just to make sure ONE FOLDER is restricted)?&lt;/p&gt;
&lt;p&gt;Surely there must be a way that the site can have anonymous access but then present a username and password box when someone tries to access the PRIVATE folder. That way, only the password information for the PRIVATE folder need be stored on the server machine (any other password=no access)&lt;/p&gt;
&lt;p&gt;Im using Mandriva 2007, and my problem is trying to make samba see my win98 shares (it can see the machine, just not the shares, and it sees both my other winXP machine AND its shares, so no probs with XP)&lt;/p&gt;
&lt;p&gt;Thanx&lt;br /&gt;
Stuart&lt;/p&gt;
 </description>
     <pubDate>Wed, 07 Feb 2007 11:50:59 +0000</pubDate>
 <dc:creator>StuPeas</dc:creator>
 <guid isPermaLink="false">comment 1214669 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/iis-access#comment-1214645</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;StuPeas wrote:&lt;/strong&gt; Yes, Apache will be taught as well.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Oh, fair enough then. You may well need to use IIS at some point.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;StuPeas wrote:&lt;/strong&gt; My point is: Why would the course manual include the step to &quot;enable basic authentication&quot; as part of the procedure thats restrict access to the Private folder. Surely it doesnt matter whether ananymous access or basic authentication is enabled, access to the private folder would still be restricted, wouldnt it?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;No, you wouldn&#039;t be able to restrict access to the folder (I don&#039;t think). The type of security has to be setup before you can set passwords.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;StuPeas wrote:&lt;/strong&gt; (Im trying to make the switch to Linux and its a bit of a learning curve)&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;What are you having trouble with? Also, what distro are you using? Probably the easiest is &lt;a href=&quot;http://www.ubuntu.com&quot; class=&quot;bb-url&quot;&gt;Ubuntu&lt;/a&gt;, then just grab a copy of &lt;a href=&quot;http://easyubuntu.freecontrib.org/&quot; class=&quot;bb-url&quot;&gt;EasyUbuntu&lt;/a&gt; to watch DVDs, view WMV files and all that other non-Free stuff.&lt;/p&gt;
&lt;p&gt;If you&#039;re doing something complicated it can be difficult, the missus has switched with little problems. Although I&#039;m always around to support her. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 06 Feb 2007 21:57:48 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1214645 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/iis-access#comment-1214644</link>
    <description> &lt;p&gt;Yes, Apache will be taught as well.  My point is: Why would the course manual include the step to &quot;enable basic authentication&quot; as part of the procedure thats restrict access to the Private folder. Surely it doesnt matter whether ananymous access or basic authentication is enabled, access to the private folder would still be restricted, wouldnt it?&lt;/p&gt;
&lt;p&gt;Im trying to establish whether or not the people who wrote the course material actualy have a clue what the hell they are talking about, or wether i am totaly missing something.&lt;/p&gt;
&lt;p&gt;Thanks for the responce, sorry i took so long to answer (Im trying to make the switch to Linux and its a bit of a learning curve).&lt;/p&gt;
 </description>
     <pubDate>Tue, 06 Feb 2007 21:07:15 +0000</pubDate>
 <dc:creator>StuPeas</dc:creator>
 <guid isPermaLink="false">comment 1214644 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/iis-access#comment-1214635</link>
    <description> &lt;p&gt;Why are they teaching you IIS?! That&#039;s going to be little practical use when most of the world uses Apache. Are they teaching you how to use Apache at all?&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;StuPeas wrote:&lt;/strong&gt; I guess my first question must be: When a user enters their username and password, what information does IIS use to check this information against, and where is it stored on the server machine?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;This would depend upon the type of authentication. If you&#039;ve opted to have integrated authentication IIS will look to the local machines users and groups, there&#039;s also basic authentication. I don&#039;t know where IIS will look for that, it will probably store it in the registry or some configuration file. Do you need to know where IIS stores it?&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;StuPeas wrote:&lt;/strong&gt; It is this last step that is confusing me. How is enabling basic authentication having any effect on the PRIVATE file? Isn&#039;t enabling basic authentication simply restricting access for the whole site? If &quot;Anonymous Access&quot; where chosen, the PRIVATE folder would still be restricted, wouldn&#039;t it?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I assume you need to switch on this &#039;Basic authentication&#039; to be able to restrict access at all. I would also assume that this &lt;em&gt;doesn&#039;t do&lt;/em&gt; anything unless you add a password to the whole site. Or maybe if you&#039;ve got this &#039;Anonymous Access&#039; set then yes, anyone can access the site and access to the Private folder will be restricted. This happens because a &#039;deny access&#039; overrides/is more important than a &#039;grant access&#039;.&lt;/p&gt;
 </description>
     <pubDate>Tue, 06 Feb 2007 19:54:34 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1214635 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
