Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > Windows Server

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-06-2008, 02:23 PM
=?Utf-8?B?YmFuYW4y?=
 
Posts: n/a
Password protected folders (after domain logon), with RUNAS comman

Hello.

I've been working on a way to password protect folders, even after the
domain logon, with the RUNAS command.

What I've done so far:

- Created a new user called "permission_folder1"
- Created a new folder called "folder1", removed all permissions from it,
and added the new user in the permission list.
- Created a shortcut, and added the runas command:
runas /user:domain\permission_folder1 "explorer.exe
\\server1\sharename\folder1"

When I try to open the shortcut, it will ask for password (for the
permission_folder1 user). If I type wrong password nothing happends, if I
type the right password it gives me a weird error, which I could find nothing
about on google:

RUNAS ERROR: Unable to run - explorer.exe \\server1\sharename\folder1
1385: Logon failure: the user has not been granted the requested logon type
at this computer


What does this mean? What can I do to fix it, if it's even possible?

It all takes place in a Windows enviroment, with a Windows 2003 Small
Business Server as DC, Windows Server 2003 as terminal server and Windows XP
as clients.
The shortcut doesn't work on the terminal server, nor the Windows XP clients.
The secondary logon service is running.

Might be worth mentioning that I can use:
runas /user:domain\permission_folder1 calc



Note: All names like server1, sharename, folder1, permission_folder1 etc.
are dummynames.
Reply With Quote
  #2 (permalink)  
Old 05-06-2008, 02:47 PM
Pegasus \(MVP\)
 
Posts: n/a
Re: Password protected folders (after domain logon), with RUNAS comman


"banan2" <banan2@discussions.microsoft.com> wrote in message
news:0D57DCDA-BBC2-46BC-A147-5CFC55F2948A@microsoft.com...
> Hello.
>
> I've been working on a way to password protect folders, even after the
> domain logon, with the RUNAS command.
>
> What I've done so far:
>
> - Created a new user called "permission_folder1"
> - Created a new folder called "folder1", removed all permissions from it,
> and added the new user in the permission list.
> - Created a shortcut, and added the runas command:
> runas /user:domain\permission_folder1 "explorer.exe
> \\server1\sharename\folder1"
>
> When I try to open the shortcut, it will ask for password (for the
> permission_folder1 user). If I type wrong password nothing happends, if I
> type the right password it gives me a weird error, which I could find
> nothing
> about on google:
>
> RUNAS ERROR: Unable to run - explorer.exe \\server1\sharename\folder1
> 1385: Logon failure: the user has not been granted the requested logon
> type
> at this computer
>
>
> What does this mean? What can I do to fix it, if it's even possible?
>
> It all takes place in a Windows enviroment, with a Windows 2003 Small
> Business Server as DC, Windows Server 2003 as terminal server and Windows
> XP
> as clients.
> The shortcut doesn't work on the terminal server, nor the Windows XP
> clients.
> The secondary logon service is running.
>
> Might be worth mentioning that I can use:
> runas /user:domain\permission_folder1 calc
>
>
>
> Note: All names like server1, sharename, folder1, permission_folder1 etc.
> are dummynames.


AFAIR, you cannot run Explorer under alternative credentials -
perhaps because it is tightly integrated with Windows. Why do
you actually want to use runas.exe?


Reply With Quote
  #3 (permalink)  
Old 05-06-2008, 03:00 PM
=?Utf-8?B?YmFuYW4y?=
 
Posts: n/a
Re: Password protected folders (after domain logon), with RUNAS co

I want to use runas because I want it to ask for password even after I've
logged in.

So how can I open a folder as an other user then? >.<
Reply With Quote
  #4 (permalink)  
Old 05-06-2008, 09:51 PM
Pegasus \(MVP\)
 
Posts: n/a
Re: Password protected folders (after domain logon), with RUNAS co


"banan2" <banan2@discussions.microsoft.com> wrote in message
news:63A546FF-2933-43BD-94C9-A80EB8F0A9B5@microsoft.com...
>I want to use runas because I want it to ask for password even after I've
> logged in.
>
> So how can I open a folder as an other user then? >.<


I don't think you can do this with native Windows tools.
I suggest you look on the web for tools that let you encrypt
individual folders, or apply passwords to individual folders.
Before you apply them, make sure there is a backdoor.
People frequently post here when unable to decrypt encrypted
files. You also need to make sure that these files can get
backed up.


Reply With Quote
  #5 (permalink)  
Old 05-07-2008, 12:49 AM
=?Utf-8?B?YmFuYW4y?=
 
Posts: n/a
Re: Password protected folders (after domain logon), with RUNAS co

I have been looking for a thirt party tool that allows me to do what I want,
but this is on a network enviroment, and people on many clients are going to
use it. I have yet to find a thirt party tool that can password protect
folders on the network, only local folders.

Is there any other "explorer" around that only browse folders?

Reply With Quote
  #6 (permalink)  
Old 06-20-2008, 03:44 PM
Jamie Lewis
 
Posts: n/a
Password Protect Folders

Hi, Did you find any way of password protecting network folders?
I have been looking at this also as our MD wants to password protect some shared folders on our domain so that even an administrator cant access them without a password. NTFS permissions are void in this instance as an admin can simply give themselves permission to access any folders.
What is RUNAS and will it work for me in this instance?
Any ideas would be much appreicated!
Thanks
Reply With Quote
  #7 (permalink)  
Old 06-20-2008, 05:27 PM
David
 
Posts: n/a
Re: Password Protect Folders

You could advise your MD to use winzip and use the password facility in
that.

<Jamie Lewis> wrote in message news:2008620104425jamie@zyro.co.uk...
> Hi, Did you find any way of password protecting network folders?
> I have been looking at this also as our MD wants to password protect some
> shared folders on our domain so that even an administrator cant access
> them without a password. NTFS permissions are void in this instance as an
> admin can simply give themselves permission to access any folders.
> What is RUNAS and will it work for me in this instance?
> Any ideas would be much appreicated!
> Thanks



Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > Windows Server


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 02:26 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Credit Counseling | Debt Consolidation | Myspace Layouts | Internet Advertising | Personal Loans



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114