Update to r41320:
Make the hashing section reflect reality Update to r40792: Prefer the use of service(1) to explicit invocation of /etc/rc.d scripts.
This commit is contained in:
parent
8c4fed951e
commit
9db166d6a6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47937
1 changed files with 9 additions and 7 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
$FreeBSDde: de-docproj/books/handbook/security/chapter.xml,v 1.178 2012/04/30 17:07:41 bcr Exp $
|
$FreeBSDde: de-docproj/books/handbook/security/chapter.xml,v 1.178 2012/04/30 17:07:41 bcr Exp $
|
||||||
basiert auf: r39576
|
basiert auf: r41320
|
||||||
-->
|
-->
|
||||||
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="security">
|
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="security">
|
||||||
<info><title>Sicherheit</title>
|
<info><title>Sicherheit</title>
|
||||||
|
@ -1137,7 +1137,9 @@
|
||||||
|
|
||||||
<para>Die derzeit unterstützten Hash-Funktionen sind DES, MD5,
|
<para>Die derzeit unterstützten Hash-Funktionen sind DES, MD5,
|
||||||
Blowfish, SHA256 und SHA512. In der
|
Blowfish, SHA256 und SHA512. In der
|
||||||
Voreinstellung benutzt &os; die MD5-Hash-Funktion.</para>
|
Voreinstellung benutzten &os; 9.1 und neuere Versionen
|
||||||
|
SHA512 zur Verschlüsselung von Passwörtern. Ältere Versionen
|
||||||
|
benutzen standardmäßig MD5.</para>
|
||||||
|
|
||||||
<para>Sie können leicht herausfinden, welche
|
<para>Sie können leicht herausfinden, welche
|
||||||
Verschlüsselungsmethode von &os; verwendet wird. Ein Weg
|
Verschlüsselungsmethode von &os; verwendet wird. Ein Weg
|
||||||
|
@ -1568,11 +1570,11 @@ Enter secret pass phrase: <userinput><secret password></userinput>
|
||||||
<programlisting># This line is required for POP3 connections:
|
<programlisting># This line is required for POP3 connections:
|
||||||
qpopper : ALL : allow</programlisting>
|
qpopper : ALL : allow</programlisting>
|
||||||
|
|
||||||
<para>Nachdem Sie die Zeile hinzugefügt haben, muss der
|
<para>Nachdem Sie die Zeile hinzugefügt haben, muss
|
||||||
<application>inetd</application> neu gestartet werden. Sie
|
<application>inetd</application> mithilfe von &man.service.8;
|
||||||
können dazu das Kommando &man.kill.1; verwenden
|
neu gestartet werden:</para>
|
||||||
oder <command>/etc/rc.d/inetd restart</command>
|
|
||||||
ausführen.</para>
|
<screen>&prompt.root; <userinput>service inetd restart</userinput></screen>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2>
|
<sect2>
|
||||||
|
|
Loading…
Reference in a new issue