Samba

From KlavoWiki
Revision as of 04:59, 10 September 2007 by 124.178.240.153 (talk) (New page: Firstly install the samba server and client <pre> yum install samba samba-client </pre> Once the required applicatons are installed we can add the computer to the domain by running authc...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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.