Hello,
I'm getting the following error while trying to disable a login mapped to a global group in Active Directory:
Cannot alter the login '<domain>\<username>', because it does not exist or you do not have permission. (Microsoft SQL Server, Error: 15151)
I have sufficient permissions (I am logged in as 'sa'), and this only occurs with Windows AD groups. Also, I am able to delete this logins; I just cannot disable them.
Is this a bug, or is there any other way to fix? Right now I'm having to strip all permissions/roles granted to this login.
Also, this is running on an ancient version of SQL Server (2008 SP3 10.0.5538.0) that we must keep around for legal purposes.
Any help is much appreciated -- thanks!