<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with permissions</title>
      <link>http://ask.metafilter.com/tags/permissions</link>
      <description>Questions tagged with 'permissions' at Ask MetaFilter.</description>
	  <pubDate>Wed, 21 Oct 2009 14:58:21 -0800</pubDate> <lastBuildDate>Wed, 21 Oct 2009 14:58:21 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Reinstall Windows dealing with NTFS permissions</title>
	<link>http://ask.metafilter.com/136080/Reinstall%2DWindows%2Ddealing%2Dwith%2DNTFS%2Dpermissions</link>	
	<description>I&apos;m a few weeks away from rebuilding my PC with Windows 7 and need help understanding how to deal with NTFS permissions. I&apos;m a few weeks away from rebuilding my PC with Windows 7.   I&apos;m currently using the release candidate of Windows 7 with the following drive configuration:&lt;br&gt;
&lt;br&gt;
C:\ - Windows and applications (some data)&lt;br&gt;
D:\ - data drive (including &quot;D:\My Documents\&quot;)&lt;br&gt;
Q:\ - external backup drive (Drobo)&lt;br&gt;
&lt;br&gt;
All drives are formatted with NTFS and backups of selected directories to Q:\ are done with rsync.   I&apos;ve noticed that some directories on Q:\ are not accessible by the Guest account, meaning that permissions are not consistent on that drive.  The machine isn&apos;t on a domain.&lt;br&gt;
&lt;br&gt;
My plan is to wipe C:\ and reinstall Windows, and leave D:\ and Q:\ alone.  My questions are:&lt;br&gt;
&lt;br&gt;
- How do I reinstall and prevent ugly situations with NTFS file permissions (i.e., permission denied)?&lt;br&gt;
- Is there a best practices guide for syncing to my backup drive to ease future accessibility from another computer?&lt;br&gt;
&lt;br&gt;
Many thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.136080</guid>
	<pubDate>Wed, 21 Oct 2009 14:58:21 -0800</pubDate>
	<category>backup</category>
	<category>externaldrive</category>
	<category>ntfs</category>
	<category>permissions</category>
	<category>windows</category>
	<category>windows7</category>
	<dc:creator>chrisch</dc:creator>
	</item>
	<item>
	<title>How to Delete Myself ...</title>
	<link>http://ask.metafilter.com/135567/How%2Dto%2DDelete%2DMyself</link>	
	<description>How to transfer administrative control of a SharePoint subsite? I.e. I created the site, assigned new owners, but now need to remove my own access. This seems like it should be pretty straight forward.  Unlike homemade chili, it is not.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
We have a basic SharePoint team site.  Admin asked me to create a private subsite where just the back office staff could store sensitive personnel files.  Creating was no problem, and I assigned permission such that only those individuals can view.  I even &quot;removed&quot; myself from all of the groups.  &lt;br&gt;
&lt;br&gt;
Or so I thought.  I am not getting access denied when I log into the site.  &lt;br&gt;
&lt;br&gt;
Help!  I don&apos;t want to coach a coworker, over the phone, how to do each of the trivial steps it took to make this subsite.  Is this something my network admin should be able to do?  It may help to know that we are a &quot;virtual firm&quot; so I don&apos;t have any tech folks on site to help me, nor can I just &quot;hijack&quot; one of the new owner&apos;s accounts.&lt;br&gt;
&lt;br&gt;
Thank you!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.135567</guid>
	<pubDate>Thu, 15 Oct 2009 11:59:19 -0800</pubDate>
	<category>access</category>
	<category>owner</category>
	<category>permissions</category>
	<category>sharepoint</category>
	<category>teamsite</category>
	<dc:creator>keasby</dc:creator>
	</item>
	<item>
	<title>Why did tar and nc not play nice?</title>
	<link>http://ask.metafilter.com/133905/Why%2Ddid%2Dtar%2Dand%2Dnc%2Dnot%2Dplay%2Dnice</link>	
	<description>Can anybody immediately see why nc and tar didn&apos;t work together the way I expected they would? I wanted to copy an Ubuntu installation from a laptop with one filesystem to a desktop box with two. So I booted an Ubuntu live CD on each and opened terminals; then on the laptop did&lt;br&gt;
