File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
documentation/modules/auxiliary/admin/dcerpc Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -37,16 +37,15 @@ Add a new computer to the domain. This action will fail with status `STATUS_DS_M
3737user has exceeded the maximum number of computer accounts that they are allowed to create.
3838
3939After 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
4141will be used.
4242
4343### ADD_USER
4444
4545Add 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
You can’t perform that action at this time.
0 commit comments