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:
parent
6834a1bdc9
commit
a547062352
@ -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 $.
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user