{"id":271,"date":"2016-06-05T08:08:03","date_gmt":"2016-06-05T07:08:03","guid":{"rendered":"http:\/\/tastaturkind.ch\/?p=271"},"modified":"2017-11-28T22:04:56","modified_gmt":"2017-11-28T21:04:56","slug":"attribute-useraccountcontrol","status":"publish","type":"post","link":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/2016\/06\/05\/attribute-useraccountcontrol\/","title":{"rendered":"Attribute userAccountControl"},"content":{"rendered":"<pre>Const ADS_UF_ACCOUNT_DISABLE = 2\nConst ADS_UF_PASSWD_NOTREQD = 32\nConst ADS_UF_DONT_EXPIRE_PASSWD = 65536\n\n'Alle Accounts, die deaktiviert sind:\n' =&gt; ADS_UF_ACCOUNT_DISABLE = 2\n' =&gt; \nldapFilter = \"(userAccountControl:1.2.840.113556.1.4.803:=2)\"\n\n'Alle Accounts, die nicht deaktiviert sind:\n' =&gt; ADS_UF_ACCOUNT_DISABLE = 2\n' =&gt; \nldapFilter = \"(!(userAccountControl:1.2.840.113556.1.4.803:=2))\"\n\n'Alle Accounts, die kein Passwort ben\u00f6tigen ODER deren Passwort nie abl\u00e4uft:\n' =&gt; ADS_UF_PASSWD_NOTREQD And ADS_UF_DONT_EXPIRE_PASSWD = 32 + 65536 = 65568\n' =&gt; \nldapFilter = \"(userAccountControl:1.2.840.113556.1.4.804:=65568)\"\n\n'Alle Accounts, die deaktiviert sind UND die kein Passwort ben\u00f6tigen:\n' =&gt; ADS_UF_PASSWD_NOTREQD And ADS_UF_ACCOUNT_DISABLE = 32 + 2 = 34\n' =&gt; \nldapFilter = \"(userAccountControl:1.2.840.113556.1.4.803:=34)\"<\/pre>\n<p>mehr: <a href=\"http:\/\/www.selfadsi.de\/ads-attributes\/user-userAccountControl.htm\" target=\"_blank\">http:\/\/www.selfadsi.de\/ads-attributes\/user-userAccountControl.htm<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Const ADS_UF_ACCOUNT_DISABLE = 2 Const ADS_UF_PASSWD_NOTREQD = 32 Const ADS_UF_DONT_EXPIRE_PASSWD = 65536 &#8218;Alle Accounts, die deaktiviert sind: &#8218; =&gt; ADS_UF_ACCOUNT_DISABLE = 2 &#8218; =&gt; ldapFilter = &#8222;(userAccountControl:1.2.840.113556.1.4.803:=2)&#8220; &#8218;Alle Accounts, die nicht deaktiviert sind: &#8218; =&gt; ADS_UF_ACCOUNT_DISABLE = 2 &#8218; =&gt; &hellip; <a href=\"https:\/\/oliver-frick.ch\/wordpress\/index.php\/2016\/06\/05\/attribute-useraccountcontrol\/\">Weiterlesen <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[],"tags":[],"class_list":["post-271","post","type-post","status-publish","format-standard","hentry"],"_links":{"self":[{"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/posts\/271","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/comments?post=271"}],"version-history":[{"count":1,"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/posts\/271\/revisions"}],"predecessor-version":[{"id":293,"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/posts\/271\/revisions\/293"}],"wp:attachment":[{"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/media?parent=271"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/categories?post=271"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/tags?post=271"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}