]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
netcmd: models: update docstring of Computer.find method
authorRob van der Linde <rob@catalyst.net.nz>
Thu, 22 Feb 2024 03:04:14 +0000 (16:04 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 1 Mar 2024 04:45:36 +0000 (04:45 +0000)
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>
python/samba/netcmd/domain/models/computer.py

index 5f715db3c09be81ec61ba733911d3e84175831bb..297fe6c24ed68ce7316575bd06a258140bea6808 100644 (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 $.
         """