Access Denied Message for New Domain Users in Sharepoint 2007

I have a problem with the sharepoint server, I added 2 new domain users and they can’t access the sharepoint site, they get the message "Access Denied", although all users are granted permissions to access the main site by default as soon as they are added to domain

Any suggestions? or settings that I can check?

Thank you in advance

+3
source share
3 answers

First of all, make sure they have a clean IE cache, restart their browser, etc.

Make sure they don’t have the wrong username and password for the hostname of the site in your Windows profile.

, .

, AD ( )

IIS , . ( ). , , SharePoint , . ( ?)

Windows ULS, , , - .

, - ( β†’ β†’ -), .

, :

stsadm -o getsiteuseraccountdirectorypath -url <site url>           
stsadm -o getproperty -pn peoplepicker-seachadcustomfilter -url <site url>
+3

Sharepoint , . " " β†’ " " β†’ " " β†’ " " , , .

+3

You must set permissions for the newly added domain user in sharepoint. Add it to the group that has permission to read the root site. See URL Permissions: http: //server/_layouts/user.aspx

0
source

All Articles