Practice Free 300-300 Exam Online Questions
How can administrators apply GPOs to machines or users in an Active Directory domain?
- A . By manually editing the Windows Registry.
- B . By configuring user permissions in the GPO settings.
- C . By linking GPOs to organizational units (OUs) in Active Directory.
- D . GPOs are automatically applied to all domain objects.
Which command, included with OpenLDAP, generates password hashes suitable for use in slapd.conf? (Specify ONLY the command without any path or parameters.)
What major improvement did Samba 4 introduce compared to Samba 3?
- A . Support for Windows 95 clients
- B . Enhanced printing services
- C . Active Directory domain controller functionality
- D . Improved support for NFS sharing
How is the user user01 from DOMA granted the right to manage printers on a Samba print server?
- A . net ads rights ‘DOMAuser01’ +SePrintOperatorPrivilege
- B . net -S server -U domadmin rpc rights grant ‘DOMAuser01’ SePrintOperatorPrivilege
- C . pdbedit –user=user01 -I=DOMA –policies=SePrintOperatorPrivilege
- D . pdbedit DOMAuser01 +PrintOperator
- E . cupsaddsmb DOMAuser01 +PrintOperator
The [homes] section of smb.conf contains the parameter browseable = no.
What are the resulting consequences? (Choose two.)
- A . When browsing the Samba server, there is no visible share called homes.
- B . The homes share can be directly accessed by specifically opening this share by its UNC path.
- C . When browsing the Samba server, users can open the homes share but they cannot see the content of their home directories.
- D . If the Samba server is part of an Active Directory Domain, only users in the group SeBrowsingUsers can browse the homes share.
- E . When browsing the Samba server, there is no visible share named after the current user.
Which of the following commands add a forward DNS record named fileserver01 pointing to the IPv6 address 2001: db8: : 190 into the DNS zone samba.private on the Samba 4 server dc1?
- A . net dns -S dc1 -U Administrator addrecord fileserver01.samba.private AAAA 2001: db8: : 190
- B . samba-tool dns add dc1 samba.private fileserver01 AAAA 2001: db8: : 190 -U Administrator
- C . samba-dns dynupdate -S dc1 -U Administrator -h fileserver01.samba.private -t AAAA -V 2001: db8: : 190
- D . nsupdatesmb -U Administrator //dc1/samba.private/fileserver01 add AAAA 2001: db8: : 190
A Samba 4 server provides DNS information regarding an Active Directory Domain. All other DNS information is provided by another DNS server.
Which of the following solutions ensures that the clients of the Samba server can look up all DNS records including those from the domain?
- A . The additional DNS server is configured in the file /etc/resolv.conf on the Samba server and the option dns forwarder = yes is set in smb.conf.
- B . The additional DNS server is configured in the option dns forwarder in smb.conf. All clients query the Samba server for any DNS information.
- C . Both the Samba server and the additional DNS server are configured on the clients. It is ensured that the Samba server is listed first in each client’s resolv.conf.
- D . All clients are configured to send DNS queries to the additional DNS server only. The Samba servers smb.conf contains the option wins dns proxy = yes to provide all domain-related naming information via NetBIOS name service independently from DNS.
By default, Samba tries to automatically detect the correct character set to use with a connecting client.
Which parameter in smb.conf forces Samba to use only ASCII?
- A . global charset = ASCII
- B . unicode = no
- C . ASCII = yes
- D . force charset = ASCII
- E . reduce charset = yes
Which command typed on a Samba server will print out the local SID?
- A . net get sid localhost
- B . net getlocalsid
- C . net getsid
- D . net rpc get localsid
How can the risk of UID/GID inconsistencies be avoided across UNIX/Linux systems that are sharing information over protocols other than SMB/CIFS (eg: NFS)?
- A . Specify a common OpenLDAP idmap backend in smb.conf.
- B . Specify a common Kerberos realm in smb.conf.
- C . Specify a common domain name in smb.conf.
- D . Specify a common password server in smb.conf.
- E . Specify a common winbind ID range in smb.conf.