<?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>Comments on: How to set up group permissions in Windows XP?</title>
	<link>http://ask.metafilter.com/79948/How-to-set-up-group-permissions-in-Windows-XP/</link>
	<description>Comments on Ask MetaFilter post How to set up group permissions in Windows XP?</description>
	<pubDate>Wed, 02 Jan 2008 09:54:44 -0800</pubDate>
	<lastBuildDate>Wed, 02 Jan 2008 09:54:44 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How to set up group permissions in Windows XP?</title>
		<link>http://ask.metafilter.com/79948/How-to-set-up-group-permissions-in-Windows-XP</link>	
		<description>In Windows, how can I set up a group that has permission to create/edit/delete user accounts? &lt;br /&gt;&lt;br /&gt; 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">post:ask.metafilter.com,2008:site.79948</guid>
		<pubDate>Wed, 02 Jan 2008 09:23:21 -0800</pubDate>
		<dc:creator>Khalad</dc:creator>
		
			<category>windows</category>
		
			<category>permissions</category>
		
			<category>security</category>
		
			<category>administration</category>
		
	</item> <item>
		<title>By: JaredSeth</title>
		<link>http://ask.metafilter.com/79948/How-to-set-up-group-permissions-in-Windows-XP#1186507</link>	
		<description>Correct me if I&apos;m wrong, but wouldn&apos;t allowing account provisioning by someone other than an administrator be a violation of DoD requirements anyway?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.79948-1186507</guid>
		<pubDate>Wed, 02 Jan 2008 09:54:44 -0800</pubDate>
		<dc:creator>JaredSeth</dc:creator>
	</item><item>
		<title>By: Khalad</title>
		<link>http://ask.metafilter.com/79948/How-to-set-up-group-permissions-in-Windows-XP#1186562</link>	
		<description>Well, the purpose is to move away from the old way of doing things, where systems came with a default set of built-in accounts that the sailors use. One of the information assurance improvements they want to make is to have individual accountability, so every user must have their own account.&lt;br&gt;
&lt;br&gt;
The way to do that is to have an account administrator role. That is the only shared account. The account administrator creates accounts for each individual sailor.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.79948-1186562</guid>
		<pubDate>Wed, 02 Jan 2008 10:35:50 -0800</pubDate>
		<dc:creator>Khalad</dc:creator>
	</item><item>
		<title>By: JaredSeth</title>
		<link>http://ask.metafilter.com/79948/How-to-set-up-group-permissions-in-Windows-XP#1187203</link>	
		<description>Khalad, I&apos;ve been thinking about this on and off all day: could you code up some executables &lt;small&gt;(heck, you could use something as simple as AutoIT...just make sure to disallow decompilation)&lt;/small&gt; that run the provisioning tasks you want this &apos;admin&apos; user to do, but using true administrative credentials? And then say, drop those into a folder that only that account can get to? That way, the account would be able to do what you need it to do, the user can remain a basic user account and the sailors have no other access to administrative rights.&lt;br&gt;
&lt;br&gt;
Just throwing something out there. Any obvious holes in this idea?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.79948-1187203</guid>
		<pubDate>Wed, 02 Jan 2008 19:43:19 -0800</pubDate>
		<dc:creator>JaredSeth</dc:creator>
	</item><item>
		<title>By: Khalad</title>
		<link>http://ask.metafilter.com/79948/How-to-set-up-group-permissions-in-Windows-XP#1187619</link>	
		<description>If there&apos;s no way to do this the way I&apos;ve described then yes, I&apos;ll probably have to code something up.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.79948-1187619</guid>
		<pubDate>Thu, 03 Jan 2008 07:20:16 -0800</pubDate>
		<dc:creator>Khalad</dc:creator>
	</item><item>
		<title>By: Lanark</title>
		<link>http://ask.metafilter.com/79948/How-to-set-up-group-permissions-in-Windows-XP#1187975</link>	
		<description>Well the right way to do this kind of thing is via rights delegation, but that requires Active Directory.&lt;br&gt;
&lt;br&gt;
A really simple solution would be to just create all the accounts in advance - more than they would ever likely need - so if there&apos;s 200 sailors you create 5000 accounts Sailor1, Salior2...Sailor5000 with random passwords (and set &lt;em&gt;must change at first login&lt;/em&gt;).&lt;br&gt;
&lt;br&gt;
Store all the account details in a spreadsheet available only to the &apos;Admin&apos; accounts. The admins then assign usernames and initial passwords as needed.&lt;br&gt;
If anyone forgets their password - the Admin just assigns them a new account.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.79948-1187975</guid>
		<pubDate>Thu, 03 Jan 2008 11:30:51 -0800</pubDate>
		<dc:creator>Lanark</dc:creator>
	</item><item>
		<title>By: Khalad</title>
		<link>http://ask.metafilter.com/79948/How-to-set-up-group-permissions-in-Windows-XP#1188012</link>	
		<description>Can I use Active Directory with Windows XP, or is that a Windows NT/Server thing only? And is it something I can do in an hour, say, or is it really something better left to a more knowledgeable Windows sysadmin?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.79948-1188012</guid>
		<pubDate>Thu, 03 Jan 2008 11:50:34 -0800</pubDate>
		<dc:creator>Khalad</dc:creator>
	</item><item>
		<title>By: Lanark</title>
		<link>http://ask.metafilter.com/79948/How-to-set-up-group-permissions-in-Windows-XP#1188025</link>	
		<description>Active Directory needs at least one domain controller so you would need to be on a network</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.79948-1188025</guid>
		<pubDate>Thu, 03 Jan 2008 12:04:26 -0800</pubDate>
		<dc:creator>Lanark</dc:creator>
	</item>
	</channel>
</rss>
