I want to check the ACL rights on a directory/file and see if an ACL for a Group or User is covered by another ACL. The goal is to check the directory/file ACLs for redundant rule sets. I am using VS2005 and Framework 2.0 for this code.
I have the following scenario: 2 win2k3 servers with MCMS2002, load balanced 3 win2k3 SPS2003 servers in medium server farm configuration 1 SQL2k/2k5 environment (probably a cluster)
I am having a problem logging on using the new login control using SQL Server 2005 for roles and memebership. I verified that the membership row in the database has the login failure incrementing, but I am certain that the password is correct. Is there a convenient method for ...