Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Removing network name from connection page

  Asked By: Jordan Cooper         Date: Aug 28, 2007      Category: Sharepoint      Views: 189
 

When we connect to sharepoint, we have to type in our
networkname\userid to log into our sharepoint site.

Is there a way that we can remove the networkname\ and just type in
the username?

Tagged:            

 

3 Answers Found

 
Answer #1       Answered By: Caleb Gordon          Answered On: Aug 28, 2007       

In IIS, under the web site  properties, click on the Directory Security tab and then on the Authentication and Access control button. If the Basic Authentication tab is checked, then a Default Domain textbox is enabled. There you can specify networkname.

Keep this in mind, however. This is a less secure approach because the password is sent over the wires in clear text. If access to the portal will be from outside of the firewall, I’d recommend that this approach be taken only in conjunction with installing an SSL certificate on the server and requiring SSL-only access from the outside. The SSL will handle the encryption of the password.

 
Answer #2       Answered By: Anuj Lakhe          Answered On: Aug 28, 2007       

If all of your users are in the same domain, then you can set the default domian in IIS.

 
Answer #3       Answered By: Micheal Knight          Answered On: Aug 28, 2007       

IIRC, the default domain name setting in IIS is only for basic
authentication.

The issue is informing the server where it should forward authentication
requests. By default, it will attempt to authenticate to the local SAM.
With IIS using host headers, it uses the web site  name as the server
name which generally is not correct even if you were using local
accounts.

I teach users to always enter the logon as domain\user just to avoid
having to enter it more than once to correct the errors.

 
Didn't find what you were looking for? Find more on Removing network name from connection page Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].