Re: Restricting domains from which a user can login using SQL Server login
From: Hari Prasad (hari_prasad_k_at_hotmail.com)
Date: 07/20/05
- Previous message: jaylou: "Revoke/deny SOX issue"
- In reply to: Joubert Nel: "Re: Restricting domains from which a user can login using SQL Server login"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 21 Jul 2005 02:08:10 +0530
Hi,
All you have to do is give access to only groups/users from the domain you
need to give previlages. But for SQL Server authentication you may not
be restrict.
Post this query in Windows 2000 groups. Probably you will be able to
restrict domain access in OS / Active directory level.
Tahnks
Hari
SQL Server MVP
"Joubert Nel" <j@j.j> wrote in message
news:ex7jWIWjFHA.3544@TK2MSFTNGP15.phx.gbl...
> Hi Hari,
>
> Is it possible to configure the Windows box on which SQL Server runs to
> only
> allow connections from machines in a specific domain/domains?
>
> Thanks
> Joubert
>
> "Hari Prasad" <hari_prasad_k@hotmail.com> wrote in message
> news:uLVGxAWjFHA.3656@TK2MSFTNGP09.phx.gbl...
>> Hi,
>>
>> You can not restrict the access if the users from other domain have
>> access
>> to the SQL Server. Only way to restirct is to remove / Deny their
>> logins from SQL Server. See the system stored procedure sp_denylogin to
> deny
>> a group or user.
>>
>> Thanks
>> Hari
>> SQL Server MVP
>>
>> "Joubert Nel" <j@j.j> wrote in message
>> news:OC2g7RUjFHA.3784@tk2msftngp13.phx.gbl...
>> > Hi all,
>> >
>> > We are using mixed mode authentication (users connect to SQL Server
> using
>> > a
>> > SQL login for historical reasons).
>> >
>> > We want to setup SQL Server / Windows Server to only allow users from
>> > specified domains to be able to login with this SQL login.
>> >
>> > How can we configure this?
>> >
>> > Regards
>> > Joubert
>> >
>> >
>>
>>
>
>
- Previous message: jaylou: "Revoke/deny SOX issue"
- In reply to: Joubert Nel: "Re: Restricting domains from which a user can login using SQL Server login"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|