SAMBA (Domaincontroller) Server For Small Workgroups With Ubuntu 5.10 "Breezy Badger" - Page 4
|
Install And Configure The SAMBA Server In order to install SAMBA, run apt-get install samba samba-common samba-doc libcupsys2-gnutls10 libkrb53 winbind smbclient Edit /etc/samba/smb.conf so that it looks like this
Remark: The "netbios name" in the smb.conf must be the same then the hostname of your server. workgroup = MYWORKGROUP specifies the Windows domain that the Windows workstations use. logon drive = H: is the drive letter under which the SAMBA share will appear in the Windows Explorer. With logon script = scripts/logon.bat you can specify a Windows batch script that is executed as soon as a Windows workstation logs in. If the script does not exist, you can comment out that line. Create the directories for domain logons and profiles: mkdir /home/samba Now we restart Samba: /etc/init.d/samba restart Edit /etc/nsswitch.conf. Change the line: hosts: files dns to: hosts: files wins dns Add all computers of your workgroup in the /etc/hosts file on the server.
Add the root user to the SAMBA password database. The root user (alias: Administrator) will be our domain administrator. This account is needed to add new computers to the SAMBA domain. smbpasswd -a root Create the file /etc/samba/smbusers and add the line by executing: echo "root = Administrator" > /etc/samba/smbusers This will allow us to use the common windows username "Administrator" as alias for the Linux root user. Now I will test if the setup is correct: smbclient -L localhost -U% The output should look similar to this:
Setup the default domain groups for windows: net groupmap modify ntgroup="Domain Admins" unixgroup=root
|
Join the discussion.
www.seamlessenterprise.com
IP Convergence
Integrate your wireless and wireline networks.
Learn how from the experts at Sprint.
www.seamlessenterprise.com
Wireless & Wireline Integration
Thoughts, strategies and solutions: join the discussion
www.seamlessenterprise.com
Unified Communications 2009
Join the Discussion. Now.
www.seamlessenterprise.com
Red Hat Virtual Experience - a free virtual event. Dec. 9th





print: 
Recent comments
2 hours 44 min ago
8 hours 40 sec ago
8 hours 11 min ago
8 hours 19 min ago
9 hours 21 min ago
11 hours 29 min ago
13 hours 54 min ago
14 hours 12 min ago
14 hours 21 min ago
15 hours 36 min ago