From 4c1101d0335aba4fcede42e84b5058adc854c54a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Baumbach?= Date: Fri, 8 Dec 2017 12:08:18 +0100 Subject: [PATCH] samba-tool user: fix some typos MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Björn Baumbach Reviewed-by: Douglas Bagnall --- python/samba/netcmd/user.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/samba/netcmd/user.py b/python/samba/netcmd/user.py index b032ea8b9955..7c30c6ed038b 100644 --- a/python/samba/netcmd/user.py +++ b/python/samba/netcmd/user.py @@ -494,7 +494,7 @@ class cmd_user_list(Command): class cmd_user_enable(Command): - """Enable an user. + """Enable a user. This command enables a user account for logon to an Active Directory domain. The username specified on the command is the sAMAccountName. The username may also be specified using the --filter option. @@ -563,7 +563,7 @@ Example3 shows how to enable a user in the domain against a local LDAP server. class cmd_user_disable(Command): - """Disable an user.""" + """Disable a user.""" synopsis = "%prog (|--filter ) [options]" @@ -1572,7 +1572,7 @@ If the script processed the object successfully it has to respond with a single line starting with 'DONE-EXIT: ' followed by an optional message. Note that the script might be called without any password change, e.g. if -the account was disabled (an userAccountControl change) or the +the account was disabled (a userAccountControl change) or the sAMAccountName was changed. The objectGUID,isDeleted,isRecycled attributes are always returned as unique identifier of the account. It might be useful to also ask for non-password attributes like: objectSid, sAMAccountName, -- 2.34.1