Skip to content

Commit

Permalink
Forcibly disable spotlight-related RPC servers (#15274)
Browse files Browse the repository at this point in the history
This configuration was lost when removing clustering-related
registry configuration in Electric Eel.
  • Loading branch information
anodos325 authored Dec 30, 2024
1 parent 5e38724 commit a57d089
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/middlewared/middlewared/plugins/smb_/util_smbconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,8 @@ def generate_smb_conf_dict(
'bind interfaces only': True,
'fruit:nfs_aces': False,
'fruit:zero_file_id': False,
'rpc_daemon:mdssd': 'disabled',
'rpc_server:mdssvc': 'disabled',
'restrict anonymous': 0 if guest_enabled else 2,
'winbind request timeout': 60 if ds_type is DSType.AD else 2,
'passdb backend': f'tdbsam:{SMBPath.PASSDB_DIR.value[0]}/passdb.tdb',
Expand Down

0 comments on commit a57d089

Please sign in to comment.