I am running Sharepoint Services 3.0 on a Windows 2003 R2 Server. Everything setup without issue and works without issue. I can add AD security groups to Sharepoint groups and the users get access. However the only security groups that actually grant access are the groups that were there prior to the Sharepoint install. Any groups that were created after the install or changes to those groups are not granted access in Sharepoint.
Basically I add a presharepoint ad security group to a sharepoint group for access and it works beautifully. I create a new group, add a user to it, and add it to the sharepoint group - it adds without issue but does not grant access to the site. I even tried creating the group, adding it to the site and letting it sit overnight thinking it was some time of replication or job import from sharepoint (just a thought), but that didn't work either. I tried restarting the WSS services, I even rebooted the server with no luck.
Anybody else experiencing this or did I miss something someplace I reproduced the same error today on a fresh install of sharepoint services 3.0 on another server. Any help would appreciated.

Sharepoint Services 3.0 and AD Security Groups?
Shril Pyrrho
Well to answer some of the questions here......
I have tried several things here to get this to force thru the system:
I made a group change to a user, added the particular group to the contributor group, and the user could not access the site. I forced replication throughout the domain so that the same group change would be available on all DC's. I attempted a GPUPDATE /FORCE on both the PC and the sharepoint server. Tried to access the site, still can't. Next I rebooted both the server and the PC that I was testing from. Still couldn't access the site.
Now if I added a group that the user had already been part of I was able to access the site immediately. The only time that the new group worked was when I left it in place for approximately 24 hours and then the new group worked. I also tested the removal of a user in the same way and the user could still access the sharepoint site for approximately 24 hours until the sharepoint server updated its group membership.
So yes I agree with everybody that the credentials are cached but it appears from my testing that they are cached in the sharepoint server and only update approximately every 24 hours.
Jarron
AlexBB
MOSS has the profile import, etc...
WSS is using the groups as well but it is mysteriously caching it from what has been explained.
I am sure that there is a service that runs and if there is a service, there is a configuration for it.. though I don't know where... I'll dig into it and see what I can uncover.
Rattlerr
Modeller
UPDATE:
Well the group I created yesterday and have been testing this process with finally allowed access to the sharepoint. It took 24 hours for the group change to take effect. Is there anyway to force this It is like the server reads AD once every 24 hours and caches the credential information. And to further prove that theory I went back and removed the user from group and I was still able to access the server.
stang4lyfe
I tried to get Support to answer the question for those that do not own MOSS and are using a WSS install only (since this seems to be a WSS issue), but was not able to successfully get an answer. I am guessing they are going to market that as a buy up feature.
Marlon Smith
gamer6000
I think baba is on to something... When the credentials are gotten from the Domain Controller upon logon, they are cached for a period of time. The Auth Token (Kerberos Token) has a list of the users group memberships in the token so that you don't kill your dc's , etc.. with excessive queires for group membership.
This means that if someone has already logged in and you change the group membership afterwards, this is not immediately reflected in the logon token.
Hope that helps.
WilsonR