Skip to content

Commit

Permalink
Add api_keys field for DS users
Browse files Browse the repository at this point in the history
  • Loading branch information
anodos325 committed Sep 26, 2024
1 parent a634391 commit 170e920
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/middlewared/middlewared/plugins/idmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -1255,6 +1255,7 @@ async def synthetic_user(self, passwd, sid):
'local': False,
'id_type_both': id_type_both,
'roles': [],
'api_keys': [],
'two_factor_auth_configured': False,
'immutable': True,
'smb': True,
Expand Down

0 comments on commit 170e920

Please sign in to comment.