&lt;code&gt;&lt;br&gt;
sudo su -&lt;br&gt;
mount /dev/sda2 /mnt&lt;br&gt;
cd /mnt&lt;br&gt;
tar c . | nc -l -p 10000&lt;br&gt;
&lt;/code&gt;&lt;br&gt;
and on the desktop box did&lt;br&gt;
&lt;code&gt;&lt;br&gt;
sudo su -&lt;br&gt;
mkfs -t ext3 -L root /dev/sda3&lt;br&gt;
mkfs -t ext3 -L home /dev/sda4&lt;br&gt;
mount /dev/sda3 /mnt&lt;br&gt;
mkdir /mnt/home&lt;br&gt;
mount /dev/sda4 /mnt/home&lt;br&gt;
cd /mnt&lt;br&gt;
nc 192.168.1.3 10000 -q5 | tar xv --numeric-owner&lt;br&gt;
&lt;/code&gt;&lt;br&gt;
As expected, a huge list of filenames scrolled by on the desktop box as tar extracted the files. When that all stopped, I hit ctrl-D on the desktop end to close nc&apos;s standard input; five seconds later the shell prompt returned on the laptop as well. So everything seemed to be working as expected.&lt;br&gt;
&lt;br&gt;
After making the necessary corrections to /mnt/boot/grub/menu.lst, /mnt/etc/fstab, /mnt/etc/hosts and /mnt/etc/hostname on the desktop box, I umounted everything and rebooted it, but assorted things were badly amiss. Turns out that a random assortment of vital files had been created with zero length and zero permissions instead of being properly copied.&lt;br&gt;
&lt;br&gt;
I have since got the machine-to-machine copy done by mounting the laptop&apos;s hard drive in a USB enclosure, plugging it into the desktop box and using &lt;code&gt;cp -av&lt;/code&gt; so I&apos;m not looking for ways to get the primary job done any more.&lt;br&gt;
&lt;br&gt;
What I would like to know: before I spend more time trying to work out why the tar | nc &amp;lt;--&amp;gt; nc | tar method failed, can anybody see some documented reason why it was doomed to do so?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.133905</guid>
	<pubDate>Sat, 26 Sep 2009 17:54:13 -0800</pubDate>
	<category>length</category>
	<category>linux</category>
	<category>nc</category>
	<category>permissions</category>
	<category>tar</category>
	<category>zero</category>
	<dc:creator>flabdablet</dc:creator>
	</item>
	<item>
	<title>My god, it&apos;s full of permissions.</title>
	<link>http://ask.metafilter.com/130977/My%2Dgod%2Dits%2Dfull%2Dof%2Dpermissions</link>	
	<description>Registy editing permissions, group policies and Windows Defender, I think... Windows Defender, I guess I never cared much for you. It sat there disabled for a long time, but anyways I idly tried to turning it back on. Security Center said unable to. Googling lead me to a certain registry key that had to be edited manually (this being Vista Home Basic, wtf Microsoft?), called DisableAntiSpyware that was disabled by group polices or some such. So to regedit we go. Trying to delete the key tells me I don&apos;t have the permissions for it. I see the &quot;edit&quot; submenu of regedit should allow me to gain permissions. Nope, after I change to Administrators having full, I can&apos;t save it for unknown reasons (says unable to save). And that&apos;s as far as my googling led me.&lt;br&gt;
&lt;br&gt;
This is certainly not critical (I have no stuff for WD to take care of re: malware or so), but I figured it would be a good time to learn how to do this kind of damned thing regarding registry fiddling. Help?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.130977</guid>
	<pubDate>Mon, 24 Aug 2009 06:34:39 -0800</pubDate>
	<category>badmicrosoft</category>
	<category>defender</category>
	<category>permissions</category>
	<category>registry</category>
	<category>vista</category>
	<category>windows</category>
	<dc:creator>Iosephus</dc:creator>
	</item>
	<item>
	<title>How do I make a folder in the root of a shared network drive inaccessible over the network but accessible to that computer?</title>
	<link>http://ask.metafilter.com/130925/How%2Ddo%2DI%2Dmake%2Da%2Dfolder%2Din%2Dthe%2Droot%2Dof%2Da%2Dshared%2Dnetwork%2Ddrive%2Dinaccessible%2Dover%2Dthe%2Dnetwork%2Dbut%2Daccessible%2Dto%2Dthat%2Dcomputer</link>	
	<description>I have a 1TB secondary drive in my desktop computer that I have the root of shared over my local network. Inside are 5 folders, all but one of I want to be accessible over the network (one is a backup folder I don&apos;t want accessible to other network computers). Before I reinstalled my OS I had figured some way of changing the permissions so that if I was on the desktop itself I could get into the backup folder, but if I was on any other computer on the network I could see the shared drive and modify any folder but the backup one. I just recently reinstalled Windows Vista (Went from 32 bit to 64 bit) and now I can&#8217;t remember how I had set the permissions. I have a 1TB secondary drive in my desktop computer that I have the root of shared over my local network. Inside are 5 folders, all but one of I want to be accessible over the network (one is a backup folder I don&apos;t want accessible to other network computers). Before I reinstalled my OS I had figured some way of changing the permissions so that if I was on the desktop itself I could get into the backup folder, but if I was on any other computer on the network I could see the shared drive and modify any folder but the backup one. I just recently reinstalled Windows Vista (Went from 32 bit to 64 bit) and now I can&#8217;t remember how I had set the permissions.&lt;br&gt;
&lt;br&gt;
Does anyone know how I can make that drive shared, and all the folders but the backup one accessible over my local network? I don&#8217;t want to set up a different share for each folder and I don&#8217;t want to create a separate folder for the shared stuff, I would like to leave the root of the drive shared but with one folder a network user can&#8217;t get into.&lt;br&gt;
&lt;br&gt;
I am running Windows Vista Business 64 bit edition</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.130925</guid>
	<pubDate>Sun, 23 Aug 2009 15:08:18 -0800</pubDate>
	<category>network</category>
	<category>permissions</category>
	<category>resolved</category>
	<category>share</category>
	<category>vista</category>
	<dc:creator>token-ring</dc:creator>
	</item>
	<item>
	<title>tar -pz  in Windows?</title>
	<link>http://ask.metafilter.com/129561/tar%2Dpz%2Din%2DWindows</link>	
	<description>I&apos;m trying to find a procedure to create a zip file in Windows and preserve Unix file permissions from the original files... I have a set of bash scripts to be archived, originally created on a linux machine with file permissions 755. Some people in our group are using Windows and if they archive the files then pass them back to a Linux user, the file permissions are lost, unzip extracts files with 644 permission, so an additional step is needed to execute them.  No problem if the archival was preformed on linux, but not all members of our group are comfortable with it.&lt;br&gt;
