Skip to content

Commit

Permalink
Tweak the documentation verbiage slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
smcintyre-r7 committed Dec 10, 2024
1 parent 6eea156 commit f05145d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions documentation/modules/auxiliary/admin/dcerpc/samr_account.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,15 @@ Add a new computer to the domain. This action will fail with status `STATUS_DS_M
user has exceeded the maximum number of computer accounts that they are allowed to create.

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

### ADD_USER

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

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
used and the module will fail if the selected name is already in use. If `ACCOUNT_NAME` is *not* set, a random value
will be used.
After the user account is created, the password will be set for it. The `ACCOUNT_NAME` option must be set to the name of
the account to create. The module will fail if the specified name is already in use.

### DELETE_ACCOUNT

Expand Down

0 comments on commit f05145d

Please sign in to comment.