Skip to content

Commit 857bb94

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
sambacc: add smbstatus command to samba_cmds.py
Add a samba command object for smbstatus. Signed-off-by: John Mulligan <[email protected]>
1 parent cb441b5 commit 857bb94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sambacc/samba_cmds.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ def samba_dc_foreground() -> SambaCommand:
194194

195195
smbcontrol = SambaCommand("smbcontrol")
196196

197+
smbstatus = SambaCommand("smbstatus")
198+
197199
ctdb_mutex_ceph_rados_helper = SambaCommand(
198200
"/usr/libexec/ctdb/ctdb_mutex_ceph_rados_helper"
199201
)

0 commit comments

Comments
 (0)