&lt;br&gt;
Situation is the same whether using the default XP &quot;Send to compressed&quot;, or something like winRar or 7-zip,  I can&apos;t find any option that will respect / preserve the UNIX permissions from Windows, anyone know of a way?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.129561</guid>
	<pubDate>Fri, 07 Aug 2009 15:49:57 -0800</pubDate>
	<category>file</category>
	<category>linux</category>
	<category>permissions</category>
	<category>Windows</category>
	<category>zip</category>
	<dc:creator>oblio_one</dc:creator>
	</item>
	<item>
	<title>How do I get rid of a Mac user acct w/o losing files?</title>
	<link>http://ask.metafilter.com/128024/How%2Ddo%2DI%2Dget%2Drid%2Dof%2Da%2DMac%2Duser%2Dacct%2Dwo%2Dlosing%2Dfiles</link>	
	<description>I have a MacBook Pro running Leopard. It has two admin accounts. Some time ago I stopped using account &quot;A&quot; in favor of new account &quot;B&quot;  (the reason behind the creation of account B isn&apos;t relevant to this question, however).  If I delete user account &quot;A,&quot; what precautions must I take to ensure the preservation of the files created under &quot;user A,&quot; and what automatically happens to the ownership of those files?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.128024</guid>
	<pubDate>Tue, 21 Jul 2009 16:35:54 -0800</pubDate>
	<category>file</category>
	<category>Leopard</category>
	<category>MacOSX</category>
	<category>ownership</category>
	<category>permissions</category>
	<category>resolved</category>
	<dc:creator>Piscean</dc:creator>
	</item>
	<item>
	<title>insufficient permissions error with OS X </title>
	<link>http://ask.metafilter.com/119998/insufficient%2Dpermissions%2Derror%2Dwith%2DOS%2DX</link>	
	<description>Insufficient permissions error preventing copying files to NAS USB dongle based server from OS X machine I have a clone of an Addonics NAS USB Dongle, and having set it up, I am trying to copy across 1gb or less files from a Mac Mini running OS X 10.5.6 to it, it is 500gb, and the server formats it FAT32 as a matter of course, as this is how it works. However some files will copy, but most will copy then stop, generating an error, stating I have insufficient privileges to copy the file. Can anyone help me sort this issue?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.119998</guid>
	<pubDate>Mon, 20 Apr 2009 10:52:49 -0800</pubDate>
	<category>FAT32</category>
	<category>NAS</category>
	<category>osx</category>
	<category>permissions</category>
	<category>USB</category>
	<dc:creator>spyke23</dc:creator>
	</item>
	<item>
	<title>XP: How do I set permissions for a user account to switch power schemes and create new ones?</title>
	<link>http://ask.metafilter.com/118348/XP%2DHow%2Ddo%2DI%2Dset%2Dpermissions%2Dfor%2Da%2Duser%2Daccount%2Dto%2Dswitch%2Dpower%2Dschemes%2Dand%2Dcreate%2Dnew%2Dones</link>	
	<description>XP: How do I set permissions for a user account to switch power schemes and create new ones? By power schemes I mean what you find on the Control Panel -&amp;gt; Power Options -&amp;gt; Power Schemes tab.&lt;br&gt;
&lt;br&gt;
This is about a thinkpad specifically in case it makes a difference, but in general I have no idea how to set permissions for things like this.  I tried messing around in Gpedit.msc, but I didn&apos;t see a relevant template (?).</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.118348</guid>
	<pubDate>Wed, 01 Apr 2009 11:17:02 -0800</pubDate>
	<category>permissions</category>
	<category>resolved</category>
	<category>windows</category>
	<category>xp</category>
	<dc:creator>mail</dc:creator>
	</item>
	<item>
	<title>Remembering permissions</title>
	<link>http://ask.metafilter.com/117897/Remembering%2Dpermissions</link>	
	<description>Is there any FTP client or trickery to remember the UNIX permissions when transferring files from a UNIX machine to a Windows machine? There would need to be a way to chmod the file on the way back as well.&lt;br&gt;
&lt;br&gt;
Bonus points if I can recall the owner and group settings. I don&apos;t have any type of shell, just FTP access.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.117897</guid>
	<pubDate>Fri, 27 Mar 2009 11:06:45 -0800</pubDate>
	<category>chmod</category>
	<category>ftp</category>
	<category>permissions</category>
	<dc:creator>pineappleclock</dc:creator>
	</item>
	<item>
	<title>Display permissions for a wiki--how specific can you get?</title>
	<link>http://ask.metafilter.com/113928/Display%2Dpermissions%2Dfor%2Da%2Dwikihow%2Dspecific%2Dcan%2Dyou%2Dget</link>	
	<description>An organizationally obsessed GM wants to create a wiki-like site to house information on his created world.  Challenge: he also wants a way to limit what information users can see on a given page, on a user by user basis. My husband, after watching his gamers furiously trying to take notes and constantly ask &quot;what do I know about [blah]&quot;, decided that it would be much easier if he could just put all the information about his game world up online somewhere.  The most logical format would seem to be a wiki.  &lt;br&gt;
