Verrouiller sa session après plusieurs tentatives de connexion
-
<p><span style="font-family:'lucida sans unicode', 'lucida grande', sans-serif;">Pour éviter une attaque <strong>bruteforce </strong>sur votre ordinateur, vous pouvez<strong> verrouiller votre session après plusieurs tentatives de connexion</strong>.</span></p>
<p> </p>
<p><span style="font-family:'lucida sans unicode', 'lucida grande', sans-serif;">Pour cela, il vous suffit d'entrer ces deux commandes dans votre Shell (la première règle le nombre de tentatives et la deuxième règle la durée) :</span></p>
<pre class="ipsCode prettyprint">
net accounts /lockoutthreshold:10
net accounts /lockoutduration:30
</pre>
<p><span style="font-family:'lucida sans unicode', 'lucida grande', sans-serif;">Ici j'ai programmé le verrouillage à <strong>10 tentatives</strong> pour une durée de<strong> 30 minutes</strong>.</span></p>
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login
<br/><br/>