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…
Question
Options
- A--default-gpo
- B--groupou
- C--login-script
- D--sid
- E--group-type
How the community answered
(47 responses)- A2% (1)
- B2% (1)
- C4% (2)
- D91% (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
Community Discussion
No community discussion yet for this question.