<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Business and Information Technology Tangents</title>
	<atom:link href="http://bittangents.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://bittangents.com</link>
	<description>Business and Information Technology Tangents is dedicated to providing quality content while informing the world about technology.</description>
	<lastBuildDate>Wed, 04 Jan 2012 17:37:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on SQL Server 2008 Security Permissions &#8211; Windows / Active Directory Authentication Issues by brentblawat</title>
		<link>http://bittangents.com/2010/10/04/sql-server-2008-security-permissions-windows-active-directory-authentication-issues/#comment-615</link>
		<dc:creator><![CDATA[brentblawat]]></dc:creator>
		<pubDate>Wed, 04 Jan 2012 17:37:36 +0000</pubDate>
		<guid isPermaLink="false">https://brentblawat.wordpress.com/2010/10/04/sql-server-2008-security-permissions-windows-active-directory-authentication-issues/#comment-615</guid>
		<description><![CDATA[Correction: Use the Query: select * from sys.syslogins]]></description>
		<content:encoded><![CDATA[<p>Correction: Use the Query: select * from sys.syslogins</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server 2008 Security Permissions &#8211; Windows / Active Directory Authentication Issues by brentblawat</title>
		<link>http://bittangents.com/2010/10/04/sql-server-2008-security-permissions-windows-active-directory-authentication-issues/#comment-614</link>
		<dc:creator><![CDATA[brentblawat]]></dc:creator>
		<pubDate>Wed, 04 Jan 2012 17:30:27 +0000</pubDate>
		<guid isPermaLink="false">https://brentblawat.wordpress.com/2010/10/04/sql-server-2008-security-permissions-windows-active-directory-authentication-issues/#comment-614</guid>
		<description><![CDATA[Ben - Sounds like there is something else going on. SQL Server 2008 has a pretty strict security model where it leverages LDAP (or Kerberos) to access to domain controller for security (re)authentication. If you sign into the server using a User, SQL Server will authenticate against active directory. Credential caching doesn&#039;t exist with SQL Server 2008. The other option is that the user you are referring to is part of an additional group or has an individual login for that user.

I would run the query: select * from sys.sysusers 

I would then take a look at the SID for Group and match it to that of the Group in Active Directory. I would bet they would be the same if you can authenticate with Users within that group.

If they don&#039;t match, I would suggest &#039;turning on Mixed Mode Authentication&#039; if it has not been done yet. Sign in as &#039;SA&#039; and remove and readd the approperiate group.

Let me know if this addresses your issue or if you need further help with this.

Happy Coding

-Brenton]]></description>
		<content:encoded><![CDATA[<p>Ben &#8211; Sounds like there is something else going on. SQL Server 2008 has a pretty strict security model where it leverages LDAP (or Kerberos) to access to domain controller for security (re)authentication. If you sign into the server using a User, SQL Server will authenticate against active directory. Credential caching doesn&#8217;t exist with SQL Server 2008. The other option is that the user you are referring to is part of an additional group or has an individual login for that user.</p>
<p>I would run the query: select * from sys.sysusers </p>
<p>I would then take a look at the SID for Group and match it to that of the Group in Active Directory. I would bet they would be the same if you can authenticate with Users within that group.</p>
<p>If they don&#8217;t match, I would suggest &#8216;turning on Mixed Mode Authentication&#8217; if it has not been done yet. Sign in as &#8216;SA&#8217; and remove and readd the approperiate group.</p>
<p>Let me know if this addresses your issue or if you need further help with this.</p>
<p>Happy Coding</p>
<p>-Brenton</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server 2008 Security Permissions &#8211; Windows / Active Directory Authentication Issues by Ben</title>
		<link>http://bittangents.com/2010/10/04/sql-server-2008-security-permissions-windows-active-directory-authentication-issues/#comment-613</link>
		<dc:creator><![CDATA[Ben]]></dc:creator>
		<pubDate>Wed, 04 Jan 2012 16:38:24 +0000</pubDate>
		<guid isPermaLink="false">https://brentblawat.wordpress.com/2010/10/04/sql-server-2008-security-permissions-windows-active-directory-authentication-issues/#comment-613</guid>
		<description><![CDATA[A circumstance that I just ran across, is that when using windows authentication if the name of an active directory group that has access to a database in SQL Server is changed, the SQL still remains the same and access still works correctly.  I found that if I tried to create a login for the new group name and the old one was still setup I would get the error that the server principle already exists.  After reading this I believe that is because the AD Group was renamed and the SID did not change.  Does anyone know if there is a way to update the SQL Server logins with the new names from the AD without deleting and recreating them?]]></description>
		<content:encoded><![CDATA[<p>A circumstance that I just ran across, is that when using windows authentication if the name of an active directory group that has access to a database in SQL Server is changed, the SQL still remains the same and access still works correctly.  I found that if I tried to create a login for the new group name and the old one was still setup I would get the error that the server principle already exists.  After reading this I believe that is because the AD Group was renamed and the SID did not change.  Does anyone know if there is a way to update the SQL Server logins with the new names from the AD without deleting and recreating them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server 2008 Security Permissions &#8211; Windows / Active Directory Authentication Issues by none</title>
		<link>http://bittangents.com/2010/10/04/sql-server-2008-security-permissions-windows-active-directory-authentication-issues/#comment-612</link>
		<dc:creator><![CDATA[none]]></dc:creator>
		<pubDate>Wed, 02 Nov 2011 20:48:46 +0000</pubDate>
		<guid isPermaLink="false">https://brentblawat.wordpress.com/2010/10/04/sql-server-2008-security-permissions-windows-active-directory-authentication-issues/#comment-612</guid>
		<description><![CDATA[Thank-you for this tidbit:
5: import-module activedirectory]]></description>
		<content:encoded><![CDATA[<p>Thank-you for this tidbit:<br />
5: import-module activedirectory</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Powershell Import-GPO : The Data Is Invalid Fixed by brentblawat</title>
		<link>http://bittangents.com/2010/04/20/powershell-import-gpo-the-data-is-invalid-fixed/#comment-604</link>
		<dc:creator><![CDATA[brentblawat]]></dc:creator>
		<pubDate>Tue, 11 Oct 2011 13:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://brentblawat.wordpress.com/2010/04/20/powershell-import-gpo-the-data-is-invalid-fixed/#comment-604</guid>
		<description><![CDATA[Thanks for the comment!]]></description>
		<content:encoded><![CDATA[<p>Thanks for the comment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Powershell Import-GPO : The Data Is Invalid Fixed by Box293</title>
		<link>http://bittangents.com/2010/04/20/powershell-import-gpo-the-data-is-invalid-fixed/#comment-603</link>
		<dc:creator><![CDATA[Box293]]></dc:creator>
		<pubDate>Tue, 11 Oct 2011 01:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://brentblawat.wordpress.com/2010/04/20/powershell-import-gpo-the-data-is-invalid-fixed/#comment-603</guid>
		<description><![CDATA[I came across the same error when using the Copy-GPO command. It turns out that my .migtable file did not have enough entries. My source GPO has lots of folder redirections and my .migtable file did not have an entry for the Downloads redirection. Once I added that entry everthing worked fine.]]></description>
		<content:encoded><![CDATA[<p>I came across the same error when using the Copy-GPO command. It turns out that my .migtable file did not have enough entries. My source GPO has lots of folder redirections and my .migtable file did not have an entry for the Downloads redirection. Once I added that entry everthing worked fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerShell Script: Retrieving Distinguished name (DN) from A Fully Qualified Domain Name (FQDN) by Marketta Castellano</title>
		<link>http://bittangents.com/2010/02/22/powershell-script-retrieving-distinguished-name-dn-from-a-fully-qualified-domain-name-fqdn/#comment-595</link>
		<dc:creator><![CDATA[Marketta Castellano]]></dc:creator>
		<pubDate>Sun, 11 Sep 2011 23:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://brentblawat.wordpress.com/2010/02/22/powershell-script-retrieving-distinguished-name-dn-from-a-fully-qualified-domain-name-fqdn/#comment-595</guid>
		<description><![CDATA[This weblog is fantastic. There is generally all of the ideal information in the tips of my fingers. Many thanks and keep up the beneficial work!]]></description>
		<content:encoded><![CDATA[<p>This weblog is fantastic. There is generally all of the ideal information in the tips of my fingers. Many thanks and keep up the beneficial work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server 2008 Security Permissions &#8211; Windows / Active Directory Authentication Issues by brentblawat</title>
		<link>http://bittangents.com/2010/10/04/sql-server-2008-security-permissions-windows-active-directory-authentication-issues/#comment-575</link>
		<dc:creator><![CDATA[brentblawat]]></dc:creator>
		<pubDate>Tue, 19 Jul 2011 15:18:32 +0000</pubDate>
		<guid isPermaLink="false">https://brentblawat.wordpress.com/2010/10/04/sql-server-2008-security-permissions-windows-active-directory-authentication-issues/#comment-575</guid>
		<description><![CDATA[Chuck - 
SQL Server 2008 Standard for Small Business is supposed to be installed on a domain controller that holds all of the FSMO roles. Part of the system checks that Microsoft performs is that there are no more than 75 users in Active Directory. &lt;a href=&quot;http://www.microsoft.com/sqlserver/2008/en/us/small-business.aspx&quot; rel=&quot;nofollow&quot;&gt;http://www.microsoft.com/sqlserver/2008/en/us/small-business.aspx&lt;/a&gt;.

Do you have Small Business Server 2008 or is your domain a Standard 2008 Windows Domain?
What message is appearing within the event log / sql query that makes him think the issue is related to Active Directory?

Can you provide more details of your environment?

-Brenton]]></description>
		<content:encoded><![CDATA[<p>Chuck &#8211;<br />
SQL Server 2008 Standard for Small Business is supposed to be installed on a domain controller that holds all of the FSMO roles. Part of the system checks that Microsoft performs is that there are no more than 75 users in Active Directory. <a href="http://www.microsoft.com/sqlserver/2008/en/us/small-business.aspx" rel="nofollow">http://www.microsoft.com/sqlserver/2008/en/us/small-business.aspx</a>.</p>
<p>Do you have Small Business Server 2008 or is your domain a Standard 2008 Windows Domain?<br />
What message is appearing within the event log / sql query that makes him think the issue is related to Active Directory?</p>
<p>Can you provide more details of your environment?</p>
<p>-Brenton</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server 2008 Security Permissions &#8211; Windows / Active Directory Authentication Issues by Chuck</title>
		<link>http://bittangents.com/2010/10/04/sql-server-2008-security-permissions-windows-active-directory-authentication-issues/#comment-574</link>
		<dc:creator><![CDATA[Chuck]]></dc:creator>
		<pubDate>Tue, 19 Jul 2011 14:46:17 +0000</pubDate>
		<guid isPermaLink="false">https://brentblawat.wordpress.com/2010/10/04/sql-server-2008-security-permissions-windows-active-directory-authentication-issues/#comment-574</guid>
		<description><![CDATA[Nice post. I&#039;m looking for a quick workaround to a different problem and I hope you can help. We have installed SQL Sever 2008 Standard for Small Business which is supposed to have unlimited database size. Ours is complaining at 10 GBytes, which our sys admin says is because we do not implement Active Directory. Do you know of a workaround to allow us to go above 10GB (without installing Active Directory)?]]></description>
		<content:encoded><![CDATA[<p>Nice post. I&#8217;m looking for a quick workaround to a different problem and I hope you can help. We have installed SQL Sever 2008 Standard for Small Business which is supposed to have unlimited database size. Ours is complaining at 10 GBytes, which our sys admin says is because we do not implement Active Directory. Do you know of a workaround to allow us to go above 10GB (without installing Active Directory)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerShell Script: Finding A Distinguished Name of a Group/User: Function Find-DN by Tom</title>
		<link>http://bittangents.com/2010/03/08/powershell-script-finding-a-distinguished-name-of-a-groupuser-function-find-dn/#comment-541</link>
		<dc:creator><![CDATA[Tom]]></dc:creator>
		<pubDate>Thu, 26 May 2011 13:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://brentblawat.wordpress.com/2010/03/08/powershell-script-finding-a-distinguished-name-of-a-groupuser-function-find-dn/#comment-541</guid>
		<description><![CDATA[Great script! Would like to use it in a script listing folder permissions (including group members) however am having trouble getting find-dn to read it&#039;s input from a txt/csv file.

Any help would be great]]></description>
		<content:encoded><![CDATA[<p>Great script! Would like to use it in a script listing folder permissions (including group members) however am having trouble getting find-dn to read it&#8217;s input from a txt/csv file.</p>
<p>Any help would be great</p>
]]></content:encoded>
	</item>
</channel>
</rss>