&lt;br&gt;
His big requirement is that the wiki or CMS app he uses have the ability to decide who can see certain things.  Not just certain pages, but even sections of text on certain pages.  &lt;br&gt;
&lt;br&gt;
For example, if user A goes to the page on ents he sees, &lt;br&gt;
&lt;br&gt;
&lt;em&gt;&quot;Ents are large trees that happen to move around and talk. Freaky, no?&quot;&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
But if user B goes to the page on ents he sees,&lt;br&gt;
&lt;em&gt;&lt;br&gt;
&quot;Ents are large trees that happen to move around and talk. Freaky, no? Oh, and by the way, the party met one on day 135 and you had tea together.&quot;&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
Are there any wiki or CMS apps out there that have this type of granularity to their permissions?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.113928</guid>
	<pubDate>Wed, 11 Feb 2009 06:12:16 -0800</pubDate>
	<category>gaming</category>
	<category>informationmanagement</category>
	<category>permissions</category>
	<category>wiki</category>
	<dc:creator>elfgirl</dc:creator>
	</item>
	<item>
	<title>Add leaves and fruit, but don&apos;t cut the branches</title>
	<link>http://ask.metafilter.com/104109/Add%2Dleaves%2Dand%2Dfruit%2Dbut%2Ddont%2Dcut%2Dthe%2Dbranches</link>	
	<description>On a Windows share with a complex file tree, is there any way to lock down the tree so that folders can be added by all, but the directory structure itself can&apos;t be changed? People keep dragging folders or whole sections of a directory tree on a network file server and leaving them inside another location on the tree;  so the HR folder and its subfolders suddenly end up inside the Accounting section.  (No one admits to moving them, of course.)&lt;br&gt;
&lt;br&gt;
Users need to be able to create their own subfolders, and add documents and move them around throughout the tree;  but I&apos;m trying to find a way to allow this while also blocking the ability to move folders from one location in the tree to another, or otherwise make change the directory &lt;em&gt;structure&lt;/em&gt;.&lt;br&gt;
&lt;br&gt;
I&apos;m not coming up with anything;  is there something obvious I&apos;ve missed?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.104109</guid>
	<pubDate>Mon, 13 Oct 2008 09:27:56 -0800</pubDate>
	<category>directory</category>
	<category>file</category>
	<category>network</category>
	<category>permissions</category>
	<category>share</category>
	<category>tree</category>
	<category>Windows</category>
	<dc:creator>bartleby</dc:creator>
	</item>
	<item>
	<title>How to merge (not replace) NTFS permissions using Robocopy</title>
	<link>http://ask.metafilter.com/102556/How%2Dto%2Dmerge%2Dnot%2Dreplace%2DNTFS%2Dpermissions%2Dusing%2DRobocopy</link>	
	<description>I am currently attempting to migrate files from an NT 4.0 file server to a NetApp filer appliance. Our current copy process (using Robocopy) will replace the target permissions with the source permissions. We would prefer to merge source permissions with target permissions, leaving any differing target permissions intact. Currently, Robocopy will replace the target permissions with the permissions present on the source, erasing any additions to the file ACLs on the target. We would prefer to merge the source permission ACEs onto the target file ACLs, preserving the additions made on the target files. &lt;br&gt;
&lt;br&gt;
I can&apos;t seem to find if Robocopy supports this behavior, does anyone have any suggestions on how to accomplish this?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.102556</guid>
	<pubDate>Wed, 24 Sep 2008 13:27:20 -0800</pubDate>
	<category>ntfs</category>
	<category>permissions</category>
	<category>robocopy</category>
	<dc:creator>MrHappyGoLucky</dc:creator>
	</item>
	<item>
	<title>Button won&apos;t obey finger</title>
	<link>http://ask.metafilter.com/99323/Button%2Dwont%2Dobey%2Dfinger</link>	
	<description>I am working with a laptop with one of those buttons that can enable or disable the wireless functionality. It seems that this button needs to be pressed each time that the computer is turned on, and doesn&apos;t just automatically remain on through reboots. The problem is this button will only work if it&apos;s pressed by a user with admin rights on XP and the owner is an old gentleman who needs to run Windows from within the confines of a limited user&apos;s rights. If he has admin rights the computer is filled with malware within a day. So my question is how can I temporarily elevate a limited user for 30seconds or so to allow him to press this button and for the button to have an effect, or how can I make this button obey his finger regardless of his XP user rights?&lt;br&gt;
&lt;br&gt;
Thanks so much!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.99323</guid>
	<pubDate>Sat, 16 Aug 2008 04:34:05 -0800</pubDate>
	<category>administrator</category>
	<category>button</category>
	<category>limited</category>
	<category>permissions</category>
	<category>rights</category>
	<category>wireless</category>
	<category>xp</category>
	<dc:creator>dance</dc:creator>
	</item>
	<item>
	<title>Quickbooks 2008 removes write permissions on the Samba share</title>
	<link>http://ask.metafilter.com/98363/Quickbooks%2D2008%2Dremoves%2Dwrite%2Dpermissions%2Don%2Dthe%2DSamba%2Dshare</link>	
	<description>XP client removes write permissions on Samba share This is a Samba 3.0.25 running on a CentOS 4 box.  The XP client is removing the write permissions for some files in one of the Samba shares upon exiting an application (Quickbooks 2008) accessing those files.&lt;br&gt;
