Fill in the access control level setting to prevent users from retrieving passwords.
Below is an ACL entry from a slapd.conf file. Fill in the access control level setting to prevent users from retrieving passwords.
access to attrs=lmPassword,ntPassword
by dn="cn=smbadmin,dc=samplenet" write
by * _______
What VFS module will record the UID and IP address of any client that tries to open a file?
What VFS module will record the UID and IP address of any client that tries to open a file?
Which parameter in smb.conf prohibits users from accessing files outside of the share by following symbolic li
Which parameter in smb.conf prohibits users from accessing files outside of the share by following symbolic links?
Which option is used when running smbclient with a file containing user credentials?
Which option is used when running smbclient with a file containing user credentials?
In order to define an alternative account used by the Samba administrator, which steps are necessary?
A Samba server is configured to use the LDAP password backend. The root DN for the LDAP directory is defined in slapd.conf. In order to define an alternative account used by the Samba administrator, which steps are necessary? (Select THREE correct answers.)
Which of the following statements about the Samba 3 server are true?
Which of the following statements about the Samba 3 server are true? (Select THREE correct answers.)
How would Samba be instructed to limit the size of requests it will accept?
A software vendor states that their SMB client software may perform better if the maximum packet size of SMB commands is limited to 32768 bytes. How would Samba be instructed to limit the size of requests it will accept?
Allow for anonymous users to access that share, what must be configured
An anonymous user had her access denied while she was trying to access the share called reports on a Samba server using the smbclient command. Assuming that it is necessary for anonymous users to access that share, what must be configured (in the Samba configuration file) to allow access? Please specify the full directive and value.