Skip to content

Commit

Permalink
Ensure SSSD-related dirs are created before service start
Browse files Browse the repository at this point in the history
  • Loading branch information
anodos325 committed Jul 30, 2024
1 parent a002681 commit 4008d80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/middlewared/middlewared/plugins/service_/services/sssd.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ class SSSDService(SimpleService):
name = "sssd"

systemd_unit = "sssd"

async def before_start(self):
await self.middleware.call('ldap.create_sssd_dirs')

0 comments on commit 4008d80

Please sign in to comment.