How to set up shared folder with password protected in Active Directory environment.
-
@coliver said:
Implement a quick FTP server and have the folder location redirect to ftp:\folderlocation.location.com (internal address) This would cause a ton of other issues but they would be prompted for a username and password.
No Sir, redirection is not allowed. They need to upload the files manually -Manual connecting to FTP server.
-
@MattSpeller said:
@thanksaj amongst a few other problems lol - but it would password the folder
was laughing this morning with your reaction on my post.
I told them that, we will only make things complicated with their request.
-
If you manage to figure out a way to achieve their request let us know - I'm curious
-
@thanksaj said:
@MattSpeller said:
@thanksaj amongst a few other problems lol - but it would password the folder
Lol true
ha.. Zip the folder containing of 100gb?
-
@MattSpeller said:
If you manage to figure out a way to achieve their request let us know - I'm curious
haha I am waiting for the reply from boss who wants me to do this lo
-
100GB? Good luck!
-
@MattSpeller said:
100GB? Good luck!
Just for one project only, We have total of more than 1tb files just for 3 months.
-
Well, you could create them new but super secret user names and passwords and only give them access via those user accounts.
...aaaaaand for extra fun, games and work...
make them all RDP to a terminal server to do their work... because secrets.
Ā
Ā
Ā
Ā
Ā
You know that I'm joking, right? -
@nadnerB said:
Well, you could create them new but super secret user names and passwords and only give them access via those user accounts.
...aaaaaand for extra fun, games and work...
make them all RDP to a terminal server to do their work... because secrets.
Ā
Ā
Ā
Ā
Ā
You know that I'm joking, right?Lols brilliant idea sir, Eh we are following the ISO standard
-
@MattSpeller said:
zip the folder and password it? this will create lots of other fun problems but it would solve your immediate one
that's what I would say to do. Password protecting a "file" or folder requires a third party utility. Zipping is as easy as anything else.
-
@Joyfano said:
Lols brilliant idea sir, Eh we are following the ISO standard
Someone is confused as to the ISO standard, in this case.
-
@scottalanmiller said:
@MattSpeller said:
zip the folder and password it? this will create lots of other fun problems but it would solve your immediate one
that's what I would say to do. Password protecting a "file" or folder requires a third party utility. Zipping is as easy as anything else.
a lots of fun for sure but it will add another procedure for them and expect the complaints from Them
-
Why not start with, what problem are we truly trying to solve? Then find a solution to that problem.
Sounds like management does not even know the problem they have or want to solve, either that or simply don't understand how NTFS or share/CIFS permissions work.
-
@Dashrender said:
Sounds like management does not even know the problem they have or want to solve, either that or simply don't understand how NTFS or share/CIFS permissions work.
I think that that is a safe assumption.
-
@scottalanmiller I thought we had all made that assumption before commenting here heheh
-
Would you be able to ask your Boss on what problem he is trying to solve by "using additional" password protection, and may be show him how the current access works? Like try showing him 2 scenarios; one a user who has permission to that folder and another one a user who dont have permission, who will see access denied?
-
This post is deleted! -
And may be enable auditing, so you can give your boss a report on who access what, may be use something like http://www.manageengine.com/products/active-directory-audit/windows-file-server-auditing.html or you can check this http://blogs.technet.com/b/mspfe/archive/2013/08/27/auditing-file-access-on-file-servers.aspx
-
@ambarishrh said:
Would you be able to ask your Boss on what problem he is trying to solve by "using additional" password protection, and may be show him how the current access works? Like try showing him 2 scenarios; one a user who has permission to that folder and another one a user who dont have permission, who will see access denied?
Hi Thank you for your reply, I already told them that there's no way to do it, and we are already using the Active Directory in giving permission to our users.
Glad they never ask me to check it again.
The Production manager knows about it so i think she also explained this to Boss. -
@ambarishrh said:
And may be enable auditing, so you can give your boss a report on who access what, may be use something like http://www.manageengine.com/products/active-directory-audit/windows-file-server-auditing.html or you can check this http://blogs.technet.com/b/mspfe/archive/2013/08/27/auditing-file-access-on-file-servers.aspx
Thank you for the links
I will check this later when I'm at work.