Do anyone know how to set a defaul domain/realmFor login to sps, so the user dont have to loginLike domain\username, but just use username
Open IIS6 MMC and look at the properties for on the default web. Click on the Directory Security tab nd edit Authentication and access control . Integrated Windows authentication automaticallly provides the domain. If you are talking about people accessing the portal from the Internet then check Basic authentication and then you can enter the Default domain.NOTE: Basic authentication sends passwords in the clear so you should look into using SSL for connectivity from the Internet.