Re: Restricting domains from which a user can login using SQL Server login
From: Joubert Nel (j_at_j.j)
Date: 07/20/05
- Next message: jaylou: "Revoke/deny SOX issue"
- Previous message: Hari Prasad: "Re: Restricting domains from which a user can login using SQL Server login"
- In reply to: Hari Prasad: "Re: Restricting domains from which a user can login using SQL Server login"
- Next in thread: Hari Prasad: "Re: Restricting domains from which a user can login using SQL Server login"
- Reply: Hari Prasad: "Re: Restricting domains from which a user can login using SQL Server login"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 20 Jul 2005 15:34:39 -0400
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
> >
> >
>
>
- Next message: jaylou: "Revoke/deny SOX issue"
- Previous message: Hari Prasad: "Re: Restricting domains from which a user can login using SQL Server login"
- In reply to: Hari Prasad: "Re: Restricting domains from which a user can login using SQL Server login"
- Next in thread: Hari Prasad: "Re: Restricting domains from which a user can login using SQL Server login"
- Reply: Hari Prasad: "Re: Restricting domains from which a user can login using SQL Server login"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|