only local admin group works w/ windows authentication
am 05.06.2007 20:59:01 von Phil
Im trying to lock down a directory on my web server with windows
authentication. Permissions on the actual folders are fine. However when Im
prompted for username/pwd only accounts in the local admin group of the
server work. I really do not want to add any more accounts to the local
admin group of this server. Is this something standard with IIS6 or am I
missing something?
Thanks.
Re: only local admin group works w/ windows authentication
am 05.06.2007 21:15:12 von ace_away
make sure people are logging in with full domain names... such as:
Name: mycomanydomain/theuserid
"Phil" wrote in message
news:7C7297D9-A678-4404-9788-38AC3B39477F@microsoft.com...
> Im trying to lock down a directory on my web server with windows
> authentication. Permissions on the actual folders are fine. However when
> Im
> prompted for username/pwd only accounts in the local admin group of the
> server work. I really do not want to add any more accounts to the local
> admin group of this server. Is this something standard with IIS6 or am I
> missing something?
> Thanks.
Re: only local admin group works w/ windows authentication
am 06.06.2007 17:11:19 von Roger Abell
Check the security event log for logon failure messages, and if
needed configure it to record same.
I am guessing that the machine-external accounts you are attempting
to use do not have the needed login rights granted to them. At least,
that is with the assumption that you are saying that domain\account
is not able to login unless added to the IIS servers Administrators
group, that you are not saying you have problems with accounts that
are machine-local to the IIS but not admins.
Roger
"Phil" wrote in message
news:7C7297D9-A678-4404-9788-38AC3B39477F@microsoft.com...
> Im trying to lock down a directory on my web server with windows
> authentication. Permissions on the actual folders are fine. However when
> Im
> prompted for username/pwd only accounts in the local admin group of the
> server work. I really do not want to add any more accounts to the local
> admin group of this server. Is this something standard with IIS6 or am I
> missing something?
> Thanks.
Re: only local admin group works w/ windows authentication
am 08.06.2007 15:53:01 von Phil
Users are definitely logging in that way. Again my account worked because I
was a local admin, but a standard domain user did not work. As soon as I
add that user to local admin group it works.
"ace_away" wrote:
> make sure people are logging in with full domain names... such as:
>
> Name: mycomanydomain/theuserid
>
>
> "Phil" wrote in message
> news:7C7297D9-A678-4404-9788-38AC3B39477F@microsoft.com...
> > Im trying to lock down a directory on my web server with windows
> > authentication. Permissions on the actual folders are fine. However when
> > Im
> > prompted for username/pwd only accounts in the local admin group of the
> > server work. I really do not want to add any more accounts to the local
> > admin group of this server. Is this something standard with IIS6 or am I
> > missing something?
> > Thanks.
>
>
>