s1 Samba Configuring
s1 Samba Configuring
Samba Next
Note
The Samba Server Configuration Tool does not display shared printers or the default stanza that allows users to view their own home directories on the Samba server.
Figure 24-2. Configuring Basic Server Settings On the Basic tab, specify which workgroup the computer should be in as well as a brief description of the computer. They correspond to the workgroup and server string options in smb.conf.
Figure 24-3. Configuring Security Server Settings The Security tab contains the following options:
Authentication Mode This corresponds to the security option. Select one of the following types of authentication.
o
ADS The Samba server acts as a domain member in an Active Directory Domain (ADS) realm. For this option, Kerberos must be installed and configured on the server, and Samba must become a member of the ADS realm using the net utility, which is part of the
package. Refer to the net man page for details. This option does not configure Samba to be an ADS Controller.
samba-client o
Domain The Samba server relies on a Windows NT Primary or Backup Domain Controller to verify the user. The server passes the username and password to the Controller and waits for it to return. Specify the NetBIOS name of the Primary or Backup Domain Controller in the Authentication Server field. The Encrypted Passwords option must be set to Yes if this is selected.
Server The Samba server tries to verify the username and password combination by passing them to another Samba server. If it can not, the server tries to verify using the user authentication mode. Specify the NetBIOS name of the other Samba server in the Authentication Server field. Share Samba users do not have to enter a username and password combination on a per Samba server basis. They are not prompted for a username and password until they try to connect to a specific shared directory from a Samba server. User (Default) Samba users must provide a valid username and password on a per Samba server basis. Select this option if you want the Windows Username option to work. Refer to Section 24.2.1.2 Managing Samba Users for details.
Encrypt Passwords This option must be enabled if the clients are connecting from a Windows 98, Windows NT 4.0 with Service Pack 3, or other more recent versions of Microsoft Windows. The passwords are transfered between the server and the client in an encrypted format instead of in as a plain-text word that can be intercepted. This corresponds to the encrypted passwords option. Refer to Section 24.2.3 Encrypted Passwords for more information about encrypted Samba passwords. Guest Account When users or guest users log into a Samba server, they must be mapped to a valid user on the server. Select one of the existing usernames on the system to be the guest Samba account. When guests logs in to the Samba server, they have the same privileges as this user. This corresponds to the guest account option.
After clicking OK , the changes are written to the configuration file and the daemon is restart; thus, the changes take effect immediately.
Figure 24-4. Managing Samba Users To add a Samba user, select Preferences => Samba Users from the pulldown menu, and click the Add User button. On the Create New Samba User window select a Unix Username from the list of existing users on the local system. If the user has a different username on a Windows machine and will be logging into the Samba server from the Windows machine, specify that Windows username in the Windows Username field. The Authentication Mode on the Security tab of the Server Settings preferences must be set to User for this option to work. Also configure a Samba Password for the Samba User and confirm the Samba Password by typing it again. Even if you select to use encrypted passwords for Samba, it is recommended that the Samba passwords for all users are different from their system passwords. To edit an existing user, select the user from the list, and click Edit User . To delete an existing Samba user, select the user, and click the Delete User button. Deleting a Samba user does not delete the associated system user account. The users are modified immediately after clicking the OK button.
Figure 24-5. Adding a Share To add a share, click the Add button. The Basic tab configures the following options:
Directory The directory to share via Samba. The directory must exist. Descriptions A brief description of the share. Basic Permissions Whether users should only be able to read the files in the shared directory or whether they should be able to read and write to the shared directory.
On the Access tab, select whether to allow only specified users to access the share or whether to allow all Samba users to access the share. If you select to allow access to specific users, select the users from the list of available Samba users. The share is added immediately after clicking OK .
However, they can not be disabled in the configuration file either. In the file /etc/samba/smb.conf, verify that the following line does not exist: encrypt passwords = no 7. If it does exist but is commented out with a semi-colon (;) at the beginning of the line, then the line is ignored, and encrypted passwords are enabled. If this line exist but is not commented out, either remove it or comment it out. 8. To specifically enable encrypted passwords in the configuration file, add the following lines to etc/samba/smb.conf: encrypt passwords = yes smb passwd file = /etc/samba/smbpasswd 9. Make sure the smb service is started by typing the command service smb restart at a shell prompt. 10. If you want the smb service to start automatically, use ntsysv, chkconfig, or the Services Configuration Tool to enable it at runtime. Refer to Chapter 21 Controlling Access to Services for details. The pam_smbpass PAM module can be used to sync users' Samba passwords with their system passwords when the passwd command is used. If a user invokes the passwd command, the password he uses to log in to the Red Hat Enterprise Linux system as well as the password he must provide to connect to a Samba share are changed. To enable this feature, add the following line to /etc/pam.d/system-auth below the pam_cracklib.so invocation: password required /lib/security/pam_smbpass.so nullok use_authtok try_first_pass
Tip
Prev
Home
Next