alter login on Windows user groups
- From: "Server App" <aaa@xxxxxx>
- Date: Wed, 25 Oct 2006 13:01:23 +0200
Hi,
I have problem with respect to "alter login" on Windows user groups (created
via Active Directory).
If I execute the statement "alter login [domain\groupname] enable" I get an
exception saying (the exception also occurs with "alter login
[domain\groupname] disable"):
Msg 15151, Level 16, State 1, Line 1
Cannot alter the login of 'domain\groupname', because it does not exist or
you do not have permissions.
If if try to enable the login via SQL Server Management GUI I get the same
exception.
Is this because it is not at all possible to alter the logins of windows
user groups? Or is it a bug in SQL Server?
I am running MS SQL Server 2005 SP1 (compatibility level 90).
The user I am executing the statement as is "sysadmin" on the server.
Thanks in advance.
Kind Regards,
Rune Jensen
ETI
.
Relevant Pages
- Forms Authentication with Active Directory, login control crashes
... using the login control that came with V.S. 2005. ... catch the exception so that I can display a friendly and helpful message to ... username, String password) +221 ... System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) ... (microsoft.public.dotnet.security) - Re: The IListSource does not contain any data sources.
... You said that things break after you try to login, ... The IListSource does not contain any data sources. ... Exception Details: System.Web.HttpException: The IListSource does ... be identified using the exception stack trace below. ... (microsoft.public.dotnet.framework.aspnet) - RE: Single Sign-On User Credentials Question
... This seems to indicate that it can't find the login URL for my application. ... I created a single signon web part starting from the same code sample you ... The sample uses "SampleApp" in the call to GetCredentials, ... I get the same error message when an unhandled exception occurrs. ... (microsoft.public.sharepoint.portalserver) - Login Control / Forms Authentication with ActiveDirectoryMembersh
... normal office network login accounts, which existss in our Active Directory ... username and password, and if an incorrect username was entered, the login ... the application is throwing an exception (please see the server ... System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) ... (microsoft.public.dotnet.framework.aspnet.security) - Re: website work on localhost but not on the server
... Exception Details: System.Data.SqlClient.SqlException: Login failed ... Not associated with a trusted SQL Server ... (microsoft.public.dotnet.framework.aspnet) |
|