<?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>Schose's Blog &#187; Active Directory</title>
	<atom:link href="http://blog.schose.net/index.php/archives/category/windows/active-directory/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.schose.net</link>
	<description>I like default settings!!! ;)</description>
	<lastBuildDate>Tue, 03 Mar 2009 01:01:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Schlafende User finden&#8230;</title>
		<link>http://blog.schose.net/index.php/archives/11</link>
		<comments>http://blog.schose.net/index.php/archives/11#comments</comments>
		<pubDate>Mon, 13 Aug 2007 20:32:58 +0000</pubDate>
		<dc:creator>andreas</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://wordpress-art.ndfnet.de/index.php/archives/11</guid>
		<description><![CDATA[Man nehme
1. ein Utility um Active Directory &#8220;Quick&#038;Dirty&#8221; per LDAP abzufragen (zum Beispiel adfind von hier)
2. Das Feld UserAccountControl ist bitkodiert. KB269181 erkÃ¤rt wie man AND/OR abfragen gegen LDAP fÃ¤hrt.
3. MS KB305144  liefert die abzufragenden Eigenschaften von UserAccountControl Attribut (z.B: Account Expired = 8388608)
4. Beispielabfrage:
finde deaktivierte User:
adfind -s subtree -b OU=EGAL,DC=MYDOMAIN,DC=LOC -f userAccountControl:1.2.840.113556.1.4.803:=2 -dn
finde [...]]]></description>
			<content:encoded><![CDATA[<p>Man nehme<br />
1. ein Utility um Active Directory &#8220;Quick&#038;Dirty&#8221; per LDAP abzufragen (zum Beispiel adfind von <a href="http://www.joeware.net/freetools/tools/adfind/index.htm">hier</a>)<br />
2. Das Feld UserAccountControl ist bitkodiert. <a href=" http://support.microsoft.com/kb/269181">KB269181</a> erkÃ¤rt wie man AND/OR abfragen gegen LDAP fÃ¤hrt.<br />
3. MS <a href="http://support.microsoft.com/kb/305144">KB305144 </a> liefert die abzufragenden Eigenschaften von UserAccountControl Attribut (z.B: Account Expired = 8388608)<br />
4. Beispielabfrage:</p>
<p>finde deaktivierte User:<br />
<code>adfind -s subtree -b OU=EGAL,DC=MYDOMAIN,DC=LOC -f userAccountControl:1.2.840.113556.1.4.803:=2 -dn</code></p>
<p>finde User mit abgelaufenen Passwort:<br />
<code>adfind -s subtree -b OU=EGAL,DC=MYDOMAIN,DC=LOC -f userAccountControl:1.2.840.113556.1.4.803:=8388608 -dn</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schose.net/index.php/archives/11/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
