Skip to content

Commit

Permalink
feat: [#1122] - pw_expiry_time to be consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelJurka committed Jul 26, 2024
1 parent f0c170a commit 64b2d2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -4873,7 +4873,7 @@
"description": "The result of the user account change. It should contain the new values of the changed attributes.",
"type": "user"
},
"pw_expiry": {
"pw_expiry_time": {
"caption": "User Password Expiry Time",
"type": "timestamp_t",
"description": "The expiry time for the user's current password."
Expand Down
2 changes: 1 addition & 1 deletion objects/ldap_person.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"user_account_control": {
"requirement": "recommended"
},
"pw_expiry": {
"pw_expiry_time": {
"requirement": "optional"
}
}
Expand Down

0 comments on commit 64b2d2e

Please sign in to comment.