|
58 | 58 | </style> |
59 | 59 | <style type="text/css">code{white-space: pre;}</style> |
60 | 60 | <style type="text/css"> |
| 61 | +html { -webkit-text-size-adjust: 100%; } |
61 | 62 | pre > code.sourceCode { white-space: pre; position: relative; } |
62 | | -pre > code.sourceCode > span { line-height: 1.25; } |
| 63 | +pre > code.sourceCode > span { display: inline-block; line-height: 1.25; } |
63 | 64 | pre > code.sourceCode > span:empty { height: 1.2em; } |
64 | 65 | .sourceCode { overflow: visible; } |
65 | 66 | code.sourceCode > span { color: inherit; text-decoration: inherit; } |
|
70 | 71 | } |
71 | 72 | @media print { |
72 | 73 | pre > code.sourceCode { white-space: pre-wrap; } |
73 | | -pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; } |
| 74 | +pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; } |
74 | 75 | } |
75 | 76 | pre.numberSource code |
76 | 77 | { counter-reset: source-line 0; } |
@@ -180,9 +181,9 @@ <h1 id="role-variables">Role Variables</h1> |
180 | 181 | <span id="cb1-4"><a href="#cb1-4" aria-hidden="true" tabindex="-1"></a><span class="fu">pam_pwd_ucredit</span><span class="kw">:</span><span class="at"> </span><span class="st">"-1"</span><span class="co"> # defines minimum credit for having uppercase characters in password.</span></span> |
181 | 182 | <span id="cb1-5"><a href="#cb1-5" aria-hidden="true" tabindex="-1"></a><span class="fu">pam_pwd_lcredit</span><span class="kw">:</span><span class="at"> </span><span class="st">"-1"</span><span class="co"> # defines minimum credit for having lowercase characters in password.</span></span> |
182 | 183 | <span id="cb1-6"><a href="#cb1-6" aria-hidden="true" tabindex="-1"></a><span class="fu">pam_pwd_ocredit</span><span class="kw">:</span><span class="at"> </span><span class="st">"-1"</span><span class="co"> # defines minimum credit for having other characters in password.</span></span> |
183 | | -<span id="cb1-7"><a href="#cb1-7" aria-hidden="true" tabindex="-1"></a><span class="fu">pam_pwd_minclass</span><span class="kw">:</span><span class="at"> </span><span class="st">"4"</span><span class="co"> # defines minium number of required character classes in new password.</span></span> |
| 184 | +<span id="cb1-7"><a href="#cb1-7" aria-hidden="true" tabindex="-1"></a><span class="fu">pam_pwd_minclass</span><span class="kw">:</span><span class="at"> </span><span class="st">"4"</span><span class="co"> # defines minimum number of required character classes in new password.</span></span> |
184 | 185 | <span id="cb1-8"><a href="#cb1-8" aria-hidden="true" tabindex="-1"></a><span class="fu">pam_pwd_enforce_root</span><span class="kw">:</span><span class="at"> </span><span class="st">"enforce_for_root"</span><span class="co"> # (""|"enforce_for_root") defines whether or not to enforce password complexity for user root.</span></span> |
185 | | -<span id="cb1-9"><a href="#cb1-9" aria-hidden="true" tabindex="-1"></a><span class="fu">pam_pwd_policy_name</span><span class="kw">:</span><span class="at"> </span><span class="st">"password-policy"</span><span class="co"> # RHEL 8 only. Define name of the custom authselect profile.</span></span> |
| 186 | +<span id="cb1-9"><a href="#cb1-9" aria-hidden="true" tabindex="-1"></a><span class="fu">pam_pwd_policy_name</span><span class="kw">:</span><span class="at"> </span><span class="st">"password-policy"</span><span class="co"> # Define name of the custom authselect profile. Not available on RHEL 7.</span></span> |
186 | 187 | <span id="cb1-10"><a href="#cb1-10" aria-hidden="true" tabindex="-1"></a><span class="fu">pam_pwd_deny</span><span class="kw">:</span><span class="at"> </span><span class="st">"5"</span><span class="co"> # Set the number of failed login attempts after which the account is locked.</span></span> |
187 | 188 | <span id="cb1-11"><a href="#cb1-11" aria-hidden="true" tabindex="-1"></a><span class="fu">pam_pwd_unlock_time</span><span class="kw">:</span><span class="at"> </span><span class="st">"300"</span><span class="co"> # Time in seconds after which an account is unlocked again.</span></span></code></pre></div> |
188 | 189 | <p>You can keep these default values if they fit your requirements. Or |
|
0 commit comments