Skip to content

Commit

Permalink
Fix audit message
Browse files Browse the repository at this point in the history
  • Loading branch information
anodos325 committed Aug 6, 2024
1 parent c6ef3ad commit ac4bc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/plugins/kerberos.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class Config:
Str('appdefaults_aux', max_length=None),
Str('libdefaults_aux', max_length=None),
update=True
), audit='Kerberos config update')
), audit='Kerberos configuration update')
async def do_update(self, data):
"""
`appdefaults_aux` add parameters to "appdefaults" section of the krb5.conf file.
Expand Down

0 comments on commit ac4bc7d

Please sign in to comment.