1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

netcmd: models: update docstring of Computer.find method

Signed-off-by: Rob van der Linde <rob@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
Rob van der Linde 2024-02-22 16:04:14 +13:00 committed by Andrew Bartlett
parent 6834a1bdc9
commit a547062352

View File

@ -46,7 +46,7 @@ class Computer(User):
@classmethod
def find(cls, ldb, name):
"""Helper function to find a service account first by Dn then username.
"""Helper function to find a computer, first by Dn then username.
If the Dn can't be parsed use sAMAccountName, automatically add the $.
"""