nerdexam
LPI

300-300 · Question #15

Which parameters are available for samba-tool group add? (Choose two.)

The correct answer is D. --sid E. --group-type. The samba-tool group add command is used to add a new group to the Samba Active Directory. This command has several parameters to customize the group creation process. Two of the available parameters are --sid and --group-type. The --sid parameter allows you to specify a…

300.3 Identity Management

Question

Which parameters are available for samba-tool group add? (Choose two.)

Options

  • A--default-gpo
  • B--groupou
  • C--login-script
  • D--sid
  • E--group-type

How the community answered

(47 responses)
  • A
    2% (1)
  • B
    2% (1)
  • C
    4% (2)
  • D
    91% (43)

Explanation

The samba-tool group add command is used to add a new group to the Samba Active Directory. This command has several parameters to customize the group creation process. Two of the available parameters are --sid and --group-type. The --sid parameter allows you to specify a Security Identifier (SID) for the new group. samba-tool group add mygroup --sid=S-1-5-21-1234567890-123456789-1234567890-1234 This command will create a new group named mygroup with the specified SID. The --group-type parameter allows you to specify the type of the group being created. This can be a security group or a distribution group. samba-tool group add mygroup --group-type=security This command will create a new security group named mygroup.

Topics

#samba-tool group add#group management#group type#SID

Community Discussion

No community discussion yet for this question.

Full 300-300 Practice