Skip to content

Commit 4c794ff

Browse files
sambacc: add smbcontrol to our set of samba commands
Signed-off-by: John Mulligan <[email protected]>
1 parent 1397e6a commit 4c794ff

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
@@ -176,6 +176,8 @@ def samba_dc_foreground():
176176

177177
sambatool = SambaCommand("samba-tool")
178178

179+
smbcontrol = SambaCommand("smbcontrol")
180+
179181

180182
def encode(value: typing.Union[str, bytes, None]) -> bytes:
181183
if value is None:

0 commit comments

Comments
 (0)