<?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>Blogpro IT &#187; Uncategorized</title>
	<atom:link href="http://blogpro.justtheitguy.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogpro.justtheitguy.com</link>
	<description>Note IT</description>
	<lastBuildDate>Tue, 25 May 2010 13:07:53 +0000</lastBuildDate>
	<language>fr</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fedora: ajouter un programme au démarrage</title>
		<link>http://blogpro.justtheitguy.com/2009/03/31/fedora-ajouter-un-programme-au-demarrage/</link>
		<comments>http://blogpro.justtheitguy.com/2009/03/31/fedora-ajouter-un-programme-au-demarrage/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 18:24:00 +0000</pubDate>
		<dc:creator>Minus</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://blogpro.justtheitguy.com/?p=61</guid>
		<description><![CDATA[1.) make a new file in the /etc/init.d/ directory
2.) add your script to this file with the following lines at the top
#!/bin/bash
# chkconfig: 345 85 15
# description: of your file
3.) enter this in the shell
chkconfig --add startup_filename
]]></description>
			<content:encoded><![CDATA[<pre><span class="number">1</span><span class="punct">.)</span> <span class="ident">make</span> <span class="ident">a</span> <span class="ident">new</span> <span class="ident">file</span> <span class="keyword">in</span> <span class="ident">the</span> <span class="punct">/</span><span class="ident">etc</span><span class="punct">/</span><span class="ident">init</span><span class="punct">.</span><span class="ident">d</span><span class="punct">/</span> <span class="ident">directory</span><span class="number">
2</span><span class="punct">.)</span> <span class="ident">add</span> <span class="ident">your</span> <span class="ident">script</span> <span class="ident">to</span> <span class="ident">this</span> <span class="ident">file</span> <span class="ident">with</span> <span class="ident">the</span> <span class="ident">following</span> <span class="ident">lines</span> <span class="ident">at</span> <span class="ident">the</span> <span class="ident">top</span><span class="punct">
</span><span class="comment">#!/bin/bash</span><span class="comment">
# chkconfig: 345 85 15</span><span class="comment">
# description: of your file</span>
<span class="number">3</span><span class="punct">.)</span> <span class="ident">enter</span> <span class="ident">this</span> <span class="keyword">in</span> <span class="ident">the</span> <span class="ident">shell</span><span class="punct">
</span><span class="ident">chkconfig</span> <span class="punct">--</span><span class="ident">add</span> <span class="ident">startup_filename</span></pre>
]]></content:encoded>
			<wfw:commentRss>http://blogpro.justtheitguy.com/2009/03/31/fedora-ajouter-un-programme-au-demarrage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AD CS: Nouveaute Windows Server 2008 Active Directory Certificate Services (AD CS)</title>
		<link>http://blogpro.justtheitguy.com/2008/01/16/ad-cs-nouveaute-windows-server-2008-active-directory-certificate-services-ad-cs/</link>
		<comments>http://blogpro.justtheitguy.com/2008/01/16/ad-cs-nouveaute-windows-server-2008-active-directory-certificate-services-ad-cs/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 16:52:00 +0000</pubDate>
		<dc:creator>Minus</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://blogpro.justtheitguy.com/?p=36</guid>
		<description><![CDATA[Avec Windows Server 2008, les PKI ont été totalement revu.
On voit apparaitre AD CS (Active Directory Certificate Services) qui englobe de nombreux services autour du PKI
Online Certificate Status Protocol (OCSP)
Online Responder basé sur le protocole OCSP permet de remplacer la publication, souvent fastidieuse, de la CRL (Certificate Revocation Lists), indispensable pour une bonne gestion de [...]]]></description>
			<content:encoded><![CDATA[<p>Avec Windows Server 2008, les PKI ont été totalement revu.</p>
<p>On voit apparaitre AD CS (Active Directory Certificate Services) qui englobe de nombreux services autour du PKI</p>
<h2>Online Certificate Status Protocol (OCSP)</h2>
<p>Online Responder basé sur le protocole OCSP permet de remplacer la publication, souvent fastidieuse, de la CRL (Certificate Revocation Lists), indispensable pour une bonne gestion de certificats généré par les CAs (Certificate Authorities)</p>
<p>Pour une plus grande disponibilité, il est possible de couplé plusieur serveur Online Responder afin de créer une Online Responder Array.</p>
<h2>Network Device Enrollment Service (NDES)</h2>
<p>NDES fonctionne comme un filtre ISAPI (Internet Server Application Programming Interface) utilisé par IIS qui gére :</p>
<p>- l&#8217;authentification &#8220;authomatique&#8221; à travers les navigateur<br />
- <span>l&#8217;enrollment des requêtres SCEP (</span><strong>Simple Certificate Enrollment Protocol</strong>) utilisé par les passerelles VPN IPSec (Cisco avec certificat X509)</p>
<p>NDES s&#8217;applique aux entreprises ayant un PKI géré par un/des CA sous Windows Server 2008 et voulant améliorer la sécurité en utilisant l&#8217;IPsec avec les éléments réseau (routeurs et switchs)</p>
<h2>Restricted Enrollment Agent</h2>
<p>Une nouvelle notion apparait avec la gestion des droits des Agent d&#8217;enrollment sur les PKI.<br />
Cela permet de désigner l&#8217;étendu des actions possible de chaque Agent sur le PKI.</p>
<h2>Enterprise PKI (PKIView)</h2>
<div class="byline">PKIView, appelé auparavant PKI Health tool sur Windows Server 2003 (outil présent dans le Ressource Kit), est présenté sous la forme d&#8217;une MMC.<br />
Elle permet de monitorer l&#8217;état de CAs sur l&#8217;ensemble de l&#8217;entreprise.</div>
]]></content:encoded>
			<wfw:commentRss>http://blogpro.justtheitguy.com/2008/01/16/ad-cs-nouveaute-windows-server-2008-active-directory-certificate-services-ad-cs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WDS: Windows Deployment Services Role, le RIS remanie a la sauce Windows Server 2008</title>
		<link>http://blogpro.justtheitguy.com/2008/01/16/wds-windows-deployment-services-role-le-ris-remanie-a-la-sauce-windows-server-2008/</link>
		<comments>http://blogpro.justtheitguy.com/2008/01/16/wds-windows-deployment-services-role-le-ris-remanie-a-la-sauce-windows-server-2008/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 15:06:00 +0000</pubDate>
		<dc:creator>Minus</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://blogpro.justtheitguy.com/?p=34</guid>
		<description><![CDATA[Windows Deployment Services Role
Server components. These components include a Pre-Boot Execution Environment (PXE) server and Trivial File Transfer Protocol (TFTP) server for network booting a client to load and install an operating system. Also included is a shared folder and image repository that contains boot images, install images, and files that you need specifically for [...]]]></description>
			<content:encoded><![CDATA[<h2>Windows Deployment Services Role</h2>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="listItem"><strong>Server components</strong>. These components include a Pre-Boot Execution Environment (PXE) server and Trivial File Transfer Protocol (TFTP) server for network booting a client to load and install an operating system. Also included is a shared folder and image repository that contains boot images, install images, and files that you need specifically for network boot. There is also a networking layer, a multicast component, and a diagnostics component.</td>
</tr>
<tr>
<td class="listBullet" valign="top">•</td>
<td class="listItem"><strong>Client components.</strong> These components include a graphical user interface that runs within the Windows Pre-Installation Environment (Windows PE). When a user selects an operating system image, the client components communicate with the server components to install the image.</td>
</tr>
<tr>
<td class="listBullet" valign="top">•</td>
<td class="listItem"><strong>Management components</strong>. These components are a set of tools that you use to manage the server, operating system images, and client computer accounts.</td>
</tr>
</tbody>
</table>
<table class="dataTable" dir="ltr" border="0" cellspacing="0" cellpadding="0">
<thead class="stdHeader">
<tr>
<td class="stdHeader">Changes from RIS</td>
<td class="stdHeader">Changes from Windows Deployment Services on Windows Server 2003</td>
</tr>
</thead>
<tbody>
<tr class="evenRecord" valign="top">
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="listBullet" valign="top">•</td>
<td class="listItem">Ability to deploy Windows Vista and Windows Server 2008.</td>
</tr>
<tr>
<td class="listBullet" valign="top">•</td>
<td class="listItem">Windows PE is the boot operating system.</td>
</tr>
<tr>
<td class="listBullet" valign="top">•</td>
<td class="listItem">Image based installation using Windows image (.wim) files.</td>
</tr>
<tr>
<td class="listBullet" valign="top">•</td>
<td class="listItem">Ability to transmit data and images using multicast.</td>
</tr>
<tr>
<td class="listBullet" valign="top">•</td>
<td class="listItem">Ability to transmit data and images using multicast on a standalone server (when you install <a href="http://technet2.microsoft.com/WindowsServer2008/en/library/13efaa4e-6533-44d6-825d-7c319f7f95601033.mspx#BKMK_TS" target="_self">Transport Server</a></td>
</tr>
<tr>
<td class="listBullet" valign="top">•</td>
<td class="listItem">An extensible and higher-performing PXE server.</td>
</tr>
<tr>
<td class="listBullet" valign="top">•</td>
<td class="listItem">A new boot menu format for selecting boot images.</td>
</tr>
<tr>
<td class="listBullet" valign="top">•</td>
<td class="listItem">A new graphical user interface that you can use to select and deploy images and to manage Windows Deployment Services servers and clients.</td>
</tr>
</tbody>
</table>
</td>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="listBullet" valign="top">•</td>
<td class="listItem">Ability to transmit data and images using multicast.</td>
</tr>
<tr>
<td class="listBullet" valign="top">•</td>
<td class="listItem">Ability to transmit data and images using multicast on a standalone server (when you install <a href="http://technet2.microsoft.com/WindowsServer2008/en/library/13efaa4e-6533-44d6-825d-7c319f7f95601033.mspx#BKMK_TS" target="_self">Transport Server</a></td>
</tr>
<tr>
<td class="listBullet" valign="top">•</td>
<td class="listItem">Does not support RISETUP images or OSChooser screens.</td>
</tr>
<tr>
<td class="listBullet" valign="top">•</td>
<td class="listItem">Enhanced TFTP server.</td>
</tr>
<tr>
<td class="listBullet" valign="top">•</td>
<td class="listItem">Ability to network boot x64-based computers with Extensible Firmware Interface (EFI).</td>
</tr>
<tr>
<td class="listBullet" valign="top">•</td>
<td class="listItem">Metric reporting for installations.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://blogpro.justtheitguy.com/2008/01/16/wds-windows-deployment-services-role-le-ris-remanie-a-la-sauce-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ldifde : Modification de masse de l&#8217;AD</title>
		<link>http://blogpro.justtheitguy.com/2007/12/14/ldifde-modification-de-masse-de-lad/</link>
		<comments>http://blogpro.justtheitguy.com/2007/12/14/ldifde-modification-de-masse-de-lad/#comments</comments>
		<pubDate>Fri, 14 Dec 2007 16:18:00 +0000</pubDate>
		<dc:creator>Minus</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://blogpro.justtheitguy.com/?p=26</guid>
		<description><![CDATA[Dn: cn= dan dinicolo, cn=users, dc=win2000trainer, dc=com
DisplayName: Dan DiNicolo
ObjectClass: user
SAMAccountName: dinicolo
UserPrincipalName: dan@2000trainers.com
TelephoneNumber: 416-555-5555
Dn: cn= jown doe, cn=users, dc=2000trainers, dc=com
DisplayName: John Doe
ObjectClass: user
SAMAccountName: doe
UserPrincipalName: doe@2000trainers.com
TelephoneNumber: 416-555-5556
Lot Parser:
http://www.microsoft.com/technet/scriptcenter/tools/logparser/default.mspx
exemple de template.tpl :
&#60;LPBODY&#62;
dn: CN=%FIELD_2% %FIELD_1%,OU=Americas,DC=Corp,DC=Net
changetype: add
add: userPrincipalName
userPrincipalName: %FIELD_4%
-
&#60;/LPBODY&#62;
type c:\output.csv &#124; logparser “SELECT * FROM STDIN” -i:CSV -o:tpl -tpl:c:\template.tpl -q:on -stats:off &#62;c:\output.ldf
Importation dans AD: ldifde -i -f c:output.ldf
http://technet.microsoft.com/en-us/library/aa997520.aspx
http://www.networksappers.com/nuke/
]]></description>
			<content:encoded><![CDATA[<p>Dn: cn= dan dinicolo, cn=users, dc=win2000trainer, dc=com<br />
DisplayName: Dan DiNicolo<br />
ObjectClass: user<br />
SAMAccountName: dinicolo<br />
UserPrincipalName: dan@2000trainers.com<br />
TelephoneNumber: 416-555-5555</p>
<p>Dn: cn= jown doe, cn=users, dc=2000trainers, dc=com<br />
DisplayName: John Doe<br />
ObjectClass: user<br />
SAMAccountName: doe<br />
UserPrincipalName: doe@2000trainers.com<br />
TelephoneNumber: 416-555-5556</p>
<p>Lot Parser:</p>
<p>http://www.microsoft.com/technet/scriptcenter/tools/logparser/default.mspx</p>
<p>exemple de template.tpl :</p>
<p>&lt;LPBODY&gt;<br />
dn: CN=%FIELD_2% %FIELD_1%,OU=Americas,DC=Corp,DC=Net<br />
changetype: add<br />
add: userPrincipalName<br />
userPrincipalName: %FIELD_4%<br />
-<br />
&lt;/LPBODY&gt;</p>
<p>type c:\output.csv | logparser “SELECT * FROM STDIN” -i:CSV -o:tpl -tpl:c:\template.tpl -q:on -stats:off &gt;c:\output.ldf</p>
<p>Importation dans AD: ldifde -i -f c:output.ldf</p>
<p>http://technet.microsoft.com/en-us/library/aa997520.aspx</p>
<p>http://www.networksappers.com/nuke/</p>
]]></content:encoded>
			<wfw:commentRss>http://blogpro.justtheitguy.com/2007/12/14/ldifde-modification-de-masse-de-lad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
