Skip to content

Commit

Permalink
path changed to $pwpolicy_file
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgendler committed Nov 10, 2020
1 parent 97c4c11 commit 1bcbefb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rules/pwpolicy/pwpolicy_account_inactivity_enforce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fix: |
</dict>
</dict>
----
After saving the file and exiting to the command prompt, run the following command to load the new policy file, substituting the path to the file in place of "/path/to/file".
After saving the file and exiting to the command prompt, run the following command to load the new policy file, substituting the path to the file in place of "$pwpolicy_file".
[source,bash]
----
Expand Down
2 changes: 1 addition & 1 deletion rules/pwpolicy/pwpolicy_lower_case_character_enforce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fix: |
</dict>
</dict>
----
After saving the file and exiting to the command prompt, run the following command to load the new policy file, substituting the path to the file in place of "/path/to/file".
After saving the file and exiting to the command prompt, run the following command to load the new policy file, substituting the path to the file in place of "$pwpolicy_file".
[source,bash]
----
Expand Down
2 changes: 1 addition & 1 deletion rules/pwpolicy/pwpolicy_minimum_lifetime_enforce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fix: |
</dict>
</dict>
----
After saving the file and exiting to the command prompt, run the following command to load the new policy file, substituting the path to the file in place of "/path/to/file".
After saving the file and exiting to the command prompt, run the following command to load the new policy file, substituting the path to the file in place of "$pwpolicy_file".
[source,bash]
----
Expand Down
2 changes: 1 addition & 1 deletion rules/supplemental/supplemental_password_policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ discussion: |
include::../../includes/pwpolicy.xml[]
----
Run the following command to load the new policy file, substituting the path to the file in place of "/path/to/file".
Run the following command to load the new policy file, substituting the path to the file in place of "$pwpolicy_file".
[source,bash]
----
Expand Down

0 comments on commit 1bcbefb

Please sign in to comment.