View Single Post
  #36 (permalink)  
Old 04-20-2009, 11:11 PM
lithorus lithorus is offline
Senior Member
 
Posts: 72
Default

Simply setup the second server as you setup the samba ldap on the first server. No need for a BDC. The samba on the second server just need to authenticate through ldap on the first server.

You should be able to just copy the /etc/ldap and the smb.conf(edited a bit) from the first server to the second server. It's dead easy.

We have a few servers here that all auth up against the zimbra ldap and have split up the samba config file into smb.conf and smb-shares.conf. Just use the 'include = /etc/samba/smb-shares.conf' option in the smb.conf.

Quote:
Originally Posted by gtr33m View Post
I need to add a second ubuntu based file server on the same domain and subnet. Nothing tricky, the PDC is samba ldap and zimbra on one machine. The second machine will be a fileserver which will use the PDC for authentication.

The environment is mostly Windows XP Pro machines which will logon using the PDC

Do I need to set up the second machine as a BDC, or simply a server?

Can someone please give me a smb.conf example to setup the fileserver?

My PDC smb.conf is the one used in Greg's HOWTO.

Thanks,

Mark

Last edited by lithorus; 04-20-2009 at 11:14 PM..
Reply With Quote