&lt;br&gt;
Any ideas on how to fix this?  Yes, I&apos;m aware that Intuit doesn&apos;t support this configuration.&lt;br&gt;
&lt;br&gt;
The configuration for that share is:&lt;br&gt;
&lt;br&gt;
path = /home/quickbooks&lt;br&gt;
writable = Yes&lt;br&gt;
browseable = Yes&lt;br&gt;
force create mask = 0660&lt;br&gt;
force directory mask = 0770&lt;br&gt;
oplocks = no&lt;br&gt;
force group = qb_grp&lt;br&gt;
valid users = @qb_grp&lt;br&gt;
&lt;br&gt;
Thank you for your help!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.98363</guid>
	<pubDate>Tue, 05 Aug 2008 08:13:05 -0800</pubDate>
	<category>linux</category>
	<category>permissions</category>
	<category>quickbooks</category>
	<category>samba</category>
	<dc:creator>chengjih</dc:creator>
	</item>
	<item>
	<title>.htaccess files and groups</title>
	<link>http://ask.metafilter.com/96318/htaccess%2Dfiles%2Dand%2Dgroups</link>	
	<description>I&apos;m configuring some htaccess files for multiple directories and I&apos;m having some problems incorporating groups of authorized users. Say there&apos;s 4 directories with protected content in each: 2005, 2006, 2007, 2008&lt;br&gt;
&lt;br&gt;
The people that have access are subscribers. Some users have access to all directories, and some users have access only for some. Access is granted based on password or IP address/range.&lt;br&gt;
&lt;br&gt;
For this situation I have an .htaccess file similar this in each directory:&lt;br&gt;
&lt;br&gt;
&lt;pre&gt;AuthType Basic&lt;br&gt;AuthName &quot;2008 Subscriptions&quot;&lt;br&gt;AuthUserFile /path/to/password/file/2008.pw&lt;br&gt;require valid-user&lt;br&gt;Satisfy any&lt;br&gt;order deny,allow&lt;br&gt;allow from 123.123.123.123&lt;br&gt;allow from 223.223.223.223&lt;br&gt;allow from 123.156.0.0/16&lt;br&gt;and so on&lt;br&gt;and so on&lt;br&gt;and so on&lt;br&gt;deny from all&lt;/pre&gt;This works perfectly for the situation described above.&lt;br&gt;
&lt;br&gt;
The IP addresses in the .htaccess files and users in the password files are pretty static. Once they are in there, they usually stay. However, there is a small group of people, we&apos;ll call them editors, that is very dynamic. People are constantly being added to and removed from this list. These editors should have access to all 4 directories. Currently they are given access permission via the password file shown above. This means that if an editor is added or removed, I have to make the change in 4 different files. Sometimes they are accidentally not added or removed to all the lists and then they complain and somebody has to fix it with a lot of back and forth and yada yada.&lt;br&gt;
&lt;br&gt;
I want to set up a group just for the editors. I want to have just one list that I have to edit instead of 4 whenever a change is made.&lt;br&gt;
&lt;br&gt;
However, from what I find in my searching, the way to add groups is to add the line: &lt;pre&gt;AuthGroupFile /path/to/editors/file/.htgroup&lt;/pre&gt; and inside this file add something like:&lt;pre&gt;editors: john sally joe&lt;/pre&gt;&lt;br&gt;
&lt;br&gt;
My questions:&lt;br&gt;
How do I assign passwords to these users? &lt;br&gt;
&lt;br&gt;
Does this mean that in addition to maintaining this htgroup file, I need to assign and maintain another password file as well? &lt;br&gt;
-If so, that isn&apos;t what I want because I only want to have to edit ONE file for the editors, NOT TWO.&lt;br&gt;
&lt;br&gt;
Is this possible?&lt;br&gt;
Am I going about this the wrong way?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.96318</guid>
	<pubDate>Fri, 11 Jul 2008 06:37:30 -0800</pubDate>
	<category>apache</category>
	<category>htaccess</category>
	<category>permissions</category>
	<category>server</category>
	<dc:creator>chillmost</dc:creator>
	</item>
	<item>
	<title>How to fix windows premissions for torrented files</title>
	<link>http://ask.metafilter.com/94352/How%2Dto%2Dfix%2Dwindows%2Dpremissions%2Dfor%2Dtorrented%2Dfiles</link>	
	<description>Torrented files can&apos;t be read by a remote machine until they are cut/pasted. Why, and how to fix it? I have 2 computers, one of which downloads torrents. The completed directories can be seen by the other computer, but clicking on them gets an &apos;access denied&apos; error. Moving the directory somewhere else, then moving it back where it was causes the error to go away. This happens long after the file is done &amp;amp; the torrent stopped.&lt;br&gt;
