Skip to content

Commit f05145d

Browse files
committed
Tweak the documentation verbiage slightly
1 parent 6eea156 commit f05145d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

documentation/modules/auxiliary/admin/dcerpc/samr_account.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,15 @@ Add a new computer to the domain. This action will fail with status `STATUS_DS_M
3737
user has exceeded the maximum number of computer accounts that they are allowed to create.
3838

3939
After the computer account is created, the password will be set for it. If `ACCOUNT_NAME` is set, that value will be
40-
used and the module will fail if the selected name is already in use. If `ACCOUNT_NAME` is *not* set, a random value
40+
used and the module will fail if the specified name is already in use. If `ACCOUNT_NAME` is *not* set, a random value
4141
will be used.
4242

4343
### ADD_USER
4444

4545
Add a new user to the domain. The account being used to create the new user must have permission to do so.
4646

47-
After the user account is created, the password will be set for it; either with the provided If `ACCOUNT_NAME` is set, that value will be
48-
used and the module will fail if the selected name is already in use. If `ACCOUNT_NAME` is *not* set, a random value
49-
will be used.
47+
After the user account is created, the password will be set for it. The `ACCOUNT_NAME` option must be set to the name of
48+
the account to create. The module will fail if the specified name is already in use.
5049

5150
### DELETE_ACCOUNT
5251

0 commit comments

Comments
 (0)