Go Back   TechArena Community > Technical Support > Computer Help > Windows Server > Active Directory
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , ,

Sponsored Links



Authentication via Cached Credentials

Active Directory


Reply
 
Thread Tools Search this Thread
  #1  
Old 29-10-2008
Andrei
 
Posts: n/a
Authentication via Cached Credentials

Hi All!

I am wondering if there is a way to mentain AD authentication in a
temporarily isolated network (ISP link goes down). I would need my users to
be able to access shares. Also a local account is out of the question due to
security reasons.

Thank You
Reply With Quote
  #2  
Old 29-10-2008
Meinolf Weber
 
Posts: n/a
Re: Authentication via Cached Credentials

Hello Andrei,

Are your users working remotely? Or why is the part with ISP? If they have
to login remotely to the domain and they can not access the DC they can also
not authenticate for share access.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> Hi All!
>
> I am wondering if there is a way to mentain AD authentication in a
> temporarily isolated network (ISP link goes down). I would need my
> users to be able to access shares. Also a local account is out of the
> question due to security reasons.
>
> Thank You
>



Reply With Quote
  #3  
Old 29-10-2008
Lanwench [MVP - Exchange]
 
Posts: n/a
Re: Authentication via Cached Credentials

Andrei <Andrei@discussions.microsoft.com> wrote:
> Hi All!
>
> I am wondering if there is a way to mentain AD authentication in a
> temporarily isolated network (ISP link goes down). I would need my
> users to be able to access shares. Also a local account is out of the
> question due to security reasons.
>
> Thank You


Cached credentials should work now. You can test this easily. However, if
you have a remote office, get a cheap server box for that location and
install it as a DC in your domain, in its own site/subnet, so users will
always authenticate locally. This is much more efficient and reliable.


Reply With Quote
  #4  
Old 29-10-2008
Andrei
 
Posts: n/a
Re: Authentication via Cached Credentials

I do have a file server in the remote location but it is w2003 storage, so it
cannot pe promoted to a secondary dc. What I would want is for a person who
logs in with cashed domain credentials to be able to access a share on the
local file server using those credentials.

"Lanwench [MVP - Exchange]" wrote:

> Andrei <Andrei@discussions.microsoft.com> wrote:
> > Hi All!
> >
> > I am wondering if there is a way to mentain AD authentication in a
> > temporarily isolated network (ISP link goes down). I would need my
> > users to be able to access shares. Also a local account is out of the
> > question due to security reasons.
> >
> > Thank You

>
> Cached credentials should work now. You can test this easily. However, if
> you have a remote office, get a cheap server box for that location and
> install it as a DC in your domain, in its own site/subnet, so users will
> always authenticate locally. This is much more efficient and reliable.
>
>
>

Reply With Quote
  #5  
Old 30-10-2008
Lanwench [MVP - Exchange]
 
Posts: n/a
Re: Authentication via Cached Credentials

Andrei <Andrei@discussions.microsoft.com> wrote:
> I do have a file server in the remote location but it is w2003
> storage, so it cannot pe promoted to a secondary dc. What I would
> want is for a person who logs in with cashed domain credentials to be
> able to access a share on the local file server using those
> credentials.


I don't think this can work and I really suggest you put a DC in that
location.
>
> "Lanwench [MVP - Exchange]" wrote:
>
>> Andrei <Andrei@discussions.microsoft.com> wrote:
>>> Hi All!
>>>
>>> I am wondering if there is a way to mentain AD authentication in a
>>> temporarily isolated network (ISP link goes down). I would need my
>>> users to be able to access shares. Also a local account is out of
>>> the question due to security reasons.
>>>
>>> Thank You

>>
>> Cached credentials should work now. You can test this easily.
>> However, if you have a remote office, get a cheap server box for
>> that location and install it as a DC in your domain, in its own
>> site/subnet, so users will always authenticate locally. This is much
>> more efficient and reliable.




Reply With Quote
  #6  
Old 30-10-2008
Meinolf Weber
 
Posts: n/a
Re: Authentication via Cached Credentials

Hello Andrei,

If i am not wrong during the access of the shared folder there is also an
authentication done from the server to grant the user access. So if no DC
is available the server can not verify and will block access.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> I do have a file server in the remote location but it is w2003
> storage, so it cannot pe promoted to a secondary dc. What I would want
> is for a person who logs in with cashed domain credentials to be able
> to access a share on the local file server using those credentials.
>
> "Lanwench [MVP - Exchange]" wrote:
>
>> Andrei <Andrei@discussions.microsoft.com> wrote:
>>
>>> Hi All!
>>>
>>> I am wondering if there is a way to mentain AD authentication in a
>>> temporarily isolated network (ISP link goes down). I would need my
>>> users to be able to access shares. Also a local account is out of
>>> the question due to security reasons.
>>>
>>> Thank You
>>>

>> Cached credentials should work now. You can test this easily.
>> However, if you have a remote office, get a cheap server box for that
>> location and install it as a DC in your domain, in its own
>> site/subnet, so users will always authenticate locally. This is much
>> more efficient and reliable.
>>



Reply With Quote
  #7  
Old 30-10-2008
Paul Bergson [MVP-DS]
 
Posts: n/a
Re: Authentication via Cached Credentials

Cached credentials work to get a user logged on locally but that is it, it
won't provide any tickets (Kerberos) or give them the ability to be provided
any tickets until after they have authenticated with the domain.

http://support.microsoft.com/kb/913485


Paul Bergson
MVP - Directory Services
MCTS, MCT, MCSE, MCSA, Security+, BS CSci
2008, 2003, 2000 (Early Achiever), NT4


http://www.pbbergs.com

Please no e-mails, any questions should be posted in the NewsGroup This posting
is provided "AS IS" with no warranties, and confers no rights.



> Andrei <Andrei@discussions.microsoft.com> wrote:
>
>> Hi All!
>>
>> I am wondering if there is a way to mentain AD authentication in a
>> temporarily isolated network (ISP link goes down). I would need my
>> users to be able to access shares. Also a local account is out of the
>> question due to security reasons.
>>
>> Thank You
>>

> Cached credentials should work now. You can test this easily. However,
> if you have a remote office, get a cheap server box for that location
> and install it as a DC in your domain, in its own site/subnet, so
> users will always authenticate locally. This is much more efficient
> and reliable.
>



Reply With Quote
Reply

  TechArena Community > Technical Support > Computer Help > Windows Server > Active Directory


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Authentication via Cached Credentials"
Thread Thread Starter Forum Replies Last Post
Cached Credentials stop working all of a sudden HarryH Active Directory 5 16-07-2008 08:22 PM
Control time limit of cached credentials Mike H Windows Security 4 11-07-2008 07:30 PM
cached domain credentials not working BSUMelissa Windows XP Support 3 02-07-2008 03:05 AM
VPN with Vista - cached credentials Mrashruf Windows Vista Network 2 20-04-2008 06:59 PM
cached credentials for mapped drives and elevation Pete Delgado Vista Help 6 03-08-2007 10:15 PM


All times are GMT +5.5. The time now is 10:10 PM.