&lt;br&gt;
What could be causing this? I use uTorrent, in case it matters. The torrents are downloads of movies I already own on VHS from various trackers. Both machines are windows XP boxes, in the same workgroup. Both users have admin rights on their respective machines, and the share allows all users full access. No users are set to &apos;deny&apos;.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.94352</guid>
	<pubDate>Tue, 17 Jun 2008 16:10:39 -0800</pubDate>
	<category>accessdenied</category>
	<category>bittorrent</category>
	<category>permissions</category>
	<category>torrent</category>
	<category>windowsXP</category>
	<dc:creator>Four Flavors</dc:creator>
	</item>
	<item>
	<title>How can I learn the proper way to deal with permissions on a Windows server when I am clearly a n00b?</title>
	<link>http://ask.metafilter.com/92052/How%2Dcan%2DI%2Dlearn%2Dthe%2Dproper%2Dway%2Dto%2Ddeal%2Dwith%2Dpermissions%2Don%2Da%2DWindows%2Dserver%2Dwhen%2DI%2Dam%2Dclearly%2Da%2Dn00b</link>	
	<description>File and folder permissions on Windows Small Business Server 2003: what&apos;s the right way to set up a shared folder so it can only be accessed by a particular group? So I&apos;m having a devil of a time setting up permissions on our server at work. I&apos;ll try to boil it down to one question.&lt;br&gt;
