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
- Next message: Joubert Nel: "Re: Restricting domains from which a user can login using SQL Server login"
- Previous message: Narayana Vyas Kondreddi: "Re: Case sensitive Password check while logging into SQL Server"
- In reply to: Joubert Nel: "Restricting domains from which a user can login using SQL Server login"
- Next in thread: Joubert Nel: "Re: Restricting domains from which a user can login using SQL Server login"
- Reply: 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 00:51:08 +0530
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: Joubert Nel: "Re: Restricting domains from which a user can login using SQL Server login"
- Previous message: Narayana Vyas Kondreddi: "Re: Case sensitive Password check while logging into SQL Server"
- In reply to: Joubert Nel: "Restricting domains from which a user can login using SQL Server login"
- Next in thread: Joubert Nel: "Re: Restricting domains from which a user can login using SQL Server login"
- Reply: 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
|
|