Zimbra Integration With Samba - Ubuntu Based (Similar To AD And Exchange) - Page 3
|
Steps 10 and 11 need to be done on Samba server! 10 - Configuring SambaThere are many ways to configure Samba depending on what you needs are. In our case I will configure Samba to use Zimbra LDAP as password backend and to act as a primary domain controller for domain TM and as a WINS server for the network. This configuration will allow Windows workstations to join TM domain as if it was an NT domain. Below is my /etc/samba/smb.conf file best thing rename your /etc/samba/smb.conf to /etc/samba/smb.conf.old and then create a new file with the content below. mv /etc/samba/smb.conf /etc/samba/smb.conf.old vi /etc/samba/smb.conf and then paste the text below.
After you edited smb.conf file, you need to tell Samba what is the root password for ldap. (replace test123with your ldap root password). smbpasswd -w test123 Restart the samba server and then after it's up restart the zimbra server. Now log in again to the Zimbra admin console and you should see the samba domain as shown below:
11 - Configuring pam_ldap and nss_ldapEdit /etc/nsswitch.conf file. Replace these two lines:
with these lines:
This change will tell nsswitch to use ldap when it looks for uids and gids. It will first look at /etc/passwd and then at ldap. You may want to change these lines if you know what you are doing ;) Edit /etc/pam.d/common-account. It should look like the following (you can comment the other line):
Edit /etc/pam.d/common-auth. It should look like the following (you can comment the other line):
Edit /etc/pam.d/common-password. It should look like the following (you can comment the other line):
Edit /etc/pam.d/common-session. It should look like the following (you can comment the other line):
12 - Creating Linux and Samba groups using Zimbra Admin UILog in to Zimbra Admin UI. Go to Posix Groups and click “New” and fill the info as shown below:
Then Click on the Samba Group tab and fill in the info as shown below:
If you are not sure what to type in group type field – type 2, this is the default value.
13 - Creating Linux and Samba users using Zimbra Admin UIBack to the Zimbra Admin UI. Go to Accounts and hit New, fill in the information on the first screen and follow the wizard to the Posix Account screen. Fill in all the required fields on the Posix Account screen and click Next to go to Samba Account screen. Fill in the required fields and click Finish.
14 - Testing and fine tuningTo test if PAM on your Samba server is reading the user password information correctly from Zimbra LDAP, go back to your Samba server shell and run this command as root: getent passwd You should see the Zimbra accounts that you just created in the list. Next, log in to Zimbra Admin UI, click on Aliases and remove root@tm.local alias. Then run the following on the Samba server. smbpasswd -a root You need then to grant privileges to the domain admins group. Run the following command as root on your Samba server. Put your domain name instead of TM. More information on this topic is available in Official Samba HOWTO Reference Guide (http://us3.samba.org/samba/docs/man/Samba-HOWTO-Collection/). Run the following command, it will ask for a password; enter the password you entered in the prevoius step: net rpc rights grant "TM\Domain Admins" SeAddUsersPrivilege SeMachineAccountPrivilege SePrintOperatorPrivilege
Adding Windows NT/2000/XP machines to Samba domainLog in to an Windows desktop as a local administrator and join the Samba domain the same way you would be joining a Windows domain. You might need to point your Windows WINS configuration to your Samba server depending on how your DHCP and DNS servers are configured, you may also you the same DNS for the Windows as for the servers. Use a member of “Domain Admins” group to join the domain.
15 - My References and Nice Links:
|





Recent comments
9 hours 16 min ago
18 hours 44 min ago
19 hours 33 min ago
23 hours 7 min ago
1 day 3 hours ago
1 day 3 hours ago
1 day 6 hours ago
1 day 16 hours ago
1 day 21 hours ago
1 day 22 hours ago