Showing posts with label domain. Show all posts
Showing posts with label domain. Show all posts

Monday, March 26, 2012

Opening access via ip

Hi
sbs 2003 with isa 2000. I need to access an external (to the sbs/isa domain)
server using its ip address. What is the procedure to set-up ISA to allow
this?
Thanks
Regards
Hi
"John" wrote:

> Hi
> sbs 2003 with isa 2000. I need to access an external (to the sbs/isa domain)
> server using its ip address. What is the procedure to set-up ISA to allow
> this?
> Thanks
> Regards
>
You have cross posted this into may groups some of which are not ISA
related. Please only post to active relevant groups.
John

Opening access via ip

Hi
sbs 2003 with isa 2000. I need to access an external (to the sbs/isa domain)
server using its ip address. What is the procedure to set-up ISA to allow
this?
Thanks
Regards
Hi
"John" wrote:

> Hi
> sbs 2003 with isa 2000. I need to access an external (to the sbs/isa domain)
> server using its ip address. What is the procedure to set-up ISA to allow
> this?
> Thanks
> Regards
>
You have cross posted this into may groups some of which are not ISA
related. Please only post to active relevant groups.
John

Opening access via ip

Hi
sbs 2003 with ISA 2000. I need to access an external (to the sbs/isa domain)
server using its ip address. What is the procedure to set-up ISA to allow
this?
Thanks
RegardsHi
"John" wrote:

> Hi
> sbs 2003 with ISA 2000. I need to access an external (to the sbs/isa domai
n)
> server using its ip address. What is the procedure to set-up ISA to allow
> this?
> Thanks
> Regards
>
You have cross posted this into may groups some of which are not ISA
related. Please only post to active relevant groups.
Johnsql

Wednesday, March 7, 2012

Only Public is selected but users can still create tables?

Hi all,
I've come into a situation where there is a Windows domain users group that
has access to a database and can create tables but only has the public
role(?). Is there somewhere else this role is set to allow this? It's for a
third party application. -Thanks, DaveHave you checked the detailed permissions applied to 'public' on that db?
Chris
"dfate" <dfate2001-rock@.yahoo.com> wrote in message
news:uaWHi5pHFHA.3072@.tk2msftngp13.phx.gbl...
> Hi all,
> I've come into a situation where there is a Windows domain users group
> that has access to a database and can create tables but only has the
> public role(?). Is there somewhere else this role is set to allow this?
> It's for a third party application. -Thanks, Dave
>|||"dfate" <dfate2001-rock@.yahoo.com> wrote in message
news:uaWHi5pHFHA.3072@.tk2msftngp13.phx.gbl...

> I've come into a situation where there is a Windows domain users group
that
> has access to a database and can create tables but only has the public
> role(?). Is there somewhere else this role is set to allow this? It's for
a
> third party application. -Thanks, Dave
>
If you've taken the default SQL Server installation for security, there is a
BUILTIN\Administrators group that gives anyone with administrative rights on
the server sysadmin equivalence on SQL Server. Check that those users are
not administrators on the server itself, or are domain admins.
Steve