Mastering Red Hat Linux 9 [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Mastering Red Hat Linux 9 [Electronic resources] - نسخه متنی

Michael Jang

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
توضیحات
افزودن یادداشت جدید









The redhat-config-samba Alternative



SWAT can seem overwhelming. There is a simpler, though less flexible, way to configure your computer as a Samba server: redhat-config-samba. Install the redhat-config-samba RPM if required, and then run the program with the same name. You should see a tool similar to Figure 29.19.




Figure 29.19: redhat-config-samba




This tool reads its initial settings from your current smb.conf file. The settings you see in Figure 29.19 reflect some of the shared directories from the packaged smb.conf file.






Note


The redhat-config-samba tool is fairly new, and its features are still subject to significant changes. Use it carefully. SWAT is a more mature tool and is at least my preferred choice.




In the following sections, we’ll look at configuring basic server settings, managing Samba users, and creating a new share.



Server Settings



In redhat-config-samba, click Preferences Ø Server Settings to get to the Server Settings dialog box shown in Figure 29.20. As you can see, the basic server settings are simple, and the options should be familiar from previous sections. Since the Workgroup textbox is blank, the workgroup variable is set to the default, which is WORKGROUP; the server comment is "Mike’s Samba Server."




Figure 29.20: The Basic tab of the Server Settings dialog box




Click the Security tab to see several key security variables. Remember, you can select between SHARE, USER, SERVER, or DOMAIN authentication modes. If you’ve selected SERVER or DOMAIN, you’ll get to specify the name of the authentication server. Most current Windows servers use encrypted passwords. The Guest Account is an account you can designate in /etc/passwd, such as guest or ftp. These options are illustrated in Figure 29.21.




Figure 29.21: The Security tab of the Server Settings dialog box







User Management



You can manage users in redhat-config-samba. In this tool, click Preferences ‚ Samba Users to get to the Samba Users dialog box shown in Figure 29.22.




Figure 29.22: Managing Samba users




The options are fairly self-explanatory; you can add, edit, or delete users from the /etc/samba/ smbusers database. Click Add User to see the Create New Samba User dialog box. If you remember the discussion on the smbadduser command earlier in this chapter, you’ll recognize the text boxes shown in Figure 29.23; the information that you need is identical.




Figure 29.23: The Create New Samba User dialog box







Creating a New Share



You can add a new directory share with redhat-config-samba. In this tool, click the Add button to reveal the Create Samba Share dialog box. There are several options shown in Figure 29.24.




Figure 29.24: The Create Samba Share dialog box




The options are fairly straightforward, but since they don’t directly match the variables described earlier, we’ve summarized each option under the Basic tab in Table 29.11.




























Table 29.11: Creating a Samba Share


Option




Description




Directory




Specifies the directory that you want to share.




Browse




Calls a Select Directory dialog box to help you find the directory that you want to share.




Description




Corresponds to an smb.confcomment.




Read-Only




Remote users aren’t permitted to write to this directory.




Read/Write




Remote users are allowed to write to this directory.




Under the Access tab, you can allow access to specified users from what you’ve added to the /etc/samba/smbusers file, or allow access to all users.






/ 220