How to add 'domain\' when user login to sharepoint
-
Hi All, To make the search work functionally on WSS3.0 sharepoint portal, I had to turn on the integrated authentication and basic authentication both for all web-based users. But after i turned on the integrated authentication, the user had to put domain\userID when they login instead of only userID. If they only put in userID, the system will pick the computer name of the host they use which would fail for sure. Is there a way I can do anything from server side, such as configuration or coding, to set the domain\ to the correct value which would show in the login field before userID, so the user doesn't have to put domain\ before the userID when they login? The IIS can only configure the domain for basic authentication....I didn't find a place to set for integrated authentication... If anyone knows, please advice....thanks in advance!
-
Hi All, To make the search work functionally on WSS3.0 sharepoint portal, I had to turn on the integrated authentication and basic authentication both for all web-based users. But after i turned on the integrated authentication, the user had to put domain\userID when they login instead of only userID. If they only put in userID, the system will pick the computer name of the host they use which would fail for sure. Is there a way I can do anything from server side, such as configuration or coding, to set the domain\ to the correct value which would show in the login field before userID, so the user doesn't have to put domain\ before the userID when they login? The IIS can only configure the domain for basic authentication....I didn't find a place to set for integrated authentication... If anyone knows, please advice....thanks in advance!