Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Folder level security

  Asked By: Kelsey Benton         Date: Mar 02, 2010      Category: Sharepoint      Views: 716

I was wondering as to how we can implement folder level security in
Sharepoint document library. Is there any difference in how we implement
in on SPS/WSS.

Tagged:      

 

8 Answers Found

 
Answer #1       Answered By: Rebecca Lewis          Answered On: Mar 02, 2010       

Depends on what version you are talking about. SPS 2003 and WSS don't have the
ability to set security  at the folder  level. SPS 2001 and the next release of
SPS/WSS (due in late 2006) have this ability.

 
Answer #2       Answered By: Emily Clark          Answered On: Mar 02, 2010       

Then how can I have a network share as part of a document  library.

 
Answer #3       Answered By: Alycia Everett          Answered On: Mar 02, 2010       

In general, you wouldn't. All document  library content is stored in the SQL
Server instance along with the other data.

 
Answer #4       Answered By: Kaila Hahn          Answered On: Mar 02, 2010       

Say, I would need to, just because of WAN link restrictions. How would I do
it?

 
Answer #5       Answered By: Ada Sosa          Answered On: Mar 02, 2010       

Assuming by link restrictions you're talking about bandwidth? If that's the
case, your only real choice would be to replicate the contents of the share into
a Document Library. You could do this with a simple file copy script using the
Web Client service to expose the doc lib as a UNC path.

 
Answer #6       Answered By: Cheyenne Lewis          Answered On: Mar 02, 2010       

There is a product out there called SecureDoc through which this is possible.
Item level  permissions for both documents and folders are possible in this and
there are other features too.Check Out their site
http://www.optimusbt.com/products_securedoc.htm.

 
Answer #7       Answered By: Liana Alston          Answered On: Mar 02, 2010       

Can you show me how it is done? Pretty new at this.

 
Answer #8       Answered By: Daamodar Kolhe          Answered On: Mar 02, 2010       

Assuming the web client service is running (by default in XP, needs to be
enabled and started in Server 2003) you can access the document  library via a
UNC path. For example:

http://server/sites/sitename/doclibname/

would be accessed as

\\server\sites\sitename\doclibname\

You can then just use your favorite scripting or programming language to copy
from the file share to the document library.

 
Didn't find what you were looking for? Find more on Folder level security Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].