Name:
- What is Samba's primary configuration file?
- (3 points) Set up the /shared directory (originally created when you configured NFS) to be accessible to MS Windows clients. Get Instructor sign-off.
- (2 points) Show the complete [shared] entry from your samba configuration file:
- Set your workgroup to be ccis2122. What entry did you have to add to Samba's primary configuration file?
- Set your machinename to be your firstname. What entry did you have to add to Samba's primary configuration file?
- (3 points) Show the command line to access the \shares directory on the machine JDA_WORK.
- (4 points) Configure samba such that a username and password are required to access /shared. Add username 'jeremy' with password 'teach'. Get Instructor sign-off.
- (3 points) What sequence of commands would be required to add the user Yeager, with password of Chuck to Samba? Show ALL commands, and note that Yeager does not need shell access to the server.
- What command will delete user Yeager from Samba only?
- (3 points) Show the command line required to access the share from Number 7, using smbclient:
- (3 points) Show the command line using the mount command to mount /shared from your Samba server.
Extra Credit
- (2 points) Make /shared writeable, and available only to authenticated users (such as jeremy, who you added above.
- (1 point) Ensure that authenticated users have access to their Home directories, and that those home directories are not public.
- (1 point) Make /etc available read-only to any authenticated user.