Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. penauroth

    Distribution lists

    We use Kerberos auth on a W2K3 IIS 6.0 server. We have a web application configured for Integrated Authentication and have applied a domain distribution list, not security group, to control access. Most users are able to access the site except for a few. All other applications on the same...
  2. penauroth

    MOSS SSP Crawl Issue

    I am receiving the following error in the crawl logs when indexing an exchange public folder: "rb://myserver/public/group/it team Exception from HRESULT: 0x80040E4D" The first log message indicates a success status. The default account has access to the public folder. What is the problem...
  3. penauroth

    Access to MOSS from W2K3.

    We are trying to connect to a SharePoint 2007 server from a Windows 2003 web server. I have the web client enabled and running on the W2K3 server. IE is configured to use Integrated Authentication on both W2k3 and SharePoint. I am continually receiving a network prompt requesting for user...
  4. penauroth

    Move quorum from old to new drive

    Try this: http://support.microsoft.com/kb/305793/en-us Paul Work on Windows, play on Linux.
  5. penauroth

    Make SNMP queries

    You might want to read the below link first. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsnmp/html/snmp.asp Good luck! Paul Work on Windows, play on Linux.
  6. penauroth

    IS AD necessary for Public IIS websites?

    By using the phrase "Internet users", I assume that the website will be open to the public. Therefore, no AD is required however, there are a few security concerns regarding the access of files stored on the NAS but we can workaround that. I recommend you do not specify a default gateway for...
  7. penauroth

    problem with virtual directory

    Based on the information you provided, I assume the .\Includes is defined as the virtual directory for myfiles and this is the location of your inc files and test.asp page. Therefore, the correct statement in the test.asp should read: <!-- #include file="/SimpleChart2_1_VB.inc" --> and you...
  8. penauroth

    NLB

    How are the servers setup on your network? Are they internal or are they in a DMZ? 1. Setup your servers to use private IP's 2. You can use the NLB manager or you can use the MS KB article http://support.microsoft.com/kb/323431/en-us to setup the NLB clustering. Make sure you use one of your...
  9. penauroth

    problem with virtual directory

    I recommend including a code snippet of the includes in the page you are trying to access and how far nested in the virtual directory (i.e. W3SVC/1/MyVirtualDir or is it further nested)? Basically, the reference code within ASP page should read <!--#include file="/myVirtualDir/myfile.inc"-->...
  10. penauroth

    NLB

    A little more secure method is to allocate a private IP address for all of your servers and use one public IP address for the cluster IP. You will be able to minimize the attack surface on your server systems by doing it this way. In addition, setup all of your web servers to use a hostheader...
  11. penauroth

    Application Pool issues

    I presume you used the following commandline syntax setspn -a http/myserver.mydomain.com mydomain\svcuser Good. You need to use the service account as the identity for the application pool. Replace network service NTFS perms with the service account. This should work. It might be wise to...
  12. penauroth

    Migrate Portal 2003 to MOSS 2007

    Does anyone know of any online white paper or technical resource to accomplish this? Thanks. Paul Work on Windows, play on Linux.
  13. penauroth

    Cannot Add Audience

    Hi. We are running SPS 2003 and I have a problem. I am an administrator of the entire portal. I cannot add an audience to a list or document library nor can I remove the default "All portal users" from the resource. I can't change the audience anywhere on any site within the portal. I am...
  14. penauroth

    2003 Standard or Enterprise??

    I will give it a shot... First off refer to the hardware section of the Microsoft comparison web site (http://www.microsoft.com/windowsserver2003/evaluation/features/comparefeatures.mspx#64Hardware%20Specifications). Windows 2003 Standard should do with this particular setup. A limitation...
  15. penauroth

    .NET Framework version

    C:\Windows\Microsoft.NET\Framework Look at the folder with the most current verson. I believe 2003 comes with v1.1.4322. Unless you upgraded to 2.0. Paul Work on Windows, play on Linux.
  16. penauroth

    Disallow bypass of login screen

    Ideally, I want web users to log into the default page before gaining access to local or remote directories. How can I prevent users from browsing an application? A user can access images, css and even upload ares by typing the URL (e.g. http://myserver/myapp/style/mystyle.css.). We use...
  17. penauroth

    Force users to login page

    How can I prevent users from browsing the application? A user can access images, css and even upload ares by typing the URL (e.g. http://myserver/myapp/style/mystyle.css.). Ideally, I want them to log into the default page before gaining access to local or remote directories. We use Windows...
  18. penauroth

    Turn off SceCli

    Somedays I really hate Microsoft. Let me further explain my issue. I have COTS products that create their own local user accounts. I have added these local accounts to our GPO because the local policy gets overwritten by the GPO. Servers that do not have these accounts defined are generating...
  19. penauroth

    Turn off SceCli

    I need to turn off logging for event id 1202 error 0x534. How can I turn off SceCli from logging to Application log? Paul Work on Windows, play on Linux.
  20. penauroth

    Local and OU GPO

    How can I allow local and domain User Rights Assignments to coexist? For example, we are using domain service accounts to run COM+ and batch jobs. We set the appropriate User Rights Assignments in GPO ( "Logon as a Batch Job" and "Logon as a Service" ). Everything seems to work OK however...

Part and Inventory Search

Back
Top