<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MetroStar Systems Blog &#187; Luiz Felipe Palhano de Jesus</title>
	<atom:link href="http://blog.metrostarsystems.com/author/fpalhano/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.metrostarsystems.com</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 02:50:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>WordPress Active Directory Integration Walkthrough</title>
		<link>http://blog.metrostarsystems.com/2012/05/25/wordpress-active-directory-integration-walkthrough/</link>
		<comments>http://blog.metrostarsystems.com/2012/05/25/wordpress-active-directory-integration-walkthrough/#comments</comments>
		<pubDate>Fri, 25 May 2012 21:13:49 +0000</pubDate>
		<dc:creator>Luiz Felipe Palhano de Jesus</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[LDAP]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://blog.metrostarsystems.com/?p=5148</guid>
		<description><![CDATA[<p>I&#8217;ve gone ahead and created this comprehensive walk-through to help anyone that needs to setup Active Directory Integration on their own WordPress blog.  This walkthrough covers enabling LDAP (Lightweight Directory Access Protocol) through XAMPP (http://www.apachefriends.org/en/xampp.html), downloading and setting up the “Active Directory Integration” plug-in for WordPress, and migrating current WordPress users to Active Directory authenticated [...]</p><p>The post <a href="http://blog.metrostarsystems.com/2012/05/25/wordpress-active-directory-integration-walkthrough/">WordPress Active Directory Integration Walkthrough</a> appeared first on <a href="http://blog.metrostarsystems.com">MetroStar Systems Blog</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve gone ahead and created this comprehensive walk-through to help anyone that needs to setup Active Directory Integration on their own WordPress blog.  This walkthrough covers enabling LDAP (<a href="http://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol">Lightweight Directory Access Protocol</a>) through XAMPP (<a href="http://www.apachefriends.org/en/xampp.html">http://www.apachefriends.org/en/xampp.html</a>), downloading and setting up the “Active Directory Integration” plug-in for WordPress, and migrating current WordPress users to Active Directory authenticated users.  This is advantageous because it enhances your blog&#8217;s security and unifies logins within your organization.  So without further ado, I give you the WordPress Active Directory Integration Walkthrough! (Very original name, I know)</p>
<p><strong>(NOTE</strong>: Before you begin make sure that LDAP support is enabled in your server.  I used XMAPP for my <a href="http://en.wikipedia.org/wiki/Mysql">MySQL</a> and <a href="http://en.wikipedia.org/wiki/Apache_HTTP_Server">Apache</a> implementations, which makes enabling LDAP quite simple. If you are also using XAMPP, simply go to C:\xampp\php, open the php.ini file with a text editor, search for “;extension=php_ldap.dll”, uncomment it (remove the ‘;’ symbol) and save the file with the changes.  Finally restart the Apache and MySQL services through the XMAPP control panel or windows services and LDAP should be enabled.<strong>)</strong></p>
<ol>
<li>First prepare your WordPress site for Active Directory integration by creating temporary users for all current users that will be authenticated using Active Directory (though we will be running through the whole process with a single test user first). <strong>(NOTE</strong>: this is only necessary for users whose current logins [usernames] are the same as their active directory username. For example if my WordPress username was fpalhano and my Active Directory username was ALSO fpalhano, then I would have to create a temporary username to store any posts created by fpalhano while migrating to Active Directory authentication.  If this doesn’t apply to you, skip to steps 3 and 4.<strong>)</strong></li>
<li>To do this first make sure you are logged in as an admin, then navigate to the users tab on the left-hand side of the dashboard. <strong>(NOTE</strong>: if there is no “admin” user with no posts, I would suggest you create one now and login to that user until this process is complete<strong>)<a href="http://blog.metrostarsystems.com/2012/05/25/wordpress-active-directory-integration-walkthrough/blog1/" rel="attachment wp-att-5151"><img class="aligncenter size-full wp-image-5151" src="http://blog.metrostarsystems.com/wp-content/uploads/2011/08/blog1.png" alt="" width="560" height="188" /></a></strong></li>
<li>From here create a new temporary user with the same role as the user you are trying to create a temp account for (I suggest [user]_temp, were [user] is the name of the current user account, but it is entirely up to you). <strong>(NOTE</strong>: it requires that you put an email for the temp account but it doesn’t really matter what you put<strong>)</strong></li>
<li>Once you have created the temp user you will want to transfer all of the user’s posts to the temp user.  To transfer the posts all you have to do is hover your mouse cursor over the actual user and click delete (which should appear right under the username as you mouse over it).  This will bring up the “Delete Users” screen.  Now select the “Attribute all posts and links to” radio button and choose the corresponding temp user for the user you are deleting. Finally confirm the deletion.<a href="http://blog.metrostarsystems.com/2012/05/25/wordpress-active-directory-integration-walkthrough/blog2/" rel="attachment wp-att-5152"><img class="aligncenter size-full wp-image-5152" src="http://blog.metrostarsystems.com/wp-content/uploads/2011/08/blog2.png" alt="" width="560" height="194" /></a></li>
<li>Now install the “Active Directory Integration” plugin by Christoph Steindorff and ECW GmbH.  To do this first navigate to the “Plugins” tab on the left side of the dashboard and choose “add new”, again on the left side of the dashboard.  Now type “Active Directory Integration” into the search field and click “Search Plugins”.<a href="http://blog.metrostarsystems.com/2012/05/25/wordpress-active-directory-integration-walkthrough/blog3-2/" rel="attachment wp-att-5204"><img class="aligncenter size-full wp-image-5204" src="http://blog.metrostarsystems.com/wp-content/uploads/2011/08/blog31.png" alt="" width="552" height="219" /></a></li>
<li>This should bring you a results page. Select the correct plugin (Active Directory Integration) and click “Install Now”.<a href="http://blog.metrostarsystems.com/2012/05/25/wordpress-active-directory-integration-walkthrough/blog4-2/" rel="attachment wp-att-5155"><img class="aligncenter size-full wp-image-5155" src="http://blog.metrostarsystems.com/wp-content/uploads/2011/08/blog41.png" alt="" width="562" height="154" /></a></li>
<li>A prompt will come up asking if you are sure you want to install, click ok.</li>
<li>Now go back into the Plugins menu and activate the plugin.<a href="http://blog.metrostarsystems.com/2012/05/25/wordpress-active-directory-integration-walkthrough/blog5/" rel="attachment wp-att-5156"><img class="aligncenter size-full wp-image-5156" src="http://blog.metrostarsystems.com/wp-content/uploads/2011/08/blog5.png" alt="" width="561" height="148" /></a></li>
<li> Then click on the “Settings” tab on the left side and select “Active directory Integration” underneath it.  Now fill all the fields in the “Server” tab with all relevant information and save the changes.<strong>(NOTE: </strong>you may put either the ip address or the actual name of your domain controller in the “Domain Controllers” field, but certain domain controller configurations may cause the plug-in to break if you don&#8217;t use an IP address for that field<strong>)<a href="http://blog.metrostarsystems.com/2012/05/25/wordpress-active-directory-integration-walkthrough/blog6censor-2/" rel="attachment wp-att-5199"><img class="aligncenter size-full wp-image-5199" src="http://blog.metrostarsystems.com/wp-content/uploads/2011/08/blog6censor1.png" alt="" width="566" height="291" /></a></strong></li>
<li> While still in the Active Directory Integration settings, click on the User tab.  Add your domain suffix to the “Account Suffix” field. Save the changes.</li>
<li> If you wish to test to see if the settings you applied are correct, navigate to the “Test Tool” tab in the Active Directory Integration settings.  From here you may type in any current Active Directory user and their associated password to see if you can connect to the Active Directory server.  A successful test should look something like this:<img class="aligncenter size-full wp-image-5213" src="http://blog.metrostarsystems.com/wp-content/uploads/2011/08/blog7censor2.png" alt="" width="470" height="543" />(<strong>NOTE:</strong> the domain suffixes and ip address(s) were removed for security reasons.)</li>
<li> Now that you have confirmed that the Active Directory Integration is working properly, <strong>DISABLE</strong> the plugin (<strong>VERY IMPORTANT</strong>) and repeat steps 3 and 4 for every user that is being migrated to Active Directory Authentication.  Remember the note at the beginning of this Walkthrough that this step is only necessary for users whose current WordPress username the SAME as their Active Directory username. <strong>(NOTE</strong>: you may run through this process [Steps 12 and 13] all at once or one user at a time.  However, do not forget that every time you create a temp user, the plugin must be <strong>DISABLED</strong>, and vice versa for Active Directory users.  For more information, see Final NOTE below.<strong>)</strong></li>
<li> From here <strong>REENABLE </strong>the Active Directory Integration plugin (again <strong>VERY IMPORTANT</strong>) and then simply repeat steps 3 and 4 again, but in reverse.  Create a user whose name corresponds to their Active Directory name and then delete the associated temp user (or old user, if creating a temp was unnecessary for said user), transferring all posts to the new user.  From now on whenever the new user logs in it will use the Active Directory server to authenticate the user with the corresponding password in Active Directory. </li>
</ol>
<p><strong>(Final NOTE</strong>: If you ever need to create a NON-Active Directory user, i.e. a local user, you will have to disable the “Active Directory Integration” plugin BEFORE you create the user, otherwise it will try to authenticate said user with Active Directory and fail.  Furthermore you will NOT be able to login using any Active Directory users if the “Active Directory Integration” plugin is disabled, but you WILL be able to login to any previously created local users even if the “Active Directory Integration” plugin is enabled.  Because of this, I suggest keeping one local admin in the WordPress user pool even if you plan on only using Active Directory login.  This is so that you can still login to the admin console even if you accidently disable the “Active Directory Integration” plugin.<strong>)</strong></p>
<p>And there you have it, I hope that this walkthrough has helped you implement Active Directory Integration on your own WordPress blog.  There are plenty of other options available in this extremely powerful plugin, but they are beyond the scope of this post.  However, if there is enough interest I may do a follow-up post that outlines these options.  Now go ahead and enjoy the extra security that comes from using a unified Active Directory login.  If anyone has any questions, feel free to ask in the comments below and I&#8217;ll answer them to the best of my ability.</p>
<p>The post <a href="http://blog.metrostarsystems.com/2012/05/25/wordpress-active-directory-integration-walkthrough/">WordPress Active Directory Integration Walkthrough</a> appeared first on <a href="http://blog.metrostarsystems.com">MetroStar Systems Blog</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.metrostarsystems.com/2012/05/25/wordpress-active-directory-integration-walkthrough/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Supernova Active Directory Upgrade</title>
		<link>http://blog.metrostarsystems.com/2012/05/22/supernova-active-directory-upgrade/</link>
		<comments>http://blog.metrostarsystems.com/2012/05/22/supernova-active-directory-upgrade/#comments</comments>
		<pubDate>Tue, 22 May 2012 20:08:57 +0000</pubDate>
		<dc:creator>Luiz Felipe Palhano de Jesus</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[MetroStar Systems]]></category>
		<category><![CDATA[Supernova]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.metrostarsystems.com/?p=5136</guid>
		<description><![CDATA[<p>            I’m excited to announce that the MetroStar Systems blog, SUPERNOVA, has just received a major backend upgrade, an Active Directory login system.  This is a project that I have been working on for the last few weeks and was something that I really wanted to have implemented before I finished my Summer internship here at [...]</p><p>The post <a href="http://blog.metrostarsystems.com/2012/05/22/supernova-active-directory-upgrade/">Supernova Active Directory Upgrade</a> appeared first on <a href="http://blog.metrostarsystems.com">MetroStar Systems Blog</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>            I’m excited to announce that the MetroStar Systems blog, SUPERNOVA, has just received a major backend upgrade, an <a href="http://en.wikipedia.org/wiki/Active_Directory">Active Directory</a> login system.  This is a project that I have been working on for the last few weeks and was something that I really wanted to have implemented before I finished my Summer internship here at MetroStar. </p>
<p>            The security advantages alone make this a worthwhile upgrade.  Before this upgrade users of the blog had a login that was separate from their main login.  This was an issue because it meant that two logins would have to be tracked for all employees.  On top of that each login had to be managed by separate departments, which left even more room for miscommunication and error.  Now, with the unified login system, every time a user logs in to Supernova he or she is authenticated through Active Directory, which is a major boon to network security.</p>
<p>            All of this was accomplished through the use of the “Active Directory Integration” plugin for WordPress (<a href="http://wordpress.org/extend/plugins/active-directory-integration/">http://wordpress.org/extend/plugins/active-directory-integration/</a>).  There were a few issues that had to be ironed out before the push to the production site but for the most part the plugin made it pretty painless.  The main issue that I ran into was that none of the Active Directory users would authenticate initially.  It actually turned out to be a problem with the domain controller in our development domain. This project actually helped pinpoint the issue and our IT team was able to seamlessly fix it.  How all this was implemented will actually be detailed in a second post that I am writing and will be completed shortly. </p>
<p>-Felipe</p>
<p>The post <a href="http://blog.metrostarsystems.com/2012/05/22/supernova-active-directory-upgrade/">Supernova Active Directory Upgrade</a> appeared first on <a href="http://blog.metrostarsystems.com">MetroStar Systems Blog</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.metrostarsystems.com/2012/05/22/supernova-active-directory-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
