1. Login to the SharePoint Central Administration.
2. Go to ‘Shared Services Administration: ssp1’.
3. Click on ‘User Profile and Properties’.
4. Click on ‘View import connections’.
5. Click on ‘Create New Connection’ and you will see the screen below.
6. Select the ‘Type’. In my case it was Active Directory. Enter the domain name and click on the ‘Auto Fill Root Search Base’. The string ‘DC=yourdomain,DC=com,DC=au’ will appear in the ‘Search Base’ text. Oviously you will use your domain name instead on ‘yourdomain’. Modify this string if required to point to the particular OU where all users and groups live. For example, ‘OU=Users,OU=User & Groups,DC=yourdomain,DC=com,DC=au
‘.
7. Under ‘User filter’ textbox the default string is
(&(objectCategory=person)(objectClass=user)( !(userAccountControl:1.2.840.113556.1.4.803:=2)))
Remove this string and add the string below,
(|(objectCategory=group)(&(objectCategory=person)(objectClass=user))( !(userAccountControl:1.2.840.113556.1.4.803:=2)))
.
8. Once all the groups are imported add the ‘Domain Users’ group into the ‘Visitor’ group in SharePoint. Now all users in the domain will have read access to the SharePoint Intranet.
Leave a Reply