group permissions not taking affect

  • Thread starter Thread starter stroebel
  • Start date Start date
S

stroebel

I made a new global security group, added several users to
the group, and gave that group full controll of a shared
folder. When the user trys to access the share, they are
only granted read access to it. But if I apply the same
permissions directly to the users, it works fine. If it
was inheritance causing my problem wouldn't it happen to
the user as well as the group. Thanks for any help.
 
Try this formula:
AGDLP

Add users to Global Groups, add the Global Groups to
Domain Local Groups, assign permissions on the share to
the Domain Local Groups.

I had a problem similar to yours once, this helped.
 
-----Original Message-----
Try this formula:
AGDLP

Add users to Global Groups, add the Global Groups to
Domain Local Groups, assign permissions on the share to
the Domain Local Groups.

I had a problem similar to yours once, this helped.

.
Also, remember that there are two sets of permissions
involved here: NTFS and Security....

Try creating a Local Security Group ( call it
LSG_Whatever ), create a Global Security Group ( call it
GSG_Whatever ), throw user accounts into the GSG and then
throw the GSG into the LSG. Apply permissions to the LSG.

HTH,

Cary
 
Aside from using the gosple below, ensure Share/NTFS
permissions combined aren't causing unexpected results
 
Back
Top