&lt;br&gt;
We have a server running Small Business Server 2003. It&apos;s nice and new and shiny.&lt;br&gt;
&lt;br&gt;
On the server, we have a D: drive with a folder called &quot;office&quot; that is used for all of our shared files. I have apparently been hit with the Totally Incompetent Stick because I can&apos;t for the life of me figure out how to set up a couple of private folders within the share.&lt;br&gt;
&lt;br&gt;
I&apos;ve set up a security group called Personnel. I have added the people who should have access to personnel records to that security group. Now what&apos;s the RIGHT way to set a folder so only people in the Personnel group can access it? The way I did it the first time meant that people in that group could open the folder, but then they couldn&apos;t access any files or folders within it&#8212;and when I went back to the server to try and correct the mistake, my administrator account has been locked out of making changes to any of those files/folders as they no longer seem to have an owner.&lt;br&gt;
&lt;br&gt;
Various attempts at reclaiming ownership and resetting permissions have left everything in a confusing state. So I guess what I&apos;m looking for is how to reset a tree of files/folders to a pristine &quot;just the ordinary inherited permissions from above please, kthx&quot; state; how to then properly set their permissions to allow only access from one security group; and how to keep myself from getting into this mess by reading The Most Awesome Book or Website on &quot;How to Grok Windows Permissiony Things&quot; Ever. Thank you.&lt;br&gt;
&lt;br&gt;
(I have had a look through &lt;a href=&quot;http://ask.metafilter.com/70470/Windows-network-permission-issues-access-denied&quot;&gt;this previous post&lt;/a&gt; but something about the explanation is just not getting through my thick skull; I may have the admin password but that doesn&apos;t make me a real admin.)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.92052</guid>
	<pubDate>Wed, 21 May 2008 12:19:57 -0800</pubDate>
	<category>folder</category>
	<category>permissions</category>
	<category>sbs2003</category>
	<category>windows</category>
	<dc:creator>bcwinters</dc:creator>
	</item>
	<item>
	<title>OS X file permissions issue</title>
	<link>http://ask.metafilter.com/91968/OS%2DX%2Dfile%2Dpermissions%2Dissue</link>	
	<description>OS X Sites folder permissions and a question about flags on the files in bash. What gives? I use my MacBook Pro as a test server, running Apache. I sync my files (two-way sync, using Chronosync) between my Mac and my home Windows system. Sometimes after a sync my test site breaks - I don&apos;t have permission to access my own files. Sure, a chmod -R 755 * on my Sites folder fixes it, but why is it happening? I don&apos;t need to have files at 755 for them to work on my Linux server, so why does the Mac refuse to deliver any CSS or javascript files unless execute permissions are set?&lt;br&gt;
&lt;br&gt;
Finally, this one is driving me nuts: What&apos;s the extra flag at the end of the file for in Terminal? When I check file permissions with ls -al some files show as -rwxr-xr-x+, others show as -rwxr-xr-x@, and some are -rwxr-xr-x with no + or @ appended. Nothing I&apos;ve been able to find online explains what the @ or + flags mean, or why they may be appended to some files but not others. I&apos;ve never seen similar flags on any Linux system I&apos;ve used. Should I even care?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.91968</guid>
	<pubDate>Tue, 20 May 2008 15:41:37 -0800</pubDate>
	<category>Apache</category>
	<category>bash</category>
	<category>filepermissions</category>
	<category>OSX</category>
	<category>permissions</category>
	<dc:creator>caution live frogs</dc:creator>
	</item>
	<item>
	<title>I want what&apos;s mine</title>
	<link>http://ask.metafilter.com/86241/I%2Dwant%2Dwhats%2Dmine</link>	
	<description>Is there any way to bulk-reset the permissions and ownership settings on a volume in Vista? I&apos;ve attached a data drive (F:) to my system running Vista ultimate, it&apos;s been used before on a previous XP and Vista home basic setup, so the security settings are a mess. Files are owned by users that don&apos;t exist anymore, inherited permissions are all screwed up, etc. The top of F: is set so that both my Administrator and User accounts have full control, but it&apos;s not applying to all of the subdirectories properly. Other than fixing it file by file, is there any way (control panel, command line, utility) to just say that everything under F:/Files/ (for example) is owned by Administrator and User has full control?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.86241</guid>
	<pubDate>Sat, 15 Mar 2008 13:56:45 -0800</pubDate>
	<category>Ownership</category>
	<category>Permissions</category>
	<category>Security</category>
	<category>Vista</category>
	<dc:creator>Oktober</dc:creator>
	</item>
	<item>
	<title>Help me keep data out of the wrong hands</title>
	<link>http://ask.metafilter.com/81226/Help%2Dme%2Dkeep%2Ddata%2Dout%2Dof%2Dthe%2Dwrong%2Dhands</link>	
	<description>What are some good resources for designing an access control and permissions system? It has fallen to me to build an access control system from the ground up for my company, now that we have outgrown our previous system. I have a lot of experience with access control systems, but I have never designed one, and I want to make sure I am not missing something important as I go forward.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.81226</guid>
	<pubDate>Thu, 17 Jan 2008 04:35:26 -0800</pubDate>
	<category>access</category>
	<category>control</category>
	<category>permissions</category>
	<category>programming</category>
	<dc:creator>Nothing</dc:creator>
	</item>
	<item>
	<title>How to set up group permissions in Windows XP?</title>
	<link>http://ask.metafilter.com/79948/How%2Dto%2Dset%2Dup%2Dgroup%2Dpermissions%2Din%2DWindows%2DXP</link>	
	<description>In Windows, how can I set up a group that has permission to create/edit/delete user accounts? I&apos;m trying to lock down a Windows XP Pro machine as tightly as possible. What I want to do is have a user called &apos;admin&apos; who users can log in as. This is not a real administrator account; the only thing it should be able to do is create, edit, and delete other user accounts. &apos;admin&apos; should not have any other extra abilities. The permissions need to be as fine-grained as possible.&lt;br&gt;
&lt;br&gt;
This is to meet DoD Navy requirements. My approach until now had been to simply make &apos;admin&apos; a member of &apos;Power Users&apos;. But that is not a viable approach since power users can do a whole lot more than just create and delete accounts. The DoD&apos;s automated security tool produces gobs of findings about this abuse of &apos;Power Users&apos;.&lt;br&gt;
&lt;br&gt;
So, what I&apos;d like to do is have a group called &apos;User Administrators&apos;, add &apos;admin&apos; to that group, and set it up so that group has the ability to manage user accounts. This Windows machine is not on a domain and does not have network access, so I only need to (can only) do this using local security policies.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.79948</guid>
	<pubDate>Wed, 02 Jan 2008 09:23:21 -0800</pubDate>
	<category>administration</category>
	<category>permissions</category>
	<category>security</category>
	<category>windows</category>
	<dc:creator>Khalad</dc:creator>
	</item>
	<item>
	<title>How can I remove items from Wordpress&apos;s &quot;Write&quot; SubPanel?</title>
	<link>http://ask.metafilter.com/76229/How%2Dcan%2DI%2Dremove%2Ditems%2Dfrom%2DWordpresss%2DWrite%2DSubPanel</link>	
	<description>I need to customise Wordpress&apos;s &quot;Write&quot; SubPanel to remove all of the advanced options. I&apos;m adapting Wordpress (2.3.1) into a multi-user app and need to hide all of the advanced writing options (discussion, password, slug and so on). I&apos;ve tried a couple of extensions:&lt;br&gt;
&lt;br&gt;
1: &lt;a href=&quot;http://wordpress.org/extend/plugins/custom-write-panel/&quot;&gt;custom write panel&lt;/a&gt; which doesn&apos;t want to play with 2.3.x; and&lt;br&gt;
2: &lt;a href=&quot;http://txfx.net/code/wordpress/clutter-free/&quot;&gt;clutter free&lt;/a&gt; which does exactly what I want but only on a user-by-user basis rather than hiding things from either everyone or an entire role&lt;br&gt;
&lt;br&gt;
I&apos;ve tried searching the source to see if there&apos;s anything obvious in the PHP that I can just comment out, but nothing. The &lt;a href=&quot;http://codex.wordpress.org/Write_Post_SubPanel&quot;&gt;Wordpress manual states there&apos;s an option in the admin screens&lt;/a&gt;, but that isn&apos;t there on my install, which is the latest version of Wordpress.&lt;br&gt;
&lt;br&gt;
Hope me.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.76229</guid>
	<pubDate>Wed, 14 Nov 2007 07:40:38 -0800</pubDate>
	<category>Admin</category>
	<category>Permissions</category>
	<category>SubPanel</category>
	<category>Wordpress</category>
	<category>Write</category>
	<dc:creator>TheDonF</dc:creator>
	</item>
	<item>
	<title>Help me help users identify themselves properly to mysql</title>
	<link>http://ask.metafilter.com/72681/Help%2Dme%2Dhelp%2Dusers%2Didentify%2Dthemselves%2Dproperly%2Dto%2Dmysql</link>	
	<description>How do I pass this password in the correct form to MySQL? O&apos;Reilly&apos;s &lt;cite&gt;PHP &amp;amp; MySQL&lt;/cite&gt; proposes an authentication system with a login form which collects data, sends it to logincheck.php, hashes the password with md5(trim()), and checks it and the username against a function in authenticate.php.&lt;br&gt;
&lt;br&gt;
authenticate.php uses the user &apos;lucy&apos; to check authentication.users for a single correct user/password combination, allows access if there is one and only one match, and redirects the user to login.php if not.&lt;br&gt;
&lt;br&gt;
Additional user data is stored in the database &apos;mysql&apos;.  The password there is not hashed with md5 but with the password() function.&lt;br&gt;
&lt;br&gt;
I can pass the authentication challenge, getting the message that I am logged in as the user I want to be logged in as, but I can&apos;t actually interact with the database.  What I get instead is the message &quot;Access denied for user &apos;Oscar&apos;@&apos;localhost&apos; (using password: YES).&quot;&lt;br&gt;
&lt;br&gt;
After far too long thinking about it I&apos;ve realized that I can&apos;t interact with the database because I&apos;ve got the session password stored as an md5 hash and am passing it back to the other pages, hashed, for all database interactions after login.  (I think that&apos;s right--it seems intuitively right, since I definitely don&apos;t want everyone logged in as root and since the whole point of having additional users is to be able to grant and revoke permissions).&lt;br&gt;
&lt;br&gt;
The trouble (I think) is that the mysql table doesn&apos;t expect an md5 hash; it expects whatever encryption MySQL&apos;s password() function uses.&lt;br&gt;
&lt;br&gt;
The password() function works in MySQL but not in PHP.&lt;br&gt;
&lt;br&gt;
I can&apos;t help feeling that this is an elemental question since the book didn&apos;t even go to the trouble of explaining how it&apos;s done, but it&apos;s been deviling me for the last few days and every site I&apos;ve consulted seems to take it for granted that people know how to do this.  And, well, I don&apos;t.  So: how do I get the password in the form that MySQL wants it so that the password will match?&lt;br&gt;
&lt;br&gt;
Also, is this three-table really the best structure for all this data, and if so, why?  With a main database, an authentication database to check against, and an mysql database governing permissions it seems like it would be a chore to add and remove users as necessary.  Is this structure necessary because of a security concern? Would it be okay to move the authentication details into the main database and grant &apos;lucy&apos; SELECT on only that one table?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.72681</guid>
	<pubDate>Sat, 29 Sep 2007 16:41:10 -0800</pubDate>
	<category>encryption</category>
	<category>grant</category>
	<category>hash</category>
	<category>md5</category>
	<category>mysql</category>
	<category>permissions</category>
	<category>php</category>
	<category>resolved</category>
	<category>revoke</category>
	<category>salt</category>
	<category>user</category>
	<category>userpermissions</category>
	<dc:creator>Tuwa</dc:creator>
	</item>
	<item>
	<title>Read-Only USB drive, WTF?</title>
	<link>http://ask.metafilter.com/70625/ReadOnly%2DUSB%2Ddrive%2DWTF</link>	
	<description>Can I do anything with this read-only USB flash drive, or should I just write it off as a lost cause? I received a USB flash drive from a sponsor of an event I attended, which I thought was fantastic because I could use the storage space.  However, the drive is &quot;read-only&quot;.  I have a Windows desktop running XP and a MacBook Pro.   This is the info my disk utility gave me on the device (with the serial number removed):&lt;br&gt;
Name : 	USB Flash Disk Media&lt;br&gt;
	Type : 	Disk&lt;br&gt;
	Disk Identifier : 	disk1&lt;br&gt;
	Media Name : 	USB Flash Disk Media&lt;br&gt;
	Media Type : 	Generic&lt;br&gt;
	Connection Bus : 	USB&lt;br&gt;
	Connection Type : 	External&lt;br&gt;
	USB Serial Number : 	xxxxxxxxxxxxxxxxxxx&lt;br&gt;
	Partition Type : 	FDisk_partition_scheme&lt;br&gt;
	Locked : 	Yes&lt;br&gt;
	Writable : 	No&lt;br&gt;
	Ejectable : 	Yes&lt;br&gt;
	Mac OS 9 Drivers Installed : 	No&lt;br&gt;
	Location : 	External&lt;br&gt;
	Total Capacity : 	126.9 MB (133,038,080 Bytes)&lt;br&gt;
	S.M.A.R.T. Status : 	Not Supported&lt;br&gt;
	Disk Number : 	1&lt;br&gt;
	Partition Number : 	0&lt;br&gt;
&lt;br&gt;
I don&apos;t have any use for the promo stuff on the USB flash drive.  So, should I just chuck it, or is there a way to edit the permission from &quot;read-only&quot;?  I can&apos;t erase it as is.  Would it be illegal for me to alter this, anyway? Consider my level of tech savvy to be that of &quot;novice.&quot;  Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.70625</guid>
	<pubDate>Sun, 02 Sep 2007 10:10:16 -0800</pubDate>
	<category>memory</category>
	<category>permissions</category>
	<category>read-only</category>
	<category>rewrite</category>
	<category>storage</category>
	<category>usbflashdrive</category>
	<dc:creator>misha</dc:creator>
	</item>
	
	</channel>
</rss>

