Samba: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
Select Ok.<br> | Select Ok.<br> | ||
Now edit the file /etc/samba/smb.conf file. | Now edit the file /etc/samba/smb.conf file.<br> | ||
Create the required shares. | Create the required shares. | ||
<pre> | <pre> | ||
Line 41: | Line 39: | ||
</pre> | </pre> | ||
Once the file has been saved restart the service. | |||
<pre> | |||
service restart smb | |||
</pre> | |||
[[Category: Authentication]] [[Category: Shares]] | [[Category: Authentication]] [[Category: Shares]] |
Revision as of 05:24, 10 September 2007
Firstly install the samba server and client
yum install samba samba-client
Once the required applicatons are installed we can add the computer to the domain by running authconfig.
authconfig
Under the User infromation select Use Winbind
Under Authentication select Use Winbind Authentication
Under the Authentication column the "Use MD5 Password" and "Use Shadow Passwords" should be automatically select. Leave them selected.
Security Model is ads
Domain is NETBIOS domain name
Domain Controllers is the name of a Domain Controller
ADS Realm is DNS (FQDN) domain name
by default the /bin/false is selected.
Select Join Domain.
Select Ok.
Now edit the file /etc/samba/smb.conf file.
Create the required shares.
[meetme] comment = comment here path = /var/spool/asterisk/meetme guest ok = no browseable = yes writable = yes
Once the file has been saved restart the service.
service restart smb