Re: Local Session Authentication Cache
- From: "Steven L Umbach" <n9rou@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 25 Jan 2006 23:59:44 -0600
There is certainly nothing wrong with defense in depth. Since you enforce
that the screen saver is locked after a period of inactivity you already
have a mechanism in place to prevent access to the share from unauthorized
users and maybe you need to tweak those settings to use less idle time
before locking the desktop though I can imagine that users will resist such.
Having said that and to answer your direct question I don't know of a way to
do what you want. What you might try is to create a Scheduled Task on the
user's computer that is activated after a period of idle time to run a batch
file that uses something like the net use * /delete command to disconnect
all sessions or you can configure it to delete a specific session to see if
that does what you want or not. Schtasks can create Scheduled Tasks via the
command line. Also keep in mind that XP users may be using "stored
credentials" to access the shares that can make the connection seamless
which can be disabled via Group Policy.
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/schtasks.mspx
--- schtasks.
http://www.microsoft.com/resources/documentation/Windows/XP/all/reskit/en-us/Default.asp?url=/resources/documentation/Windows/XP/all/reskit/en-us/prdp_log_vkxx.asp
--- stored credentials
<chuck.meredith@xxxxxxxxx> wrote in message
news:1138202022.322111.178940@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>
>
> Hi Steve,
> Our users have been instructed to lock their PCs when they are
> unattended and we do have the locked screensavers enabled. But as an
> added layer of security, I wanted to be able to disconnect the session
> and force them to authenticate when they access the share again. We
> have auditing turned up on those particular shares, so we want to log
> all session attempts.
>
> And I know that the share and server is visible through the CL but
> unless someone is using a ping sweep on our network or other
> enumeration tool, no one will know it's out there (another layer of
> security.) Also, being separate from the domain (in a Workgroup) means
> that any and all domain accounts do not apply. So an intruder would 1)
> have to get access to the network, 2) enumerate and 'find' this
> particular server 3) try to brute force it 4) and have to avoid being
> detected by the IDS and audit logs.
>
> I'm not trying to be overly confident; I'm really interested in anyone
> that could see potential problems with this setup. The goal is to have
> the shares as secure as possible (even from domain/enterprise admins).
>
> I appreciate your reply Steve and welcome any other insight you might
> have.
> Regards,
> Chuck
>
.
- References:
- Local Session Authentication Cache
- From: chuck . meredith
- Re: Local Session Authentication Cache
- From: Steven L Umbach
- Re: Local Session Authentication Cache
- From: chuck . meredith
- Local Session Authentication Cache
- Prev by Date: Re: GPMC installation
- Next by Date: Re: Drive and User Restrictions
- Previous by thread: Re: Local Session Authentication Cache
- Next by thread: Re: Local Session Authentication Cache
- Index(es):
Relevant Pages
|