<?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>YourHelpCenter.de &#187; Sicherheit</title>
	<atom:link href="http://www.yourhelpcenter.de/category/sicherheit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yourhelpcenter.de</link>
	<description>Hilfe &#38; Support für IT Probleme</description>
	<lastBuildDate>Wed, 28 Jul 2010 21:17:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Linux: Dateien per SCP ohne Passworteingabe kopieren (SSH)</title>
		<link>http://www.yourhelpcenter.de/2010/07/linux-dateien-per-scp-ohne-passworteingabe-kopieren-ssh/</link>
		<comments>http://www.yourhelpcenter.de/2010/07/linux-dateien-per-scp-ohne-passworteingabe-kopieren-ssh/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 07:15:29 +0000</pubDate>
		<dc:creator>Günther</dc:creator>
				<category><![CDATA[Anleitungen]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sicherheit]]></category>
		<category><![CDATA[b]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[Batchmodus]]></category>
		<category><![CDATA[Cronjob]]></category>
		<category><![CDATA[Datei kopieren]]></category>
		<category><![CDATA[dateien kopieren]]></category>
		<category><![CDATA[einfach]]></category>
		<category><![CDATA[geschützt]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[passwort]]></category>
		<category><![CDATA[Passwort eingeben]]></category>
		<category><![CDATA[Passworteingabe]]></category>
		<category><![CDATA[SCP]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[sicher]]></category>

		<guid isPermaLink="false">http://www.yourhelpcenter.de/?p=1050</guid>
		<description><![CDATA[Wenn Sie automatisch per SCP Dateien kopieren möchten und dabei nicht das Passwort eingeben können oder möchten, dann hilft Ihnen diese Anleitung. Für dieses Beispiel sollen Dateien von Server 1 auf Server 2 kopiert werden: Für dieses Beispiel gelten folgende Bedingungen: Das Script liegt auf Server 2 &#8211; die Daten werden von Server 1 &#8220;abgeholt&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Wenn Sie automatisch per SCP Dateien kopieren möchten und dabei nicht das Passwort eingeben können oder möchten, dann hilft Ihnen diese Anleitung. Für dieses Beispiel sollen Dateien von Server 1 auf Server 2 kopiert werden:</p>
<p><img src="http://www.yourhelpcenter.de/wp-content/uploads/2010/07/Kopieren-per-SSH.jpg" alt="" title="" width="682" height="96" class="alignnone size-full wp-image-1344" /></p>
<p>Für dieses Beispiel gelten folgende Bedingungen:</p>
<ul>
<li>Das Script liegt auf Server 2 &#8211; die Daten werden von Server 1 &#8220;abgeholt&#8221;</li>
<li>Der Benutzer für den Datentransfer heißt &#8220;backup&#8221;</li>
</ul>
<p>Vorbereitungen auf Server 1 (Quelle):</p>
<ul>
<li>Unter dem Benutzernamen &#8220;backup&#8221; anmelden oder zum Benutzer wechseln:<br />
<code>su backup</code></li>
<li>Schlüssel für den automatischen Zugriff von Server 2 erstellen.<br />
Dieser gilt nur für den aktuell angemeldeten Benutzernamen.<br />
<code>ssh-keygen -t dsa</code><br />
Jede Frage mit &#8220;Enter&#8221; beantworten und <strong>kein</strong> Passwort eingeben:<br />
<code>Generating public/private dsa key pair.<br />
Enter file in which to save the key (/home/backup/.ssh/id_dsa):<br />
Created directory '/home/backup/.ssh'.<br />
Enter passphrase (empty for no passphrase):<br />
Enter same passphrase again:<br />
Your identification has been saved in /home/backup/.ssh/id_dsa.<br />
Your public key has been saved in /home/backup/.ssh/id_dsa.pub.<br />
The key fingerprint is:<br />
d2:5a:6c:9f:15:5c:2c:d1:d1:d5:3b:7f:3c:88:bf:d3 backup@servername.com<br />
The key's randomart image is:<br />
+--[ DSA 1024]----+<br />
[Ihr virtueller Fingerabdruck]<br />
+-----------------+<br />
</code><br />
Die Datei liegt im .ssh Unterverzeichnis des Benutzers</li>
</ul>
<p>Vorbereitungen auf Server 2 (Ziel):</p>
<ul>
<li>Ggf. müssen wir zuerst das .ssh Verzeichnis auf Server2 für den Benutzer &#8220;backup&#8221; anlegen:<br />
<code>mkdir /home/backup/.ssh<br />
chmod 700 /home/backup/.ssh<br />
chown backup:backup /home/backup/.ssh</code></li>
<li>Wir benötigen den öffentlichen Schlüssel des Benutzers &#8220;backup&#8221; vom &#8220;Server 1&#8243; auf diesem Server. Durch diesen Schlüssel kann sich später Server 2 automatisch bei Server 1 anmelden (identifizieren).<code>scp backup@server1:~/.ssh/id_dsa.pub /home/backup/.ssh/public-key.tmp</code></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.yourhelpcenter.de/2010/07/linux-dateien-per-scp-ohne-passworteingabe-kopieren-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP: Apache2 Version in Variable auslesen</title>
		<link>http://www.yourhelpcenter.de/2010/07/php-apache2-version-in-variable-auslesen/</link>
		<comments>http://www.yourhelpcenter.de/2010/07/php-apache2-version-in-variable-auslesen/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 17:55:32 +0000</pubDate>
		<dc:creator>Jockel</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Anleitungen]]></category>
		<category><![CDATA[Apache WebServer]]></category>
		<category><![CDATA[Sicherheit]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[apache2ctl]]></category>
		<category><![CDATA[apache2ctrl]]></category>
		<category><![CDATA[Apacherversion]]></category>
		<category><![CDATA[apachever]]></category>
		<category><![CDATA[auslesen]]></category>
		<category><![CDATA[herausfinden]]></category>
		<category><![CDATA[holen]]></category>
		<category><![CDATA[passthru]]></category>
		<category><![CDATA[Version des Webservers]]></category>

		<guid isPermaLink="false">http://www.yourhelpcenter.de/?p=716</guid>
		<description><![CDATA[Damit Sie auf einem Unix (Linux) System einfach die aktuelle Version des Apache WebServers herausfinden können, zeigen wir Ihnen ein PHP-Beispiel. In dem PHP Script wird die Apache-Funktion &#8220;apache2ctl&#8221; genutzt, die die aktuelle Apache-Version auszulesen. Dieser Befehl wird mithilfe des PHP Befehles &#8220;passthru()&#8221; direkt an das Linuxsystem weitergegeben. Hinweis: Häufig ist auf &#8220;öffentlichen&#8221; Webservern aus [...]]]></description>
			<content:encoded><![CDATA[<p>Damit Sie auf einem Unix (Linux) System einfach die aktuelle Version des Apache WebServers herausfinden können, zeigen wir Ihnen ein PHP-Beispiel.</p>
<p>In dem PHP Script wird die Apache-Funktion &#8220;apache2ctl&#8221; genutzt, die die aktuelle Apache-Version auszulesen. Dieser Befehl wird mithilfe des PHP Befehles &#8220;passthru()&#8221; direkt an das Linuxsystem weitergegeben. </p>
<p>Hinweis:<br />
Häufig ist auf &#8220;öffentlichen&#8221; Webservern aus Sicherheitsgründen die Nutzung einiger Befehle gesperrt. Dazu zählt häufig auch der Befehl &#8220;passthru()&#8221;. Wenn das Script bei Ihnen lokal auf dem Computer also einwadnfrei läuft und auf Ihrem Internetserver keine Daten zurück gibt, liegt diese Befehlssperre vor. Eine Möglichkeit, diese Sperre aufzuheben hat nur Ihr Web-Administrator (oder Provider).</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #666666; font-style: italic;">// PHP Version auslesen</span>
<span style="color: #990000;">ob_start</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">passthru</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;apache2ctl -v&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$ver</span> <span style="color: #339933;">=</span> <span style="color: #990000;">ob_get_contents</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">if</span> <span style="color: #990000;">empty</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$ver</span><span style="color: #009900;">&#41;</span> 
  <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;passthru() disabled ?&quot;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">ob_end_clean</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000088;">$a</span> <span style="color: #339933;">=</span> <span style="color: #990000;">explode</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$ver</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">preg_match</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'/(server version: ){1}(.*)/i'</span><span style="color: #339933;">,</span> <span style="color: #000088;">$a</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$v</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$data</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$v</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">2</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #990000;">preg_match</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'/(server built:   ){1}(.*)/i'</span><span style="color: #339933;">,</span> <span style="color: #000088;">$a</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$v</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$data</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #990000;">date</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;d.m.Y H:i:s&quot;</span><span style="color: #339933;">,</span> <span style="color: #990000;">strtotime</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$v</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">2</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #990000;">print_r</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$data</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.yourhelpcenter.de/2010/07/php-apache2-version-in-variable-auslesen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache: Verzeichnisse mit Passwort schützen (htpasswd)</title>
		<link>http://www.yourhelpcenter.de/2010/07/apache-verzeichnisse-mit-passwort-schutzen-htpasswd/</link>
		<comments>http://www.yourhelpcenter.de/2010/07/apache-verzeichnisse-mit-passwort-schutzen-htpasswd/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 17:43:28 +0000</pubDate>
		<dc:creator>Günther</dc:creator>
				<category><![CDATA[Anleitungen]]></category>
		<category><![CDATA[Apache WebServer]]></category>
		<category><![CDATA[Datenschutz]]></category>
		<category><![CDATA[Sicherheit]]></category>
		<category><![CDATA[htpasswd]]></category>
		<category><![CDATA[htpasswd.exe]]></category>
		<category><![CDATA[Passwortdateien]]></category>
		<category><![CDATA[protect ebdir]]></category>
		<category><![CDATA[schützen]]></category>
		<category><![CDATA[unbefugter Zugriff]]></category>
		<category><![CDATA[Verzeichnis schützen]]></category>
		<category><![CDATA[Webverzeichnis]]></category>
		<category><![CDATA[Zugriff verhindern]]></category>

		<guid isPermaLink="false">http://www.yourhelpcenter.de/?p=262</guid>
		<description><![CDATA[Mit dem Apache Webserver wird ein Hilfsprogramm ausgeliefert: htpasswd Es ermöglicht Ihnen die einfache Erstellung von Passwortdateien. Am einfachsten ist es über die Kommandozeile zu bedienen. Mit dem Aufruf &#8220;htpasswd -h&#8221; erhalten Sie eine kurze Hilfe und Syntax. Beispiel: htpasswd -c .htusers peter Durch diesen Befehl wird eine neue Passwortdatei angelegt. Dabei müssen Sie für [...]]]></description>
			<content:encoded><![CDATA[<p>Mit dem Apache Webserver wird ein Hilfsprogramm ausgeliefert: <strong>htpasswd</strong></p>
<p>Es ermöglicht Ihnen die einfache Erstellung von Passwortdateien. Am einfachsten ist es über die Kommandozeile zu bedienen. Mit dem Aufruf &#8220;htpasswd -h&#8221; erhalten Sie eine kurze Hilfe und Syntax.</p>
<p>Beispiel:</p>

<div class="wp_syntax"><div class="code"><pre class="linux" style="font-family:monospace;">htpasswd -c .htusers peter</pre></div></div>

<p>Durch diesen Befehl wird eine neue Passwortdatei angelegt. Dabei müssen Sie für den neuen Benutzer &#8220;peter&#8221; ein Passwort angeben und (durch eine wiederholte Eingabe) bestätigen. </p>
<p>Kopieren Sie die neu erstellte Datei in das vorgesehene, zu schützende Verzeichnis auf Ihrem Internetserver (WebServer).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yourhelpcenter.de/2010/07/apache-verzeichnisse-mit-passwort-schutzen-htpasswd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP: Zugriff von Browsern außerhalb eines IP-Subnetzes unterbinden</title>
		<link>http://www.yourhelpcenter.de/2010/07/php-zugriff-von-browsern-auserhalb-eines-ip-subnetzes-unterbinden/</link>
		<comments>http://www.yourhelpcenter.de/2010/07/php-zugriff-von-browsern-auserhalb-eines-ip-subnetzes-unterbinden/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 17:53:45 +0000</pubDate>
		<dc:creator>Jockel</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Anleitungen]]></category>
		<category><![CDATA[Sicherheit]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[aussperren]]></category>
		<category><![CDATA[IP Adresse]]></category>
		<category><![CDATA[IP Bereich]]></category>
		<category><![CDATA[IP Filter]]></category>
		<category><![CDATA[IP filtern]]></category>
		<category><![CDATA[nur bestimmte IP Adressen]]></category>
		<category><![CDATA[testen]]></category>
		<category><![CDATA[überprüfen]]></category>
		<category><![CDATA[Zugriffe begrenzen]]></category>

		<guid isPermaLink="false">http://www.yourhelpcenter.de/?p=1282</guid>
		<description><![CDATA[Mithilfe des folgenden PHP Scripts können Sie Besucher außerhalb des festgelegten IP Bereiches blockieren: 1 2 3 4 5 6 7 8 9 10 11 12 &#60;?php if &#40;strncmp&#40;&#34;192.168.0&#34;, $_SERVER&#91;&#34;REMOTE_ADDR&#34;&#93;, 9&#41; != 0&#41; &#123; // Block access header&#40;&#34;HTTP/1.0 403 Forbidden&#34;&#41;; // header('Location: http://www.google.com'); exit; &#125; else &#123; // Allow access echo &#34;Zugriff erlaubt ...&#34;; &#125; [...]]]></description>
			<content:encoded><![CDATA[<p>Mithilfe des folgenden PHP Scripts können Sie Besucher außerhalb des festgelegten IP Bereiches blockieren:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">strncmp</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;192.168.0&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">&quot;REMOTE_ADDR&quot;</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">9</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">!=</span> <span style="color: #cc66cc;">0</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
  <span style="color: #666666; font-style: italic;">// Block access</span>
  <span style="color: #990000;">header</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;HTTP/1.0 403 Forbidden&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  <span style="color: #666666; font-style: italic;">// header('Location: http://www.google.com');</span>
  <span style="color: #990000;">exit</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span>
  <span style="color: #666666; font-style: italic;">// Allow access</span>
  <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Zugriff erlaubt ...&quot;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p>In diesem Beispiel werden alle Besucher, deren IP Adresse nicht mit &#8220;192.168.0&#8243; anfängt, blockiert. </p>
<p>Dieser IP Bereich wird nur LAN intern verwendet. Für die Filterung von Besuchern aus dem WAN (Internet) filtern Sie bitte auf die öffentliche IP Adresse Ihrer Webseitenbesucher. Passen Sie dabei auch die Länge der zu vergleichenden Zeichen an (im o.a. Beispiel werden die ersten 9 Zeichen verglichen). Diese können Sie sich mithilfe des folgenden PHP Scripts anzeigen:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #b1b100;">echo</span> <span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">&quot;REMOTE_ADDR&quot;</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.yourhelpcenter.de/2010/07/php-zugriff-von-browsern-auserhalb-eines-ip-subnetzes-unterbinden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: &#8220;Du hast nicht ausreichend Rechte, um auf diese Seite zuzugreifen&#8221;</title>
		<link>http://www.yourhelpcenter.de/2010/07/wordpress-du-hast-nicht-ausreichend-rechte-um-auf-diese-seite-zuzugreifen/</link>
		<comments>http://www.yourhelpcenter.de/2010/07/wordpress-du-hast-nicht-ausreichend-rechte-um-auf-diese-seite-zuzugreifen/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 18:27:01 +0000</pubDate>
		<dc:creator>Jockel</dc:creator>
				<category><![CDATA[Anleitungen]]></category>
		<category><![CDATA[Sicherheit]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[ausgesperrt]]></category>
		<category><![CDATA[automatisch]]></category>
		<category><![CDATA[blocked]]></category>
		<category><![CDATA[blockiert]]></category>
		<category><![CDATA[Du hast nicht ausreichend Rechte um auf diese Seite zuzugreifen.]]></category>
		<category><![CDATA[fehler]]></category>
		<category><![CDATA[gesperrt]]></category>
		<category><![CDATA[hilfe]]></category>
		<category><![CDATA[locked]]></category>
		<category><![CDATA[Lösung]]></category>
		<category><![CDATA[nicht erlaubt]]></category>
		<category><![CDATA[optionen]]></category>
		<category><![CDATA[Präfix]]></category>
		<category><![CDATA[prüfen]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Sie haben nicht ausreichend Rechte um auf diese Seite zuzugreifen.]]></category>
		<category><![CDATA[Skript]]></category>
		<category><![CDATA[Tableprefix]]></category>
		<category><![CDATA[verweigert]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[You do not have sufficient permissions to access this page]]></category>
		<category><![CDATA[zugriff]]></category>

		<guid isPermaLink="false">http://www.yourhelpcenter.de/?p=1101</guid>
		<description><![CDATA[Nach dem Kopieren oder Update Ihrer WordPress (WP) Installation erhalten Sie eine der beiden folgenden Meldungen nach der Anmeldung im Backend (wp-admin): Du hast nicht ausreichend Rechte, um auf diese Seite zuzugreifen. Sie haben nicht ausreichend Rechte, um auf diese Seite zuzugreifen. Diese Fehlermeldung zeigt an, dass das WP Backend (Adminbereich) Ihre Anmeldung nicht richtig [...]]]></description>
			<content:encoded><![CDATA[<p>Nach dem Kopieren oder Update Ihrer WordPress (WP) Installation erhalten Sie eine der beiden folgenden Meldungen nach der Anmeldung im Backend (wp-admin):</p>
<pre>Du hast nicht ausreichend Rechte, um auf diese Seite zuzugreifen.
Sie haben nicht ausreichend Rechte, um auf diese Seite zuzugreifen.</pre>
<p>Diese Fehlermeldung zeigt an, dass das WP Backend (Adminbereich) Ihre Anmeldung nicht richtig zuordnen kann. Die Gründe für diese Sperre können vielfältig sein. In der folgenden Übersicht möchten wir Ihnen die Lösung für die häufigsten Sperren zeigen:</p>
<ul>
<li>Sie haben ein Upgrade / Update von WordPress gemacht</li>
</ul>
<p>Versuchen Sie, Ihre Datenbank durch das &#8220;force-upgrade.php&#8221; Script zu aktualisieren. Dafür wird die Datei einfach in das Hauptverzeichnis Ihres Webservers kopiert und dann per Browser aufgerufen. Anschließend sollte die Datei dringend wieder gelöscht werden &#8211; nur dann kann niemand anderes ebenfalls diese Aktion ausführen. Dieser Schritt sollte fast alle vorhandenen Datenbankprobleme beseitigen. Zudem ist diese Methode wesentlich effizienter und sicherer als das manuelle Zurücksetzen der Versionsnummer / Versionsinformationen in der Datenbank.</p>
<ul>
<li>Sie haben die Datei &#8220;wp-config.php&#8221; verändert</li>
</ul>
<p>Überprüfen Sie, ob die Zeile</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">require_once</span><span style="color: #009900;">&#40;</span>ABSPATH <span style="color: #339933;">.</span> <span style="color: #0000ff;">'wp-settings.php'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>ganz unten steht. Wichtig ist auch, dass die Information</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'SECRET_KEY'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'xyz...abc'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>(logischerweise) oberhalb der Zeile stehen.</p>
<ul>
<li>Sie haben den Tabellen-Prefix geändert</li>
</ul>
<p>Es ist nicht ausreichend, die Datei &#8220;wp-config.php&#8221; anzupassen und in der Datenbank den Tabellenprefix zu ändern. In der WordPress-Datenbank sind Datensätze gespeichert, welche den alten (originalen) Tabellenpräfix darstellen. Diese Einträge müssen also ebenfalls abgepasst werden. Bei normalen Installationen von WordPress sind die folgenden Befehle für die Tabellen &#8220;wp_options&#8221; und &#8220;wp_usermeta&#8221; ausreichend:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">UPDATE</span> neuesPrefix_options <span style="color: #993333; font-weight: bold;">SET</span> option_name <span style="color: #66cc66;">=</span> <span style="color: #993333; font-weight: bold;">REPLACE</span><span style="color: #66cc66;">&#40;</span>option_name<span style="color: #66cc66;">,</span> <span style="color: #ff0000;">'altesPrefix_'</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">'neuesPrefix_'</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #993333; font-weight: bold;">UPDATE</span> neuesPrefix_usermeta <span style="color: #993333; font-weight: bold;">SET</span> meta_key <span style="color: #66cc66;">=</span> <span style="color: #993333; font-weight: bold;">REPLACE</span><span style="color: #66cc66;">&#40;</span>meta_key<span style="color: #66cc66;">,</span> <span style="color: #ff0000;">'altesPrefix_'</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">'neuesPrefix_'</span><span style="color: #66cc66;">&#41;</span>;</pre></td></tr></table></div>

<p>Bei Standardinstallationen sollten keine weiteren Einträge zum Prefix vorhanden sein. Sollten Sie jedoch weitere Datensätze finden, ändern Sie diese entsprechend ab und schreiben Sie uns gerne einen Kommentar zu diesem Artikel. Wir werden Ihre Hilfe dann für die nächsten Besucher einarbeiten.</p>
<ul>
<li>Die Option &#8220;User Roles&#8221; wurde verändert (&#8220;prefix_user_roles&#8221;)</li>
</ul>
<p>Sollte die Einstellung / Option &#8220;prefix_user_roles&#8221; verändert ist. Die Details dieser Option werden in einem sog. &#8220;serialisiertes Array&#8221; abgelegt. Dabei kann es scheinbar passieren, dass sich die einzelnen Informationen (Daten) so verändern, dass PHP das richtige Array mit den Einzeldaten nicht mehr richtig entschlüsseln kann. Dadurch hat Ihr WordPress dann natürlich keine Möglichkeit mehr, auf diese Einstellungen zuzugreifen. Die Folge ist, dass (sicherheitshalber) alle Benutzer ausgesperrt sind.<br />
Sie können durch einen einfache PHP-Datei schnell prüfen, ob dieses Problem bei Ihnen zutrifft:</p>
<ul>
<li>Erstellen Sie in Ihrem Hauptverzeichniss (root) Ihres WebServers eine PHP Datei mit folgendem Inhalt (z.Bsp. &#8220;chk.php&#8221;):

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #b1b100;">include</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;wp-config.php&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">global</span> <span style="color: #000088;">$wpdb</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$wp_user_roles</span> <span style="color: #339933;">=</span> get_option<span style="color: #009900;">&#40;</span><span style="color: #000088;">$wpdb</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">prefix</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;user_roles&quot;</span><span style="color: #009900;">&#41;</span> or 
  <span style="color: #990000;">die</span> <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Die Option '&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$wpdb</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">prefix</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;user_roles' ist defekt.&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">echo</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Die Option '&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$wpdb</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">prefix</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;user_roles' ist scheinbar in Ordnung.&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

</li>
<li>Rufen Sie die Datei in Ihrem Browser auf:
<pre>http://ihre.domain/chk.php</pre>
</li>
</ul>
<p>Das kurze PHP-Script prüft, ob die Option &#8220;user_roles&#8221; bei Ihrer WordPress richtig gelesen werden kann. Sollte dabei irgendein Problem auftreten (Sie erhalten die Anzeige &#8220;Die Option &#8216;xyz_user_roles&#8217; ist defekt.&#8221;), sollten Sie sicherheitshalber die gesamte Option neu setzen. Zwar gehen Ihnen dadurch alte Einstellungen verloren und müssen dann neu gesetzt werden, aber solange Sie Ihre Benutzerberechtigungen nicht verändert haben, sollte es keine Probleme geben.<br />
Sie können die einzelnen Werte entweder direkt durch phpMyAdmin setzen oder Sie nutzen das folgende Script:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #000088;">$val</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'a:5:{s:13:&quot;administrator&quot;;a:2:{s:4:&quot;name&quot;;s:13:&quot;Administrator&quot;;s:12:&quot;capabilities&quot;;a:54:{s:13:&quot;switch_themes&quot;;b:1;s:11:&quot;edit_themes&quot;;b:1;s:16:&quot;activate_plugins&quot;;b:1;s:12:&quot;edit_plugins&quot;;b:1;s:10:&quot;edit_users&quot;;b:1;s:10:&quot;edit_files&quot;;b:1;s:14:&quot;manage_options&quot;;b:1;s:17:&quot;moderate_comments&quot;;b:1;s:17:&quot;manage_categories&quot;;b:1;s:12:&quot;manage_links&quot;;b:1;s:12:&quot;upload_files&quot;;b:1;s:6:&quot;import&quot;;b:1;s:15:&quot;unfiltered_html&quot;;b:1;s:10:&quot;edit_posts&quot;;b:1;s:17:&quot;edit_others_posts&quot;;b:1;s:20:&quot;edit_published_posts&quot;;b:1;s:13:&quot;publish_posts&quot;;b:1;s:10:&quot;edit_pages&quot;;b:1;s:4:&quot;read&quot;;b:1;s:8:&quot;level_10&quot;;b:1;s:7:&quot;level_9&quot;;b:1;s:7:&quot;level_8&quot;;b:1;s:7:&quot;level_7&quot;;b:1;s:7:&quot;level_6&quot;;b:1;s:7:&quot;level_5&quot;;b:1;s:7:&quot;level_4&quot;;b:1;s:7:&quot;level_3&quot;;b:1;s:7:&quot;level_2&quot;;b:1;s:7:&quot;level_1&quot;;b:1;s:7:&quot;level_0&quot;;b:1;s:17:&quot;edit_others_pages&quot;;b:1;s:20:&quot;edit_published_pages&quot;;b:1;s:13:&quot;publish_pages&quot;;b:1;s:12:&quot;delete_pages&quot;;b:1;s:19:&quot;delete_others_pages&quot;;b:1;s:22:&quot;delete_published_pages&quot;;b:1;s:12:&quot;delete_posts&quot;;b:1;s:19:&quot;delete_others_posts&quot;;b:1;s:22:&quot;delete_published_posts&quot;;b:1;s:20:&quot;delete_private_posts&quot;;b:1;s:18:&quot;edit_private_posts&quot;;b:1;s:18:&quot;read_private_posts&quot;;b:1;s:20:&quot;delete_private_pages&quot;;b:1;s:18:&quot;edit_private_pages&quot;;b:1;s:18:&quot;read_private_pages&quot;;b:1;s:12:&quot;delete_users&quot;;b:1;s:12:&quot;create_users&quot;;b:1;s:17:&quot;unfiltered_upload&quot;;b:1;s:14:&quot;edit_dashboard&quot;;b:1;s:14:&quot;update_plugins&quot;;b:1;s:14:&quot;delete_plugins&quot;;b:1;s:15:&quot;install_plugins&quot;;b:1;s:13:&quot;update_themes&quot;;b:1;s:14:&quot;install_themes&quot;;b:1;}}s:6:&quot;editor&quot;;a:2:{s:4:&quot;name&quot;;s:6:&quot;Editor&quot;;s:12:&quot;capabilities&quot;;a:34:{s:17:&quot;moderate_comments&quot;;b:1;s:17:&quot;manage_categories&quot;;b:1;s:12:&quot;manage_links&quot;;b:1;s:12:&quot;upload_files&quot;;b:1;s:15:&quot;unfiltered_html&quot;;b:1;s:10:&quot;edit_posts&quot;;b:1;s:17:&quot;edit_others_posts&quot;;b:1;s:20:&quot;edit_published_posts&quot;;b:1;s:13:&quot;publish_posts&quot;;b:1;s:10:&quot;edit_pages&quot;;b:1;s:4:&quot;read&quot;;b:1;s:7:&quot;level_7&quot;;b:1;s:7:&quot;level_6&quot;;b:1;s:7:&quot;level_5&quot;;b:1;s:7:&quot;level_4&quot;;b:1;s:7:&quot;level_3&quot;;b:1;s:7:&quot;level_2&quot;;b:1;s:7:&quot;level_1&quot;;b:1;s:7:&quot;level_0&quot;;b:1;s:17:&quot;edit_others_pages&quot;;b:1;s:20:&quot;edit_published_pages&quot;;b:1;s:13:&quot;publish_pages&quot;;b:1;s:12:&quot;delete_pages&quot;;b:1;s:19:&quot;delete_others_pages&quot;;b:1;s:22:&quot;delete_published_pages&quot;;b:1;s:12:&quot;delete_posts&quot;;b:1;s:19:&quot;delete_others_posts&quot;;b:1;s:22:&quot;delete_published_posts&quot;;b:1;s:20:&quot;delete_private_posts&quot;;b:1;s:18:&quot;edit_private_posts&quot;;b:1;s:18:&quot;read_private_posts&quot;;b:1;s:20:&quot;delete_private_pages&quot;;b:1;s:18:&quot;edit_private_pages&quot;;b:1;s:18:&quot;read_private_pages&quot;;b:1;}}s:6:&quot;author&quot;;a:2:{s:4:&quot;name&quot;;s:6:&quot;Author&quot;;s:12:&quot;capabilities&quot;;a:10:{s:12:&quot;upload_files&quot;;b:1;s:10:&quot;edit_posts&quot;;b:1;s:20:&quot;edit_published_posts&quot;;b:1;s:13:&quot;publish_posts&quot;;b:1;s:4:&quot;read&quot;;b:1;s:7:&quot;level_2&quot;;b:1;s:7:&quot;level_1&quot;;b:1;s:7:&quot;level_0&quot;;b:1;s:12:&quot;delete_posts&quot;;b:1;s:22:&quot;delete_published_posts&quot;;b:1;}}s:11:&quot;contributor&quot;;a:2:{s:4:&quot;name&quot;;s:11:&quot;Contributor&quot;;s:12:&quot;capabilities&quot;;a:5:{s:10:&quot;edit_posts&quot;;b:1;s:4:&quot;read&quot;;b:1;s:7:&quot;level_1&quot;;b:1;s:7:&quot;level_0&quot;;b:1;s:12:&quot;delete_posts&quot;;b:1;}}s:10:&quot;subscriber&quot;;a:2:{s:4:&quot;name&quot;;s:10:&quot;Subscriber&quot;;s:12:&quot;capabilities&quot;;a:2:{s:4:&quot;read&quot;;b:1;s:7:&quot;level_0&quot;;b:1;}}}'</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">include</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;wp-config.php&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">global</span> <span style="color: #000088;">$wpdb</span><span style="color: #339933;">;</span>
set_option<span style="color: #009900;">&#40;</span><span style="color: #000088;">$wpdb</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">prefix</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;user_roles&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$val</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p>Den Wert noch einmal als reinen String (Zeichenkette) für die direkte phpMyAdmin Eingabe. Der folgende Text ist <b>eine</b> Zeile:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">a<span style="color: #339933;">:</span><span style="color: #cc66cc;">5</span><span style="color: #339933;">:</span><span style="color: #009900;">&#123;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">13</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;administrator&quot;</span><span style="color: #339933;">;</span>a<span style="color: #339933;">:</span><span style="color: #cc66cc;">2</span><span style="color: #339933;">:</span><span style="color: #009900;">&#123;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">4</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;name&quot;</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">13</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;Administrator&quot;</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;capabilities&quot;</span><span style="color: #339933;">;</span>a<span style="color: #339933;">:</span><span style="color: #cc66cc;">54</span><span style="color: #339933;">:</span><span style="color: #009900;">&#123;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">13</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;switch_themes&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">11</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_themes&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">16</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;activate_plugins&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_plugins&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">10</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_users&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">10</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_files&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">14</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;manage_options&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">17</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;moderate_comments&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">17</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;manage_categories&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;manage_links&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;upload_files&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">6</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;import&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">15</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;unfiltered_html&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">10</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">17</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_others_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">20</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_published_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">13</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;publish_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">10</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">4</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;read&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">8</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_10&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_9&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_8&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_7&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_6&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_5&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_4&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_3&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_2&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_1&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_0&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">17</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_others_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">20</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_published_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">13</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;publish_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">19</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_others_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">22</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_published_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">19</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_others_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">22</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_published_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">20</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_private_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">18</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_private_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">18</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;read_private_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">20</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_private_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">18</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_private_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">18</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;read_private_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_users&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;create_users&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">17</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;unfiltered_upload&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">14</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_dashboard&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">14</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;update_plugins&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">14</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_plugins&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">15</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;install_plugins&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">13</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;update_themes&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">14</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;install_themes&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#125;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">6</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;editor&quot;</span><span style="color: #339933;">;</span>a<span style="color: #339933;">:</span><span style="color: #cc66cc;">2</span><span style="color: #339933;">:</span><span style="color: #009900;">&#123;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">4</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;name&quot;</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">6</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;Editor&quot;</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;capabilities&quot;</span><span style="color: #339933;">;</span>a<span style="color: #339933;">:</span><span style="color: #cc66cc;">34</span><span style="color: #339933;">:</span><span style="color: #009900;">&#123;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">17</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;moderate_comments&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">17</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;manage_categories&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;manage_links&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;upload_files&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">15</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;unfiltered_html&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">10</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">17</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_others_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">20</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_published_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">13</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;publish_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">10</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">4</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;read&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_7&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_6&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_5&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_4&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_3&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_2&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_1&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_0&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">17</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_others_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">20</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_published_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">13</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;publish_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">19</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_others_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">22</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_published_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">19</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_others_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">22</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_published_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">20</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_private_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">18</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_private_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">18</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;read_private_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">20</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_private_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">18</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_private_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">18</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;read_private_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#125;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">6</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;author&quot;</span><span style="color: #339933;">;</span>a<span style="color: #339933;">:</span><span style="color: #cc66cc;">2</span><span style="color: #339933;">:</span><span style="color: #009900;">&#123;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">4</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;name&quot;</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">6</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;Author&quot;</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;capabilities&quot;</span><span style="color: #339933;">;</span>a<span style="color: #339933;">:</span><span style="color: #cc66cc;">10</span><span style="color: #339933;">:</span><span style="color: #009900;">&#123;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;upload_files&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">10</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">20</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_published_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">13</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;publish_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">4</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;read&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_2&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_1&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_0&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">22</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_published_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#125;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">11</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;contributor&quot;</span><span style="color: #339933;">;</span>a<span style="color: #339933;">:</span><span style="color: #cc66cc;">2</span><span style="color: #339933;">:</span><span style="color: #009900;">&#123;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">4</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;name&quot;</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">11</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;Contributor&quot;</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;capabilities&quot;</span><span style="color: #339933;">;</span>a<span style="color: #339933;">:</span><span style="color: #cc66cc;">5</span><span style="color: #339933;">:</span><span style="color: #009900;">&#123;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">10</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">4</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;read&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_1&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_0&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#125;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">10</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;subscriber&quot;</span><span style="color: #339933;">;</span>a<span style="color: #339933;">:</span><span style="color: #cc66cc;">2</span><span style="color: #339933;">:</span><span style="color: #009900;">&#123;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">4</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;name&quot;</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">10</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;Subscriber&quot;</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;capabilities&quot;</span><span style="color: #339933;">;</span>a<span style="color: #339933;">:</span><span style="color: #cc66cc;">2</span><span style="color: #339933;">:</span><span style="color: #009900;">&#123;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">4</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;read&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_0&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#125;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.yourhelpcenter.de/2010/07/wordpress-du-hast-nicht-ausreichend-rechte-um-auf-diese-seite-zuzugreifen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Datenschutz: Keine Kartografierung privater Funknetze (Politik)</title>
		<link>http://www.yourhelpcenter.de/2010/07/datenschutz-keine-kartografierung-privater-funknetze-politik/</link>
		<comments>http://www.yourhelpcenter.de/2010/07/datenschutz-keine-kartografierung-privater-funknetze-politik/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 19:02:09 +0000</pubDate>
		<dc:creator>Günther</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Datenschutz]]></category>
		<category><![CDATA[Sicherheit]]></category>
		<category><![CDATA[Datensammlung]]></category>
		<category><![CDATA[funknetze]]></category>
		<category><![CDATA[Funknetzwerke]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Handydaten]]></category>
		<category><![CDATA[Handys]]></category>
		<category><![CDATA[netzwerke]]></category>
		<category><![CDATA[Privatsphäre]]></category>
		<category><![CDATA[Sanktionen]]></category>
		<category><![CDATA[scannen]]></category>
		<category><![CDATA[Spionage]]></category>
		<category><![CDATA[Strafen]]></category>
		<category><![CDATA[Überwachung]]></category>
		<category><![CDATA[WLAN]]></category>

		<guid isPermaLink="false">http://www.yourhelpcenter.de/?p=1153</guid>
		<description><![CDATA[Die CDU/FDP Koalition hat in Schleswig-Holstein einen Antrag &#8220;Keine Kartografierung privater Funknetze&#8221; beim Landtag eingereicht. Es fordert ein weitgehendes Verbot für die gewerbliche Nutzung von WLAN- und Handy(netz)daten Dieser basiert auf einen dem Bundesrat von der Freien und Hansestadt Hamburg vorgelegten Entwurf eines Gesetzes zur Änderung des Bundesdatenschutzgesetzes  (Drucksache 259/10). Konkret soll dieser Antrag datenschutzrechtliche [...]]]></description>
			<content:encoded><![CDATA[<p>Die CDU/FDP Koalition hat in Schleswig-Holstein einen Antrag &#8220;Keine Kartografierung privater Funknetze&#8221; beim Landtag eingereicht. Es fordert ein weitgehendes Verbot für die gewerbliche Nutzung von WLAN- und Handy(netz)daten</p>
<p>Dieser basiert auf einen dem Bundesrat von der Freien und Hansestadt Hamburg vorgelegten Entwurf eines Gesetzes zur Änderung des Bundesdatenschutzgesetzes  (Drucksache 259/10). Konkret soll dieser Antrag datenschutzrechtliche Ergänzungen erhalten:</p>
<ul>
<li>Es soll eine klare Regelung geschaffen werden, die jedes gewerbsmäßige kartografische/planmäßige Erfassen privater Funk(netz)daten ohne die ausdrückliche vorherige Zustimmung der Betroffenen verbietet.<br />
Gleiches soll für die gewerbsmäßige Aufzeichnung von Daten aus Mobiltelefonen oder vergleichbarer Sendeanlagen für den Privatgebrauch, unabhängig von deren Verschlüsselung, gelten.</li>
<li>Ausnahmen für ausschließlich wissenschaftliche Zwecke können zulässig sein. Dabei soll eine Weitergabe an Dritte untersagt werden.</li>
<li>Die in Deutschland bereits gesammelten (privaten) Funknetzdaten dürfen ohne Zustimmung der Betroffenen nicht gewerbsmäßig verwendet oder weitergegeben werden.</li>
<li>Sanktionen bei Verstößen sollen geschaffen werden.</li>
</ul>
<p>Den genauen Wortlaut können Sie der nachfolgenden Quelle und den angeführten Drucksachen entnehmen.</p>
<p>Quelle:<br />
<a href="http://www.yourhelpcenter.de/wp-content/uploads/2010/07/drucksache-17-0601-1.pdf">Drucksache 17/601 vom 03.06.2010</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yourhelpcenter.de/2010/07/datenschutz-keine-kartografierung-privater-funknetze-politik/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mySQL: Vergessenes (root) Passwort zurücksetzen</title>
		<link>http://www.yourhelpcenter.de/2010/07/mysql-vergessenes-root-passwort-zurucksetzen/</link>
		<comments>http://www.yourhelpcenter.de/2010/07/mysql-vergessenes-root-passwort-zurucksetzen/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 19:38:32 +0000</pubDate>
		<dc:creator>Günther</dc:creator>
				<category><![CDATA[Anleitungen]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Sicherheit]]></category>
		<category><![CDATA[ändern]]></category>
		<category><![CDATA[forget]]></category>
		<category><![CDATA[forgotten]]></category>
		<category><![CDATA[initialize]]></category>
		<category><![CDATA[lost password]]></category>
		<category><![CDATA[my sql]]></category>
		<category><![CDATA[mysql Database]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[re-set]]></category>
		<category><![CDATA[reminding]]></category>
		<category><![CDATA[rescue]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[resetten]]></category>
		<category><![CDATA[root password]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[set back]]></category>
		<category><![CDATA[setzen]]></category>
		<category><![CDATA[zurücksetzen]]></category>

		<guid isPermaLink="false">http://www.yourhelpcenter.de/?p=435</guid>
		<description><![CDATA[Wenn Sie Ihr mySQL Masterpasswort (das &#8220;root-Passwort&#8221;) vergessen haben, können Sie es neu setzen (resetten). Dafür stellen wir Ihnen drei Alternativen zur Verfügung. Diese Technik können Sie auch nutzen, um Ihr root-Passwort zu ändern. Wir möchten Ihnen für die Änderung des mySQL root Passwortes jedoch einer unserer anderen Anleitungen anbieten. Dafür müssen Sie jedoch das [...]]]></description>
			<content:encoded><![CDATA[<p>Wenn Sie Ihr mySQL Masterpasswort (das &#8220;root-Passwort&#8221;) vergessen haben, können Sie es neu setzen (resetten). Dafür stellen wir Ihnen drei Alternativen zur Verfügung.</p>
<p>Diese Technik können Sie auch nutzen, um Ihr root-Passwort zu ändern. Wir möchten Ihnen für die Änderung des mySQL root Passwortes jedoch einer unserer anderen Anleitungen anbieten. Dafür müssen Sie jedoch das aktuelle root-Passwort noch kennen: <a href="http://www.yourhelpcenter.de/2008/11/mysql-root-passwort-andern/" target="_blank">mySQL: Root Passwort ändern</a>.</p>
<p><strong>Möglichkeit 1 (unsicherer als Methode 2 &amp; 3)</strong></p>
<p>Sie können das root Passwort auf jeder Plattform (Windows, Linux, &#8230;) auch mit der offiziellen Client-Software &#8220;mysql&#8221; einstellen:</p>
<ol>
<li>Stoppen Sie &#8220;mysqld&#8221; (mySQL Service / Dienst) und starten Sie ihn erneut. Dabei geben Sie als Option &#8220;&#8211;skip-grant-tables &#8211;user=root&#8221; mit. Als Windowsbenutzer lassen Sie bitte &#8220;&#8211;user=root&#8221; weg

<div class="wp_syntax"><div class="code"><pre class="linux" style="font-family:monospace;">mysqld --skip-grant-tables --user=root</pre></div></div>

</li>
<li>Nun verbinden Sie sich mit dem mySQL-Server (dem mysqld Service):

<div class="wp_syntax"><div class="code"><pre class="linux" style="font-family:monospace;">mysql -u root</pre></div></div>

</li>
<li>Geben Sie im mySQL-Client die folgende SQL Anweisungen ein:

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">UPDATE</span> mysql<span style="color: #66cc66;">.</span>user <span style="color: #993333; font-weight: bold;">SET</span> Password<span style="color: #66cc66;">=</span>PASSWORD<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'NeuesPasswort'</span><span style="color: #66cc66;">&#41;</span> <span style="color: #993333; font-weight: bold;">WHERE</span> User<span style="color: #66cc66;">=</span><span style="color: #ff0000;">'root'</span>;
<span style="color: #993333; font-weight: bold;">FLUSH</span> PRIVILEGES;</pre></td></tr></table></div>

<p>Ersetzen Sie im vorherigen Befehl bitte den Text &#8220;NeuesPasswort&#8221; durch Ihr neues root-Passwort. Achten Sie dabei vorerst darauf, dass Sie keine Sonderzeichen, Umlaute und andere besondere Zeichen eingeben. Diese führen später häufig zu Problemen. Testen Sie zuerst das Zurücksetzen des root-Passwortes mit einem einfachen Passwort.</li>
<li>Ihr neues root-Passwort sollte nun funktionieren</li>
</ol>
<p><strong>Möglichkeit 2 (unter Windows)</strong></p>
<ol>
<li>Melden Sie sich bitte als Administrator an Ihrem Computer an. Bei neu Windows-Versionen können Sie sich als Benutzer mit Administratorrechten anmelden.</li>
<li>Sollte der mySQL Server laufen, stoppen Sie ihn bitte.<br />
Wenn er als Windows-Dienst gestartet ist, benutzen Sie bitte den Microsoft Dienstmanager:</p>
<pre>Start > Systemsteuerung (ggf. auf Symbolansicht umstellen) > Verwaltung > Dienste</pre>
<p>In der Liste der Dienste suchen Sie den &#8220;MySQL-Dienst&#8221;. Klicken Sie den Eintrag einmal an und anschließend auf das Stop-Symbol oberhalb der Liste.<br />
Sollte der mySQL-Server nicht als Dienst läufen, benötigen Sie ggf. die Hilfe des Task-Managers (Strg+Alt+Entf) um das Programm unsanft zu beenden.</li>
<li>Erstellen Sie nun eine neue Textdatei und tragen Sie folgende Zeile (nur eine !) ein:

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">SET</span> PASSWORD <span style="color: #993333; font-weight: bold;">FOR</span> <span style="color: #ff0000;">'root'</span>@<span style="color: #ff0000;">'localhost'</span> <span style="color: #66cc66;">=</span> PASSWORD<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'NeuesPasswort'</span><span style="color: #66cc66;">&#41;</span>;</pre></div></div>

<p>Speichern Sie diese Datei jetzt unter einem beliebigen Namen. Für dieses Beispiel benutzen wir den Namen &#8220;C:\mysql-reset.txt&#8221;.</li>
<li>Starten/Öffnen Sie die Kommandozeile:
<pre>Start > Ausführen (oder Windowstaste + R) > cmd</pre>
</li>
<li>Starten Sie Ihren mySQL-Server neu und geben Sie ihm dabei Ihre gerade erstellte Datei mit an:

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;">C:\mysql\bin\mysqld-nt --init-file=C:\mysql-reset.txt</pre></div></div>

<p>Bei diesem Befehl wird davon aufgegangen, dass der mySQL Server auf Ihrem Computer unter &#8220;C:\mysql&#8221; installiert ist. Gerade auf neueren Windows-Versionen ist das nicht mehr allzu üblich und daher finden Sie den mySQL Server dort meistens unter &#8220;C:\Program Files (x86)\mysql\&#8221;. Dann lautet der Befehl:</p>

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;">&quot;C:\Program Files <span style="color: #66cc66;">&#40;</span>x86<span style="color: #66cc66;">&#41;</span>\bin\mysqld-nt&quot; --init-file=C:\mysql-reset.txt</pre></div></div>

<p>Aufgrund der Leerzeichen im Pfad des Programmes muss der erste Befehlsteil in Anführungszeichen gesetzt werden!</p>
<p>Nutzen Sie den mySQL Server als Dienst, starten Sie bitte jetzt den Dienst wieder.</li>
<li>Ihr neues root-Passwort sollte nun funktionieren. Vergessen Sie bitte nicht, die Datei &#8220;C:\mysql-reset.txt&#8221; zu löschen.</li>
</ol>
<p><strong>Möglichkeit 3 (unter Linux)</strong></p>
<ol>
<li>Sie melden sich als root-Benutzer bzw. als derjenige Benutzer, unter dem der mysqld-Server läuft, auf Ihrem Linux (Unix) Computer an.</li>
<li>Suchen Sie nun die .pid-Datei, welche die aktuelle Prozess-ID des mySQL-Servers enthält.<br />
Der genaue Pfad und der Name sint sehr stark von Ihrer Linux-Distribution, Ihrem Hostnamen und der Konfiguration Ihres System ab. Häufig liegen diese .pid-Dateien unter<br />
/var/lib/mysql/<br />
/var/run/mysqld/<br />
/usr/local/mysql/data/<br />
Meist hat die Datei den Suffix (die Erweiterung) &#8220;.pid&#8221; und fängt mit &#8220;mysqld&#8221; oder Ihrem Hostnamen des Computers an.<br />
Alternativ können Sie auch folgenden Befehl eingeben und in der dann ausgegebenen Liste die Datei suchen:</p>

<div class="wp_syntax"><div class="code"><pre class="linux" style="font-family:monospace;">find / -name *mysql*.pid</pre></div></div>

</li>
<li>Beenden Sie den mySQL Server durch einen normalen &#8220;kill&#8221;-Befehl (nicht &#8220;kill -9&#8243;).<br />
Übergeben Sie dabei den vollständigen Dateinamen der .pid-Datei:</p>

<div class="wp_syntax"><div class="code"><pre class="linux" style="font-family:monospace;">kill `cat /pfad/zur/datei.pid`</pre></div></div>

<p>Achten Sie bei der Eingabe bitte auf die sog. &#8220;Backticks&#8221; (Shift + `) anstelle der gewohnten Anführungszeichen um den &#8220;cat&#8221;-Befehl. Diese Zeichen sorgen dafür, dass die Ausgabe des Unterbefehles &#8220;cat /pfad/zur/datei.pid&#8221; automatisch in den &#8220;kill&#8221;-Befehl eingesetzt wird.</li>
<li>Nun legen Sie eine neue Textdatei an. Schreiben Sie folgenden Befehl in einer einzigen Zeile hinein:

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">SET</span> PASSWORD <span style="color: #993333; font-weight: bold;">FOR</span> <span style="color: #ff0000;">'root'</span>@<span style="color: #ff0000;">'localhost'</span> <span style="color: #66cc66;">=</span> PASSWORD<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'NeuesPasswort'</span><span style="color: #66cc66;">&#41;</span>;</pre></div></div>

<p>Speichern Sie diese neue Datei ab und merken Sie sich den Dateinamen. Für dieses Beispiel haben wir die Datei &#8220;~/mysql-reset&#8221; genannt. Durch die Tilde (~) wird diese Datei in Ihrem Home-Verzeichnis abgelegt.</li>
<li>Jetzt starten Sie Ihren mySQL Server mit der Option &#8220;&#8211;init-file=~/mysql-reset&#8221; neu:

<div class="wp_syntax"><div class="code"><pre class="linux" style="font-family:monospace;">mysqld_safe --init-file=~/mysql-reset</pre></div></div>

<p>Durch diesen Befehl wird der Inhalt der gerade erstellten Datei beim Start des mySQL Servers ausgeführt und ändert automatisch das Root-Passwort.<br />
Nachdem der Server hochgefahren ist, sollten Sie die Datei &#8220;~/mysql-reset&#8221; löschen.</li>
<li>Ihr neues root-Passwort sollte nun funktionieren</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.yourhelpcenter.de/2010/07/mysql-vergessenes-root-passwort-zurucksetzen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Virtualmin: The user has been blocked because of too many authentication failures.</title>
		<link>http://www.yourhelpcenter.de/2010/07/virtualmin-the-user-has-been-blocked-because-of-too-many-authentication-failures/</link>
		<comments>http://www.yourhelpcenter.de/2010/07/virtualmin-the-user-has-been-blocked-because-of-too-many-authentication-failures/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 15:01:50 +0000</pubDate>
		<dc:creator>Jockel</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Anleitungen]]></category>
		<category><![CDATA[Datenschutz]]></category>
		<category><![CDATA[Sicherheit]]></category>
		<category><![CDATA[blocked]]></category>
		<category><![CDATA[blocked user]]></category>
		<category><![CDATA[blockiert]]></category>
		<category><![CDATA[einloggen]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Error - Access denied.]]></category>
		<category><![CDATA[Error - Access denied. The user has been blocked because of too many authentication failures.]]></category>
		<category><![CDATA[fehler]]></category>
		<category><![CDATA[fehlermeldung]]></category>
		<category><![CDATA[geht nicht]]></category>
		<category><![CDATA[locked]]></category>
		<category><![CDATA[logged in]]></category>
		<category><![CDATA[VirtualMin]]></category>

		<guid isPermaLink="false">http://www.yourhelpcenter.de/?p=1132</guid>
		<description><![CDATA[Wenn Sie beim Anmelden an Ihrer VirtualMin Installation folgende Fehlermeldung lesen, haben wir Ihnen hier eine Lösung vorbereitet: Error - Access denied. The user has been blocked because of too many authentication failures. Dieser Fehler kann auch gut durch Hacker-Kids ausgelöst werden. Durch z.Bsp. einen Portscan Ihrer Server-IP haben sie den Virtualmin Port Ihrer Installation [...]]]></description>
			<content:encoded><![CDATA[<p>Wenn Sie beim Anmelden an Ihrer VirtualMin Installation folgende Fehlermeldung lesen, haben wir Ihnen hier eine Lösung vorbereitet:</p>
<pre>Error - Access denied. The user has been blocked because of too many authentication failures.</pre>
<p>Dieser Fehler kann auch gut durch Hacker-Kids ausgelöst werden. Durch z.Bsp. einen Portscan Ihrer Server-IP haben sie den Virtualmin Port Ihrer Installation gefunden und sich versucht unter Ihrem Benutzernamen einzuloggen. Zur Sicherheit greift dann dieser Schutz von Virtualmin &#8211; er vermeidet das evtl. Herausfinden Ihres Passwortes durch &#8220;Brute force&#8221; Methoden.</p>
<p><strong>Lösung</strong></p>
<ul>
<li>Melden Sie sich direkt auf der Console oder z.Bsp. via SSH (PuTTy) auf Ihrem Server an</li>
<li>Öffnen Sie in einem Texteditor (hier: &#8220;nano&#8221;) die Datei &#8220;/etc/webmin/miniserv.users&#8221;
<pre>nano /etc/webmin/miniserv.users</pre>
</li>
<li>Finden Sie die Zeile mit dem gesperrten Benutzernamen
<pre>mustername:!x::</pre>
</li>
<li>Korrigieren Sie die Zeile:
<pre>mustername:x::::::::0:0</pre>
</li>
<li>Beenden Sie den Editor und speichern Sie dabei die Dateiänderungen
<pre>Strg + X -&gt; Y/J -&gt; Enter</pre>
</li>
<li>Starten Sie Virtualmin neu
<pre>/etc/init.d/webmin restart</pre>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.yourhelpcenter.de/2010/07/virtualmin-the-user-has-been-blocked-because-of-too-many-authentication-failures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Datenschutz: Google immun gegen deutschen Datenschutz ?</title>
		<link>http://www.yourhelpcenter.de/2010/07/datenschutz-google-immun-gegen-deutschen-datenschutz/</link>
		<comments>http://www.yourhelpcenter.de/2010/07/datenschutz-google-immun-gegen-deutschen-datenschutz/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 12:20:38 +0000</pubDate>
		<dc:creator>Günther</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Datenschutz]]></category>
		<category><![CDATA[Sicherheit]]></category>
		<category><![CDATA[funknetze]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Google Street View]]></category>
		<category><![CDATA[GoogleMaps]]></category>
		<category><![CDATA[Kartografierung]]></category>
		<category><![CDATA[Privatsphäre]]></category>
		<category><![CDATA[StreetView]]></category>
		<category><![CDATA[WLAN]]></category>

		<guid isPermaLink="false">http://www.yourhelpcenter.de/?p=1124</guid>
		<description><![CDATA[Frau Silke Hinrichsen vom SSW forderte im Schleswig-Holsteinischen Landtag: Keine Kartografierung privater Funknetze (WLAN) [Es gilt das gesprochene Wort] ″Sowohl mit der Hamburger Bundesratsinitiative zur Änderung des Datenschutzgesetzes als auch mit dem heute vorliegenden Ergänzungsantrag wird in Teilen rechtliches Neuland betreten. Bisher hinkt die Politik in vielen Bereichen der Regulierung technischen Fortschritts hinterher, häufig wird [...]]]></description>
			<content:encoded><![CDATA[<p>Frau Silke Hinrichsen vom <a title="SSW Schleswig-Holstein" href="http://www.ssw.de" target="_blank">SSW</a> forderte im Schleswig-Holsteinischen Landtag:</p>
<p><strong>Keine Kartografierung privater Funknetze (WLAN)</strong><br />
[Es gilt das gesprochene Wort]</p>
<p><em>″Sowohl mit der Hamburger Bundesratsinitiative zur Änderung des Datenschutzgesetzes als auch mit dem heute vorliegenden Ergänzungsantrag wird in Teilen rechtliches Neuland betreten. Bisher hinkt die Politik in vielen Bereichen der Regulierung technischen Fortschritts hinterher, häufig wird erst aus praktischen Erfahrungen heraus der Bedarf erkannt, etwas zu tun. In Bezug auf den heutigen Antrag kann ich daher nur feststellen: Besser jetzt, als nie.</em></p>
<p><em>Der heutige Ursprungsantrag von CDU/FDP basiert auf Erkenntnissen mit dem Unternehmen Google, das sich sowohl bei Street View als auch bei der weiteren Datenaufzeichnung nicht nur immun gegenüber dem deutschen Datenschutz gezeigt hat, sondern auch nur zugibt, was eh bekannt ist. Ich denke da an eine Innen- und Rechtsausschusssitzung, in der ein Vertreter von Google sich erst damit verteidigte, dass er ja nicht gefragt worden sei, ob noch mehr Daten aufgezeichnet werden. Und dann nach der Sitzung zurückruderte, weil doch mehr Daten aufgezeichnet wurden, als irgendjemand zugegeben hatte. Nach diesen Erfahrungen muss ich sagen, dass ich Google im Moment gar nichts mehr glaube.</em></p>
<p><em>Wo Street View in den USA eher als lustiger Spaß gesehen wird, ist das Vorhaben besonders in Schleswig-Holstein auf Kritik gestoßen. Nicht nur Molfsee wehrte sich gegen die Totalablichtung des Ortes. Auch zahlreiche Bürgerinnen und Bürger sowie Politikerinnen und Politiker waren wütend über diesen Eingriff in die Privatsphäre.</em></p>
<p><em>Google möchte mit Street View nur die Menschheit bereichern und ihre Wünsche erfüllen, es muss aber für dieses Bundesland festgestellt werden, dass viele Menschen hier keinen Wert darauf legen, ihre Wohnung, ihren Garten oder ihr Auto im Internet wieder zu finden. Aus Schleswig-Holstein hat Google mittlerweile so viele Einsprüche erhalten, wie aus dem Rest der Bundesrepublik zusammen. Das totale Recht auf Transparenz wird hier abgelöst von dem Wunsch, einfach in Ruhe gelassen zu werden. Aus unserer Sicht hat sich Google bei der kritischen Auseinandersetzung mit ihrem Vorhaben sehr unprofessionell, wenn nicht sogar dumm verhalten. Statt mit der Angst der Menschen vor Google als Big Brother sensibel umzugehen, hat das Unternehmen mit Ignoranz gegenüber unserem Datenschutz reagiert und fröhlich weitergemacht. Es ist daher vor allem der Beharrlichkeit von Herrn Weichert und Herrn Caspar zu verdanken, dass es überhaupt Einspruchsmöglichkeiten vor der Veröffentlichung der Bilder gibt und die Rohdaten von Widersprechenden auch gelöscht werden. Auch die Justizministerkonferenz hat im Juni mit ihrem Beschluss in Hamburg ein deutliches Signal gesetzt, dass der deutsche Datenschutz keine Frage der Beliebigkeit ist.</em></p>
<p><em>Und damit sind wir bei dem vorliegenden Antrag. Erst wurden für Street View Daten aufgezeichnet, die schon vielfach vorher aufgezeichnet wurden, dann kam raus, dass leider auch Auszüge aus ein paar Mails und Homepages aufgezeichnet wurden, obwohl man das gar nicht wollte und eigentlich die Software Schuld ist. So etwas könnte passieren &#8211; das wäre eine Reaktion. So etwas darf nicht passieren, die andere. Daher begrüßt der SSW den vorliegenden Antrag.</em></p>
<p><em>Dass die Aufzeichnung von Inhaltsdaten unter das Fernemeldegeheimnis fallen, brauchen wir hier nicht zu diskutieren. In dem vorliegenden Antrag geht es ja um technische Daten, also die sogenannten WLAN-Daten. Aber auch mit diesen Daten sind Verknüpfungen möglich, die in die Privatsphäre reingehen. Allerdings möchte ich auch deutlich sagen, dass ebenso Anwendungen möglich sind, die wirtschaftlich sinnvoll und berechtigt sind und die wir nicht von vornherein verdammen sollten. Die Erfassung von WLAN-Daten ist nicht neu und Google ist auch nicht das erste Unternehmen, das diese Daten wirtschaftlich nutzt. Trotzdem halten wir den vorliegenden Antrag für ein wichtiges politisches Signal und für eine notwendige Auseinandersetzung mit der Risikoabschätzung für die Zukunft. Für die vorliegenden Anträge beantragen wir daher Ausschussüberweisung, um uns dort eingehender mit diesem Thema auseinandersetzen zu können und unser Faktenwissen zu diesem Thema zu vertiefen.</em><em>″</em></p>
<p>Die Rede finden Sie online beim SSW, Kiel.<br />
Einen Link veröffentlichen wir direkt nach Bekanntgabe beim SSW.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yourhelpcenter.de/2010/07/datenschutz-google-immun-gegen-deutschen-datenschutz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux: SSH Port ändern</title>
		<link>http://www.yourhelpcenter.de/2010/07/linux-ssh-port-andern/</link>
		<comments>http://www.yourhelpcenter.de/2010/07/linux-ssh-port-andern/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 21:01:30 +0000</pubDate>
		<dc:creator>Jockel</dc:creator>
				<category><![CDATA[Anleitungen]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sicherheit]]></category>
		<category><![CDATA[22]]></category>
		<category><![CDATA[ändern]]></category>
		<category><![CDATA[anpassen]]></category>
		<category><![CDATA[besserer Port]]></category>
		<category><![CDATA[liste]]></category>
		<category><![CDATA[modifizieren]]></category>
		<category><![CDATA[Port 22]]></category>
		<category><![CDATA[Ports]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[sicherer]]></category>
		<category><![CDATA[sichern]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[verändern]]></category>
		<category><![CDATA[wechseln]]></category>

		<guid isPermaLink="false">http://www.yourhelpcenter.de/?p=1115</guid>
		<description><![CDATA[Eine einfache Lösung, Ihren Linux-Server sicherer vor Hackern zu machen, ist der Wechsel des SSH Ports. Dieser liegt im Standard auf Port 22. Fast alle Portscanner suchen natürlich auch auf diesem Port nach einem antwortenden SSH Server. SSH Port ändern Melden Sie sich auf Ihrem Server als &#8220;root&#8221; an und öffnen Sie die &#8220;sshd_config&#8221; Datei [...]]]></description>
			<content:encoded><![CDATA[<p>Eine einfache Lösung, Ihren Linux-Server sicherer vor Hackern zu machen, ist der Wechsel des SSH Ports. Dieser liegt im Standard auf Port 22. Fast alle Portscanner suchen natürlich auch auf diesem Port nach einem antwortenden SSH Server.</p>
<p><strong>SSH Port ändern</strong></p>
<ul>
<li>Melden Sie sich auf Ihrem Server als &#8220;root&#8221; an und öffnen Sie die &#8220;sshd_config&#8221; Datei (hier mit dem Editor &#8220;nano&#8221;):
<pre>nano /etc/ssh/sshd_config</pre>
</li>
<li>Suchen Sie die (letzte) Zeile mit folgendem Inhalt:
<pre>Port 22</pre>
</li>
<li>Ändern Sie die Zahl &#8220;22&#8243; ab indem Sie eine andere Zahl zwischen 1025 und 65535 eingeben. Achten Sie dabei darauf, dass dieser Port nicht bereits belegt ist. Mehr Informationen zu TCP/IP Ports finden Sie hier:<br />
<a title="Liste mit belegten TCP/IP Ports" href="http://www.iana.org/assignments/port-numbers" target="_blank"> TCP/IP Ports</a><br />
Nehmen Sie als neuen Port z.Bsp. 64000, 64258 oder 69154.</p>
<pre>Port 64000</pre>
</li>
<li>Speichern und beenden Sie &#8220;nano&#8221; mit der Tastenkombination &#8220;STRG + X&#8221;. Drücken Sie &#8220;Y&#8221; damit die Änderungen gespeichert werden.</li>
<li>Starten Sie Ihren SSH Server durch folgenden Befehl neu:
<pre>/etc/init.d/ssh restart</pre>
</li>
<li>Testen Sie die Portänderung durch das Öffnen einer weiteren (zusätzlichen) PuTTy Verbindung zu Ihrem Linux-Server. Geben Sie dabei Ihren neuen Port ein. Wenn Sie sich anmelden können, ist alles ok. Nun können Sie Ihre erste PuTTy Verbindung schließen.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.yourhelpcenter.de/2010/07/linux-ssh-port-andern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
